setRegionFluidFields.H
Go to the documentation of this file.
1 const fvMesh& mesh = fluidRegions[i];
2
3 rhoThermo& thermo = thermoFluid[i];
4 thermo.validate(args.executable(), "h", "e");
5
6 volScalarField& rho = rhoFluid[i];
7 volVectorField& U = UFluid[i];
8 surfaceScalarField& phi = phiFluid[i];
9
10 compressible::turbulenceModel& turb = turbulence[i];
11
12 volScalarField& p = thermo.p();
13 const volScalarField& psi = thermo.psi();
14
15 volScalarField& p_rgh = p_rghFluid[i];
16
17 const volScalarField& gh = ghFluid[i];
18 const surfaceScalarField& ghf = ghfFluid[i];
19
20 radiation::radiationModel& rad = radiation[i];
21
22 IOMRFZoneList& MRF = MRFfluid[i];
23 fv::options& fvOptions = fluidFvOptions[i];
24
25 fvVectorMatrix& UEqn = UEqFluid[i];
26
27 const dimensionedScalar initialMass
28 (
29 "initialMass",
30 dimMass,
32 );
33
35
36 const label pRefCell = pRefCellFluid[i];
37 const scalar pRefValue = pRefValueFluid[i];
PtrList< volScalarField > ghFluid(fluidRegions.size())
PtrList< rhoThermo > thermoFluid(fluidRegions.size())
PtrList< IOMRFZoneList > MRFfluid(fluidRegions.size())
PtrList< fv::options > fluidFvOptions(fluidRegions.size())
List< label > pRefCellFluid(fluidRegions.size(), -1)
PtrList< volVectorField > UFluid(fluidRegions.size())
PtrList< volScalarField > p_rghFluid(fluidRegions.size())
List< scalar > initialMassFluid(fluidRegions.size())
List< bool > frozenFlowFluid(fluidRegions.size(), false)
PtrList< volScalarField > rhoFluid(fluidRegions.size())
PtrList< surfaceScalarField > ghfFluid(fluidRegions.size())
PtrList< fvVectorMatrix > UEqFluid(fluidRegions.size())
List< scalar > pRefValueFluid(fluidRegions.size(), Zero)
PtrList< surfaceScalarField > phiFluid(fluidRegions.size())
PtrList< fvMesh > fluidRegions(fluidNames.size())
volScalarField & p_rgh
fv::options & fvOptions
surfaceScalarField & phi
const scalar pRefValue
const surfaceScalarField & ghf
const label pRefCell
volScalarField & p
volScalarField & rho
bool frozenFlow
radiation::radiationModel & rad
const volScalarField & psi
compressible::turbulenceModel & turb
IOMRFZoneList & MRF
const volScalarField & gh
volVectorField & U
fvVectorMatrix & UEqn
const fvMesh & mesh
const word & executable() const noexcept
Name of executable without the path.
Definition: argListI.H:51
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
compressible::turbulenceModel & turbulence
Foam::argList args(argc, argv)
dimensionedScalar initialMass
Definition: createFields.H:57