Loading...
Searching...
No Matches
setRegionFluidFields.H
Go to the documentation of this file.
1 rhoThermo& thermo = thermoFluid[i];
2 thermo.validate(args.executable(), "h", "e");
3
4 volScalarField& rho = rhoFluid[i];
5 volVectorField& U = UFluid[i];
6 surfaceScalarField& phi = phiFluid[i];
7
8 compressible::turbulenceModel& turb = turbulence[i];
9
10 volScalarField& p = thermo.p();
11 const volScalarField& psi = thermo.psi();
12
13 volScalarField& p_rgh = p_rghFluid[i];
14
15 const volScalarField& gh = ghFluid[i];
16 const surfaceScalarField& ghf = ghfFluid[i];
17
18 radiation::radiationModel& rad = radiation[i];
19
20 IOMRFZoneList& MRF = MRFfluid[i];
21 fv::options& fvOptions = fluidFvOptions[i];
22
23 fvVectorMatrix& UEqn = UEqFluid[i];
24
25 const dimensionedScalar initialMass
26 (
27 "initialMass",
28 dimMass,
30 );
31
33
34 const label pRefCell = pRefCellFluid[i];
35 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())
volScalarField & p_rgh
fv::options & fvOptions
const scalar pRefValue
const surfaceScalarField & ghf
const label pRefCell
bool frozenFlow
radiation::radiationModel & rad
compressible::turbulenceModel & turb
IOMRFZoneList & MRF
const volScalarField & gh
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
U
Definition pEqn.H:72
volScalarField & p
const volScalarField & psi
fvVectorMatrix & UEqn
Definition UEqn.H:13
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
compressible::turbulenceModel & turbulence
Foam::argList args(argc, argv)
dimensionedScalar initialMass