Functions | Variables
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)
 
IOobject fieldObjectPtr (fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::NO_READ)
 
 if (!fieldObjectPtr.typeHeaderOk< volScalarField >(true))
 
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 2 of file getFieldScalar.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< volScalarField >  true)

Definition at line 15 of file getFieldScalar.H.

References fieldNames, fieldObject(), mesh, runTime, 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(), 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(), ThermalDiffusivity< Foam::PhaseCompressibleTurbulenceModel< Foam::fluidThermo > >::alphat(), primitiveMeshTools::cellDeterminant(), heThermo< BasicSolidThermo, MixtureType >::Cp(), heThermo< BasicSolidThermo, MixtureType >::CpByCpv(), heThermo< BasicSolidThermo, MixtureType >::Cpv(), heThermo< BasicSolidThermo, MixtureType >::Cv(), energyJumpAMIFvPatchScalarField::energyJumpAMIFvPatchScalarField(), energyJumpFvPatchScalarField::energyJumpFvPatchScalarField(), primitiveMeshTools::faceConcavity(), primitiveMeshTools::faceFlatness(), primitiveMeshTools::faceOrthogonality(), polyMeshTools::faceOrthogonality(), polyMeshTools::faceSkewness(), primitiveMeshTools::faceSkewness(), polyMeshTools::faceWeights(), fanFvPatchField< Type >::fanFvPatchField(), fixedFluxPressureFvPatchScalarField::fixedFluxPressureFvPatchScalarField(), for(), freestreamPressureFvPatchScalarField::freestreamPressureFvPatchScalarField(), heThermo< BasicSolidThermo, MixtureType >::gamma(), genericFvPatchField< Type >::genericFvPatchField(), genericPointPatchField< Type >::genericPointPatchField(), transformFvPatchField< Type >::gradientInternalCoeffs(), greyDiffusiveViewFactorFixedValueFvPatchScalarField::greyDiffusiveViewFactorFixedValueFvPatchScalarField(), heThermo< BasicSolidThermo, MixtureType >::he(), heheuPsiThermo< BasicPsiThermo, MixtureType >::heu(), if(), inletOutletTotalTemperatureFvPatchScalarField::inletOutletTotalTemperatureFvPatchScalarField(), TableBase< Type >::interpolator(), Foam::levelSetFraction(), makeFvGradScheme(), MarshakRadiationFvPatchScalarField::MarshakRadiationFvPatchScalarField(), laminarModel< BasicTurbulenceModel >::nut(), AMIInterpolation< SourcePatch, TargetPatch >::patchMagSf(), phaseHydrostaticPressureFvPatchScalarField::phaseHydrostaticPressureFvPatchScalarField(), pressureFvPatchScalarField::pressureFvPatchScalarField(), lduMatrix::residual(), semiPermeableBaffleMassFractionFvPatchScalarField::semiPermeableBaffleMassFractionFvPatchScalarField(), symmetryPlaneFvPatchField< Type >::snGrad(), basicSymmetryFvPatchField< Type >::snGrad(), Foam::stabilise(), heThermo< BasicSolidThermo, MixtureType >::THE(), timeVaryingAlphaContactAngleFvPatchScalarField::theta(), constantAlphaContactAngleFvPatchScalarField::theta(), dynamicAlphaContactAngleFvPatchScalarField::theta(), totalPressureFvPatchScalarField::totalPressureFvPatchScalarField(), totalTemperatureFvPatchScalarField::totalTemperatureFvPatchScalarField(), turbulentIntensityKineticEnergyInletFvPatchScalarField::turbulentIntensityKineticEnergyInletFvPatchScalarField(), uniformDensityHydrostaticPressureFvPatchScalarField::uniformDensityHydrostaticPressureFvPatchScalarField(), uniformTotalPressureFvPatchScalarField::uniformTotalPressureFvPatchScalarField(), CellZoneInjection< CloudType >::updateMesh(), USERD_get_var_value_at_specific(), transformFvPatchField< Type >::valueInternalCoeffs(), variableHeightFlowRateFvPatchScalarField::variableHeightFlowRateFvPatchScalarField(), polyMeshTools::volRatio(), wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField(), waveAlphaFvPatchScalarField::waveAlphaFvPatchScalarField(), wavePressureFvPatchScalarField::wavePressureFvPatchScalarField(), and specieReactionRates< ChemistryModelType >::write().

◆ if() [3/3]

if ( which_type  = = Z_HEX08)

Definition at line 38 of file getFieldScalar.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()