Go to the documentation of this file.
54 if (isA<fixedValueFvPatchScalarField>(tbf[
patchi]))
56 hbt[
patchi] = fixedUnburntEnthalpyFvPatchScalarField::typeName;
60 isA<zeroGradientFvPatchScalarField>(tbf[
patchi])
61 || isA<fixedGradientFvPatchScalarField>(tbf[
patchi])
64 hbt[
patchi] = gradientUnburntEnthalpyFvPatchScalarField::typeName;
66 else if (isA<mixedFvPatchScalarField>(tbf[
patchi]))
68 hbt[
patchi] = mixedUnburntEnthalpyFvPatchScalarField::typeName;
83 isA<gradientUnburntEnthalpyFvPatchScalarField>(hbf[
patchi])
86 refCast<gradientUnburntEnthalpyFvPatchScalarField>(hbf[
patchi])
87 .gradient() = hbf[
patchi].fvPatchField::snGrad();
91 isA<mixedUnburntEnthalpyFvPatchScalarField>(hbf[
patchi])
94 refCast<mixedUnburntEnthalpyFvPatchScalarField>(hbf[
patchi])
95 .refGrad() = hbf[
patchi].fvPatchField::snGrad();
106 const word& phaseName
118 const word& phaseName
121 return basicThermo::New<psiuReactionThermo>(
mesh, phaseName);
A class for handling words, derived from string.
#define forAll(list, i)
Loop across all elements in list.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
virtual const volScalarField & Tu() const =0
Unburnt gas temperature [K].
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
virtual ~psiuReactionThermo()
Destructor.
void heuBoundaryCorrection(volScalarField &heu)
Mesh data needed to do the Finite Volume discretisation.
virtual volScalarField & heu()=0
Unburnt gas enthalpy [J/kg].
psiuReactionThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
wordList types() const
Return a list of the patch types.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Generic GeometricField class.
static autoPtr< psiuReactionThermo > New(const fvMesh &, const word &phaseName=word::null)
defineTypeNameAndDebug(combustionModel, 0)
wordList heuBoundaryTypes()