Functions
createFluidFields.H File Reference

Go to the source code of this file.

Functions

PtrList< rhoThermo > thermoFluid (fluidRegions.size())
 
PtrList< volScalarField > rhoFluid (fluidRegions.size())
 
PtrList< volVectorField > UFluid (fluidRegions.size())
 
PtrList< surfaceScalarField > phiFluid (fluidRegions.size())
 
PtrList< uniformDimensionedVectorField > gFluid (fluidRegions.size())
 
PtrList< uniformDimensionedScalarField > hRefFluid (fluidRegions.size())
 
PtrList< volScalarField > ghFluid (fluidRegions.size())
 
PtrList< surfaceScalarField > ghfFluid (fluidRegions.size())
 
PtrList< compressible::turbulenceModel > turbulence (fluidRegions.size())
 
PtrList< volScalarField > p_rghFluid (fluidRegions.size())
 
PtrList< radiation::radiationModel > radiation (fluidRegions.size())
 
List< scalar > initialMassFluid (fluidRegions.size())
 
List< label > pRefCellFluid (fluidRegions.size(), 0)
 
List< scalar > pRefValueFluid (fluidRegions.size(), 0.0)
 
List< bool > frozenFlowFluid (fluidRegions.size(), false)
 
List< bool > residualReachedFluid (fluidRegions.size(), true)
 
List< bool > residualControlUsedFluid (fluidRegions.size(), false)
 
PtrList< dimensionedScalar > rhoMax (fluidRegions.size())
 
PtrList< dimensionedScalar > rhoMin (fluidRegions.size())
 
PtrList< IOMRFZoneList > MRFfluid (fluidRegions.size())
 
PtrList< fv::options > fluidFvOptions (fluidRegions.size())
 
 forAll (fluidRegions, i)
 

Function Documentation

◆ thermoFluid()

PtrList<rhoThermo> thermoFluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ rhoFluid()

PtrList<volScalarField> rhoFluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ UFluid()

PtrList<volVectorField> UFluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ phiFluid()

PtrList<surfaceScalarField> phiFluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ gFluid()

PtrList<uniformDimensionedVectorField> gFluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ hRefFluid()

PtrList<uniformDimensionedScalarField> hRefFluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ ghFluid()

PtrList<volScalarField> ghFluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ ghfFluid()

PtrList<surfaceScalarField> ghfFluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ turbulence()

PtrList<compressible::turbulenceModel> turbulence ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ p_rghFluid()

PtrList<volScalarField> p_rghFluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ radiation()

PtrList<radiation::radiationModel> radiation ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ initialMassFluid()

List<scalar> initialMassFluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ pRefCellFluid()

List<label> pRefCellFluid ( fluidRegions.  size(),
 
)

Referenced by forAll().

Here is the caller graph for this function:

◆ pRefValueFluid()

List<scalar> pRefValueFluid ( fluidRegions.  size(),
0.  0 
)

Referenced by forAll().

Here is the caller graph for this function:

◆ frozenFlowFluid()

List<bool> frozenFlowFluid ( fluidRegions.  size(),
false   
)

Referenced by forAll().

Here is the caller graph for this function:

◆ residualReachedFluid()

List<bool> residualReachedFluid ( fluidRegions.  size(),
true   
)

Referenced by if().

Here is the caller graph for this function:

◆ residualControlUsedFluid()

List<bool> residualControlUsedFluid ( fluidRegions.  size(),
false   
)

Referenced by forAll().

Here is the caller graph for this function:

◆ rhoMax()

PtrList<dimensionedScalar> rhoMax ( fluidRegions.  size())

◆ rhoMin()

PtrList<dimensionedScalar> rhoMin ( fluidRegions.  size())

Referenced by forAll(), if(), pressureControl::pressureControl(), and while().

Here is the caller graph for this function:

◆ MRFfluid()

PtrList<IOMRFZoneList> MRFfluid ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ fluidFvOptions()

PtrList<fv::options> fluidFvOptions ( fluidRegions.  size())

Referenced by forAll().

Here is the caller graph for this function:

◆ forAll()

forAll ( fluidRegions  ,
 
)