getFieldTensor.H File Reference
Include dependency graph for getFieldTensor.H:
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)
 
IOobject fieldObjectPtr (fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::NO_READ)
 
 if (!fieldObjectPtr.typeHeaderOk< volTensorField >(true))
 
IOobject fieldObject (fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE)
 
volTensorField tf (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 getFieldTensor.H.

References fieldNames, fieldObjectPtr(), mesh, nVar, runTime, and var2field.

Here is the call graph for this function:

◆ fieldObjectPtr()

IOobject fieldObjectPtr ( fieldNames [var2field[nVar],
runTime.  timeName(),
mesh  ,
IOobject::NO_READ   
)

Referenced by if().

Here is the caller graph for this function:

◆ if() [2/3]

if ( !fieldObjectPtr.typeHeaderOk< volTensorField >  true)

Definition at line 15 of file getFieldTensor.H.

References fieldNames, fieldObject(), mesh, runTime, tf(), and var2field.

Here is the call graph for this function:

◆ fieldObject()

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

Referenced by if().

Here is the caller graph for this function:

◆ tf()

volTensorField tf ( fieldObject  ,
mesh   
)

Referenced by if().

Here is the caller graph for this function:

◆ if() [3/3]

if ( which_type  = = Z_HEX08)

Definition at line 38 of file getFieldTensor.H.

References cells, Foam::hex(), lookup(), meshPtr, n, and points.

Here is the call graph for this function:

Variable Documentation

◆ cellShapes

const cellShapeList& cellShapes = meshPtr->cellShapes()

Definition at line 35 of file getFieldTensor.H.