All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
readFields.H File Reference

Go to the source code of this file.

Functions

IOobject UMeanHeader ("UMean", runTime.timeName(), mesh, IOobject::MUST_READ)
 
 if (!UMeanHeader.typeHeaderOk< volVectorField >(true))
 
volVectorField UMean (UMeanHeader, mesh)
 
volSymmTensorField UPrime2Mean (IOobject("UPrime2Mean", runTime.timeName(), mesh, IOobject::MUST_READ), mesh)
 
volScalarField Rxx (UPrime2Mean.component(symmTensor::XX))
 
volScalarField Ryy (UPrime2Mean.component(symmTensor::YY))
 
volScalarField Rzz (UPrime2Mean.component(symmTensor::ZZ))
 
volScalarField Rxy (UPrime2Mean.component(symmTensor::XY))
 
volScalarField pPrime2Mean (IOobject("pPrime2Mean", runTime.timeName(), mesh, IOobject::MUST_READ), mesh)
 

Function Documentation

◆ UMeanHeader()

IOobject UMeanHeader ( "UMean"  ,
runTime.  timeName(),
mesh  ,
IOobject::MUST_READ   
)

Referenced by if().

Here is the caller graph for this function:

◆ if()

if ( !UMeanHeader.typeHeaderOk< volVectorField >  true)

Definition at line 9 of file readFields.H.

References Foam::endl(), Foam::Info, mesh, pPrime2Mean(), runTime, Rxx(), Rxy(), Ryy(), Rzz(), UMean(), UMeanHeader(), and UPrime2Mean().

Here is the call graph for this function:

◆ UMean()

volVectorField UMean ( UMeanHeader  ,
mesh   
)

Referenced by if(), and dsmcFields::write().

Here is the caller graph for this function:

◆ UPrime2Mean()

volSymmTensorField UPrime2Mean ( IOobject("UPrime2Mean", runTime.timeName(), mesh, IOobject::MUST_READ)  ,
mesh   
)

Referenced by if().

Here is the caller graph for this function:

◆ Rxx()

volScalarField Rxx ( UPrime2Mean.  componentsymmTensor::XX)

Referenced by if().

Here is the caller graph for this function:

◆ Ryy()

volScalarField Ryy ( UPrime2Mean.  componentsymmTensor::YY)

Referenced by if().

Here is the caller graph for this function:

◆ Rzz()

volScalarField Rzz ( UPrime2Mean.  componentsymmTensor::ZZ)

Referenced by if().

Here is the caller graph for this function:

◆ Rxy()

volScalarField Rxy ( UPrime2Mean.  componentsymmTensor::XY)

Referenced by if().

Here is the caller graph for this function:

◆ pPrime2Mean()

volScalarField pPrime2Mean ( IOobject("pPrime2Mean", runTime.timeName(), mesh, IOobject::MUST_READ)  ,
mesh   
)

Referenced by if().

Here is the caller graph for this function: