Functions | Variables
getFieldVector.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)
 
IOobject fieldObjectPtr (fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::NO_READ)
 
 if (!fieldObjectPtr.typeHeaderOk< volVectorField >(true))
 
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() [1/3]

if ( nVar >=Num_variables nSprayVariables)

Definition at line 1 of file getFieldVector.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< volVectorField >  true)

Definition at line 15 of file getFieldVector.H.

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

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:

◆ vectorField()

volVectorField vectorField ( fieldObject  ,
mesh   
)

Referenced by fixedNormalInletOutletVelocityFvPatchVectorField::fixedNormalInletOutletVelocityFvPatchVectorField(), flowRateInletVelocityFvPatchVectorField::flowRateInletVelocityFvPatchVectorField(), flowRateOutletVelocityFvPatchVectorField::flowRateOutletVelocityFvPatchVectorField(), forAll(), freestreamVelocityFvPatchVectorField::freestreamVelocityFvPatchVectorField(), genericFvPatchField< Type >::genericFvPatchField(), genericPointPatchField< Type >::genericPointPatchField(), if(), heSolidThermo< BasicSolidThermo, MixtureType >::Kappa(), makeFvGradScheme(), matchedFlowRateOutletVelocityFvPatchVectorField::matchedFlowRateOutletVelocityFvPatchVectorField(), outletPhaseMeanVelocityFvPatchVectorField::outletPhaseMeanVelocityFvPatchVectorField(), ParticleCollector< CloudType >::ParticleCollector(), pressureDirectedInletOutletVelocityFvPatchVectorField::pressureDirectedInletOutletVelocityFvPatchVectorField(), pressureInletOutletParSlipVelocityFvPatchVectorField::pressureInletOutletParSlipVelocityFvPatchVectorField(), pressureInletOutletVelocityFvPatchVectorField::pressureInletOutletVelocityFvPatchVectorField(), pressureNormalInletOutletVelocityFvPatchVectorField::pressureNormalInletOutletVelocityFvPatchVectorField(), rotatingWallVelocityFvPatchVectorField::rotatingWallVelocityFvPatchVectorField(), extendedEdgeMesh::sortPointsAndEdges(), SRFFreestreamVelocityFvPatchVectorField::SRFFreestreamVelocityFvPatchVectorField(), Cloud< streamLineParticle >::storeGlobalPositions(), supersonicFreestreamFvPatchVectorField::supersonicFreestreamFvPatchVectorField(), surfaceNormalFixedValueFvPatchVectorField::surfaceNormalFixedValueFvPatchVectorField(), Foam::transform(), Foam::transformPoints(), USERD_get_part_coords(), USERD_get_part_node_ids(), USERD_get_var_value_at_specific(), waveVelocityFvPatchVectorField::waveVelocityFvPatchVectorField(), and Foam::zip().

Here is the caller graph for this function:

◆ if() [3/3]

if ( which_type  = = Z_HEX08)

Definition at line 38 of file getFieldVector.H.

References cells, Foam::component(), 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 getFieldVector.H.