Go to the source code of this file.
Functions | |
if (nVar >=Num_variables - nSprayVariables) | |
typeIOobject< volVectorField > | 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() |
if | ( | nVar >=Num_variables - | nSprayVariables | ) |
Definition at line 1 of file getFieldVector.H.
References fieldNames, fieldObjectPtr(), mesh, nVar, and var2field.
typeIOobject<volVectorField> fieldObjectPtr | ( | fieldNames] | [var2field[nVar], |
runTime. | timeName(), | ||
mesh | , | ||
IOobject::NO_READ | |||
) |
if | ( | !fieldObjectPtr. | headerOk() | ) |
Definition at line 15 of file getFieldVector.H.
References fieldNames, fieldObject(), mesh, var2field, and vectorField().
IOobject fieldObject | ( | fieldNames] | [var2field[nVar], |
runTime. | timeName(), | ||
mesh | , | ||
IOobject::MUST_READ | , | ||
IOobject::NO_WRITE | |||
) |
volVectorField vectorField | ( | fieldObject | , |
mesh | |||
) |
Referenced by fixedNormalInletOutletVelocityFvPatchVectorField::fixedNormalInletOutletVelocityFvPatchVectorField(), flowRateOutletVelocityFvPatchVectorField::flowRateOutletVelocityFvPatchVectorField(), forAll(), freestreamVelocityFvPatchVectorField::freestreamVelocityFvPatchVectorField(), genericFvPatchField< Type >::genericFvPatchField(), genericPointPatchField< Type >::genericPointPatchField(), if(), heSolidThermo< BasicSolidThermo, MixtureType >::Kappa(), makeFvGradScheme(), matchedFlowRateOutletVelocityFvPatchVectorField::matchedFlowRateOutletVelocityFvPatchVectorField(), movingWallSlipVelocityFvPatchVectorField::movingWallSlipVelocityFvPatchVectorField(), outletPhaseMeanVelocityFvPatchVectorField::outletPhaseMeanVelocityFvPatchVectorField(), ParticleCollector< CloudType >::ParticleCollector(), pressureDirectedInletOutletVelocityFvPatchVectorField::pressureDirectedInletOutletVelocityFvPatchVectorField(), pressureInletOutletParSlipVelocityFvPatchVectorField::pressureInletOutletParSlipVelocityFvPatchVectorField(), pressureInletOutletVelocityFvPatchVectorField::pressureInletOutletVelocityFvPatchVectorField(), pressureNormalInletOutletVelocityFvPatchVectorField::pressureNormalInletOutletVelocityFvPatchVectorField(), rotatingWallVelocityFvPatchVectorField::rotatingWallVelocityFvPatchVectorField(), extendedEdgeMesh::sortPointsAndEdges(), SRFFreestreamVelocityFvPatchVectorField::SRFFreestreamVelocityFvPatchVectorField(), Cloud< passiveParticle >::storeGlobalPositions(), supersonicFreestreamFvPatchVectorField::supersonicFreestreamFvPatchVectorField(), Foam::transform(), Foam::transformPoints(), USERD_get_part_coords(), USERD_get_part_node_ids(), USERD_get_var_value_at_specific(), waveVelocityFvPatchVectorField::waveVelocityFvPatchVectorField(), and Foam::zip().
if | ( | which_type | = = Z_HEX08 | ) |
Definition at line 38 of file getFieldVector.H.
References cells, Foam::component(), Foam::hex(), lookup(), meshPtr, n, and points.
const cellShapeList& cellShapes = meshPtr->cellShapes() |
Definition at line 35 of file getFieldVector.H.