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.timeName(), mesh, IOobject::NO_READ)
 
 if (!fieldObjectPtr.headerOk())
 
IOobject fieldObject (fieldNames[var2field[nVar]], runTime.timeName(), 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.

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

Here is the call graph for this function:

◆ fieldObjectPtr()

typeIOobject<volScalarField> 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.  headerOk())

Definition at line 14 of file getFieldScalar.H.

References fieldNames, fieldObject(), mesh, scalarField(), 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 fieldToCell::applyToSet(), patchFluxToFace::applyToSet(), for(), if(), and USERD_get_var_value_at_specific().

Here is the caller graph for this function:

◆ scalarField()

volScalarField scalarField ( fieldObject  ,
mesh   
)

Referenced by alphaFixedPressureFvPatchScalarField::alphaFixedPressureFvPatchScalarField(), primitiveMeshTools::cellDeterminant(), heThermo< BasicSolidThermo, MixtureType >::cellSetProperty(), energyJumpAMIFvPatchScalarField::energyJumpAMIFvPatchScalarField(), energyJumpFvPatchScalarField::energyJumpFvPatchScalarField(), externalWallHeatFluxTemperatureFvPatchScalarField::externalWallHeatFluxTemperatureFvPatchScalarField(), primitiveMeshTools::faceConcavity(), primitiveMeshTools::faceFlatness(), primitiveMeshTools::faceOrthogonality(), polyMeshTools::faceOrthogonality(), polyMeshTools::faceSkewness(), primitiveMeshTools::faceSkewness(), polyMeshTools::faceWeights(), fixedFluxPressureFvPatchScalarField::fixedFluxPressureFvPatchScalarField(), freestreamPressureFvPatchScalarField::freestreamPressureFvPatchScalarField(), genericFvPatchField< Type >::genericFvPatchField(), genericPointPatchField< Type >::genericPointPatchField(), transformFvPatchField< Type >::gradientInternalCoeffs(), greyDiffusiveViewFactorFixedValueFvPatchScalarField::greyDiffusiveViewFactorFixedValueFvPatchScalarField(), if(), inletOutletTotalTemperatureFvPatchScalarField::inletOutletTotalTemperatureFvPatchScalarField(), Foam::levelSetFraction(), makeFvGradScheme(), MarshakRadiationFvPatchScalarField::MarshakRadiationFvPatchScalarField(), laminarModel< BasicMomentumTransportModel >::nut(), heThermo< BasicSolidThermo, MixtureType >::patchFieldProperty(), phaseHydrostaticPressureFvPatchScalarField::phaseHydrostaticPressureFvPatchScalarField(), pressureFvPatchScalarField::pressureFvPatchScalarField(), lduMatrix::residual(), basicSymmetryFvPatchField< Type >::snGrad(), symmetryPlaneFvPatchField< Type >::snGrad(), specieTransferTemperatureFvPatchScalarField::specieTransferTemperatureFvPatchScalarField(), Foam::stabilise(), timeVaryingAlphaContactAngleFvPatchScalarField::theta(), constantAlphaContactAngleFvPatchScalarField::theta(), dynamicAlphaContactAngleFvPatchScalarField::theta(), CellZoneInjection< CloudType >::topoChange(), totalTemperatureFvPatchScalarField::totalTemperatureFvPatchScalarField(), transonicEntrainmentPressureFvPatchScalarField::transonicEntrainmentPressureFvPatchScalarField(), turbulentIntensityKineticEnergyInletFvPatchScalarField::turbulentIntensityKineticEnergyInletFvPatchScalarField(), uniformDensityHydrostaticPressureFvPatchScalarField::uniformDensityHydrostaticPressureFvPatchScalarField(), uniformTotalPressureFvPatchScalarField::uniformTotalPressureFvPatchScalarField(), USERD_get_var_value_at_specific(), transformFvPatchField< Type >::valueInternalCoeffs(), variableHeightFlowRateFvPatchScalarField::variableHeightFlowRateFvPatchScalarField(), polyMeshTools::volRatio(), waveAlphaFvPatchScalarField::waveAlphaFvPatchScalarField(), and Table< scalar >::x().

Here is the caller graph for this function:

◆ if() [3/3]

if ( which_type  = = Z_HEX08)

Definition at line 37 of file getFieldScalar.H.

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

Here is the call graph for this function:

Variable Documentation

◆ cellShapes