45Foam::XiEqModels::Gulder::Gulder
48 const psiuReactionThermo&
thermo,
50 const volScalarField&
Su
54 XiEqCoef_(XiEqModelCoeffs_.
get<scalar>(
"XiEqCoef")),
56 uPrimeCoef_(XiEqModelCoeffs_.
get<scalar>(
"uPrimeCoef")),
57 subGridSchelkin_(XiEqModelCoeffs_.
get<bool>(
"subGridSchelkin"))
72 const tmp<volScalarField> tepsilon(turbulence_.epsilon());
77 up.primitiveFieldRef() += calculateSchelkinEffect(uPrimeCoef_);
91 return (1.0 + XiEqCoef_*
sqrt(up/(Su_ + SuMin_))*Reta);
99 XiEqModelCoeffs_.readEntry(
"XiEqCoef", XiEqCoef_);
100 XiEqModelCoeffs_.readEntry(
"uPrimeCoef", uPrimeCoef_);
101 XiEqModelCoeffs_.readEntry(
"subGridSchelkin", subGridSchelkin_);
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
virtual bool read(const dictionary &XiEqProperties)=0
Update properties from given dictionary.
Simple Gulder model for XiEq based on Gulders correlation with a linear correction function to give a...
virtual tmp< volScalarField > XiEq() const
Return the flame-wrinkling XiEq.
virtual bool read(const dictionary &XiEqProperties)
Update properties from given dictionary.
virtual ~Gulder()
Destructor.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
compressible::turbulenceModel & turbulence
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
List of values generated by applying the access operation to each list item.
tmp< GeometricField< Type, faPatchField, areaMesh > > average(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
Area-weighted average a edgeField creating a areaField.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.