FreeFOAM The Cross-Platform CFD Toolkit
getFieldVector.H File Reference

Detailed Description

Definition in file getFieldVector.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.headerOk())
IOobject fieldObject (fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE)
volVectorField vectorField (fieldObject, mesh)
 if (which_type==Z_HEX08)

Variables

const cellShapeList & cellShapes = meshPtr->cellShapes()

Function Documentation

if ( nVar >=Num_variables nSprayVariables)

Definition at line 1 of file getFieldVector.H.

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

Definition at line 15 of file getFieldVector.H.

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

Definition at line 38 of file getFieldVector.H.

References component(), Foam::hex(), and vectorField().


Variable Documentation

const cellShapeList& cellShapes = meshPtr->cellShapes()

Definition at line 35 of file getFieldVector.H.