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.headerOk())
 
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

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

Referenced by if().

Here is the caller graph for this function:

if ( !UMeanHeader.  headerOk())

Definition at line 9 of file readFields.H.

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

Here is the call graph for this function:

volVectorField UMean ( UMeanHeader  ,
mesh   
)

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

Here is the caller graph for this function:

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

Referenced by if().

Here is the caller graph for this function:

volScalarField Rxx ( UPrime2Mean.  componentsymmTensor::XX)

Referenced by if().

Here is the caller graph for this function:

volScalarField Ryy ( UPrime2Mean.  componentsymmTensor::YY)

Referenced by if().

Here is the caller graph for this function:

volScalarField Rzz ( UPrime2Mean.  componentsymmTensor::ZZ)

Referenced by if().

Here is the caller graph for this function:

volScalarField Rxy ( UPrime2Mean.  componentsymmTensor::XY)

Referenced by if().

Here is the caller graph for this function:

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

Referenced by if().

Here is the caller graph for this function: