Functions | Variables
readInitialConditions.H File Reference

Go to the source code of this file.

Functions

word constProp (initialConditions.lookup("constantProperty"))
 
 if ((constProp !="pressure") &&(constProp !="volume"))
 
word fractionBasis (initialConditions.lookup("fractionBasis"))
 
 if ((fractionBasis !="mass") &&(fractionBasis !="mole"))
 
PtrList< gasHThermoPhysics > specieData (Y.size())
 
 forAll (specieData, i)
 
scalarList Y0 (nSpecie, 0.0)
 
scalarList X0 (nSpecie, 0.0)
 
dictionary fractions (initialConditions.subDict("fractions"))
 
 if (fractionBasis=="mole")
 
 forAll (Y, i)
 
thermo he ()
 
thermo correct ()
 

Variables

label nSpecie = Y.size()
 
 else
 
const scalar mTot = sum(Y0)
 
const scalar mw = 1.0/invW
 
scalar h0 = 0.0
 
 rho = thermo.rho()
 
scalar rho0 = rho[0]
 
scalar u0 = h0 - p0/rho0
 
scalar R0 = p0/(rho0*T0)
 
 Rspecific [0] = R0
 
scalar integratedHeat = 0.0
 

Function Documentation

◆ constProp()

word constProp ( initialConditions.  lookup"constantProperty")

Referenced by moleculeCloud::buildConstProps(), and if().

Here is the caller graph for this function:

◆ if() [1/3]

if ( (constProp !="pressure") &&(constProp !="volume")  )

Definition at line 2 of file readInitialConditions.H.

References Foam::abort(), constProp(), Foam::FatalError, and Foam::nl.

Here is the call graph for this function:

◆ fractionBasis()

word fractionBasis ( initialConditions.  lookup"fractionBasis")

Referenced by if().

Here is the caller graph for this function:

◆ if() [2/3]

if ( (fractionBasis !="mass") &&(fractionBasis !="mole")  )

Definition at line 10 of file readInitialConditions.H.

References Foam::abort(), Foam::FatalError, fractionBasis(), and Foam::nl.

Here is the call graph for this function:

◆ specieData()

PtrList<gasHThermoPhysics> specieData ( Y.  size())

Referenced by forAll(), and if().

Here is the caller graph for this function:

◆ forAll() [1/2]

forAll ( specieData  ,
 
)

Definition at line 19 of file readInitialConditions.H.

References specieData().

Referenced by if().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Y0()

scalarList Y0 ( nSpecie  ,
0.  0 
)

Referenced by forAll(), if(), and phaseProperties::reorder().

Here is the caller graph for this function:

◆ X0()

scalarList X0 ( nSpecie  ,
0.  0 
)

Referenced by SprayParcel::calc(), and if().

Here is the caller graph for this function:

◆ fractions()

dictionary fractions ( initialConditions.  subDict"fractions")

Referenced by if().

Here is the caller graph for this function:

◆ if() [3/3]

if ( fractionBasis  = = "mole")

Definition at line 36 of file readInitialConditions.H.

References forAll(), fractions(), mTot, mw, Foam::name(), readScalar, specieData(), Foam::sum(), X0(), Y, and Y0().

Here is the call graph for this function:

◆ forAll() [2/2]

forAll ( Y  ,
 
)

Definition at line 73 of file readInitialConditions.H.

References mTot, specieData(), and Y0().

Here is the call graph for this function:

◆ he()

thermo he ( )

◆ correct()

thermo correct ( )

Variable Documentation

◆ nSpecie

label nSpecie = Y.size()

◆ else

else
Initial value:
{
forAll(Y, i)
{
const word& name = Y[i].name();
if (fractions.found(name))
{
Y0[i] = readScalar(fractions.lookup(name));
}
}
scalar invW = 0.0

Definition at line 61 of file readInitialConditions.H.

◆ mTot

const scalar mTot = sum(Y0)

◆ mw

const scalar mw = 1.0/invW

Definition at line 78 of file readInitialConditions.H.

Referenced by if().

◆ h0

scalar h0 = 0.0

Definition at line 86 of file readInitialConditions.H.

◆ rho

rho = thermo.rho()

Definition at line 96 of file readInitialConditions.H.

◆ rho0

scalar rho0 = rho[0]

◆ u0

scalar u0 = h0 - p0/rho0

◆ R0

scalar R0 = p0/(rho0*T0)

Definition at line 99 of file readInitialConditions.H.

◆ Rspecific

Rspecific[0] = R0

Definition at line 100 of file readInitialConditions.H.

Referenced by if().

◆ integratedHeat

scalar integratedHeat = 0.0

Definition at line 102 of file readInitialConditions.H.

Referenced by if().

forAll
forAll(specieData, i)
Definition: readInitialConditions.H:19
fractions
dictionary fractions(initialConditions.subDict("fractions"))
Y0
scalarList Y0(nSpecie, 0.0)
readScalar
#define readScalar
Definition: doubleScalar.C:38
Foam::name
word name(const complex &)
Return a string representation of a complex.
Definition: complex.C:47
Y
PtrList< volScalarField > & Y
Definition: createFields.H:36