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

Detailed Description

Definition in file getFieldScalar.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)
volScalarField scalarField (fieldObject, mesh)
 if (which_type==Z_HEX08)

Variables

const cellShapeList & cellShapes = meshPtr->cellShapes()

Function Documentation

if ( nVar >=Num_variables nSprayVariables)

Definition at line 2 of file getFieldScalar.H.

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

Definition at line 15 of file getFieldScalar.H.

IOobject fieldObject ( fieldNames [var2field[nVar],
runTime.  timeName(),
mesh  ,
IOobject::MUST_READ  ,
IOobject::NO_WRITE   
)
volScalarField scalarField ( fieldObject  ,
mesh   
)

Referenced by alphaContactAngleFvPatchScalarField::alphaContactAngleFvPatchScalarField(), alphaFixedPressureFvPatchScalarField::alphaFixedPressureFvPatchScalarField(), fixedFluxPressureFvPatchScalarField::fixedFluxPressureFvPatchScalarField(), forAll(), genericFvPatchField< Type >::genericFvPatchField(), greyDiffusiveRadiationMixedFvPatchScalarField::greyDiffusiveRadiationMixedFvPatchScalarField(), if(), inletOutletTotalTemperatureFvPatchScalarField::inletOutletTotalTemperatureFvPatchScalarField(), MarshakRadiationFixedTMixedFvPatchScalarField::MarshakRadiationFixedTMixedFvPatchScalarField(), MarshakRadiationFvPatchScalarField::MarshakRadiationFvPatchScalarField(), ODEChemistryModel< CompType, ThermoType >::ODEChemistryModel(), lduMatrix::residual(), Foam::stabilise(), timeVaryingAlphaContactAngleFvPatchScalarField::theta(), constantAlphaContactAngleFvPatchScalarField::theta(), dynamicAlphaContactAngleFvPatchScalarField::theta(), timeVaryingUniformTotalPressureFvPatchScalarField::timeVaryingUniformTotalPressureFvPatchScalarField(), totalPressureFvPatchScalarField::totalPressureFvPatchScalarField(), totalTemperatureFvPatchScalarField::totalTemperatureFvPatchScalarField(), turbulentIntensityKineticEnergyInletFvPatchScalarField::turbulentIntensityKineticEnergyInletFvPatchScalarField(), uniformDensityHydrostaticPressureFvPatchScalarField::uniformDensityHydrostaticPressureFvPatchScalarField(), USERD_get_var_value_at_specific(), wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField(), and wideBandDiffusiveRadiationMixedFvPatchScalarField::wideBandDiffusiveRadiationMixedFvPatchScalarField().

if ( which_type  = = Z_HEX08)

Definition at line 38 of file getFieldScalar.H.

References Foam::hex(), and scalarField().


Variable Documentation