getFieldScalar.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (nVar >=Num_variables - nSprayVariables)
 
typeIOobject< volScalarField > fieldObjectPtr (fieldNames[var2field[nVar]], runTime.name(), mesh, IOobject::NO_READ)
 
 if (!fieldObjectPtr.headerOk())
 
IOobject fieldObject (fieldNames[var2field[nVar]], runTime.name(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE)
 
volScalarField scalarField (fieldObject, mesh)
 
 if (which_type==Z_HEX08)
 

Variables

const cellShapeList & cellShapes = meshPtr->cellShapes()
 

Function Documentation

◆ if() [1/3]

if ( nVar >=Num_variables nSprayVariables)

Definition at line 1 of file getFieldScalar.H.

◆ fieldObjectPtr()

typeIOobject<volScalarField> fieldObjectPtr ( fieldNames [var2field[nVar],
runTime.  name(),
mesh  ,
IOobject::NO_READ   
)

◆ if() [2/3]

if ( !fieldObjectPtr.  headerOk())

Definition at line 14 of file getFieldScalar.H.

◆ fieldObject()

IOobject fieldObject ( fieldNames [var2field[nVar],
runTime.  name(),
mesh  ,
IOobject::MUST_READ  ,
IOobject::NO_WRITE   
)

Referenced by fieldToCell::applyToSet(), patchFluxToFace::applyToSet(), for(), and USERD_get_var_value_at_specific().

Here is the caller graph for this function:

◆ scalarField()

◆ if() [3/3]

if ( which_type  = = Z_HEX08)

Definition at line 37 of file getFieldScalar.H.

References cellShapes, Foam::hex(), and scalarField().

Here is the call graph for this function:

Variable Documentation

◆ cellShapes