setRegionFluidFields.H
Go to the documentation of this file.
1  rhoThermo& thermo = thermoFluid[i];
2  thermo.validate(args.executable(), "h", "e");
3 
7 
9 
11  const volScalarField& psi = thermo.psi();
12 
14 
15  const volScalarField& gh = ghFluid[i];
17 
18  radiation::radiationModel& rad = radiation[i];
19 
20  IOMRFZoneList& MRF = MRFfluid[i];
21  fv::options& fvOptions = fluidFvOptions[i];
22 
24 
26  (
27  "initialMass",
28  dimMass,
30  );
31 
33 
34  const label pRefCell = pRefCellFluid[i];
35  const scalar pRefValue = pRefValueFluid[i];
bool frozenFlow
surfaceScalarField & phi
rhoThermo & thermo
const volScalarField & psi
compressible::turbulenceModel & turb
ThermalDiffusivity< CompressibleTurbulenceModel< fluidThermo > > turbulenceModel
PtrList< IOMRFZoneList > MRFfluid(fluidRegions.size())
PtrList< fvVectorMatrix > UEqFluid(fluidRegions.size())
GeometricField< vector, fvPatchField, volMesh > volVectorField
Definition: volFieldsFwd.H:82
fv::options & fvOptions
const surfaceScalarField & ghf
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:81
PtrList< volScalarField > rhoFluid(fluidRegions.size())
List< label > pRefCellFluid(fluidRegions.size(), -1)
IOMRFZoneList & MRF
fvVectorMatrix & UEqn
volScalarField & p
const word & executable() const noexcept
Name of executable without the path.
Definition: argListI.H:44
List< bool > frozenFlowFluid(fluidRegions.size(), false)
PtrList< volScalarField > p_rghFluid(fluidRegions.size())
PtrList< volScalarField > ghFluid(fluidRegions.size())
PtrList< volVectorField > UFluid(fluidRegions.size())
PtrList< rhoThermo > thermoFluid(fluidRegions.size())
volVectorField & U
radiation::radiationModel & rad
const scalar pRefValue
const label pRefCell
PtrList< fv::options > fluidFvOptions(fluidRegions.size())
PtrList< surfaceScalarField > ghfFluid(fluidRegions.size())
List< scalar > initialMassFluid(fluidRegions.size())
compressible::turbulenceModel & turbulence
PtrList< surfaceScalarField > phiFluid(fluidRegions.size())
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
fvMatrix< vector > fvVectorMatrix
Definition: fvMatricesFwd.H:40
const volScalarField & gh
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
Definition: dimensionSets.H:49
volScalarField & rho
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Foam::argList args(argc, argv)
const dimensionedScalar initialMass("initialMass", dimMass, initialMassFluid[i])
volScalarField & p_rgh
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
List< scalar > pRefValueFluid(fluidRegions.size(), Zero)