52 XiEqCoef_(XiEqModelCoeffs_.lookup<scalar>(
"XiEqCoef")),
54 uPrimeCoef_(XiEqModelCoeffs_.lookup<scalar>(
"uPrimeCoef")),
57 readBool(XiEqModelCoeffs_.lookup(
"subGridSchelkin"))
79 up.primitiveFieldRef() += calculateSchelkinEffect(uPrimeCoef_);
93 return (1.0 + XiEqCoef_*
sqrt(up/(Su_ + SuMin_))*Reta);
101 XiEqModelCoeffs_.lookup(
"XiEqCoef") >> XiEqCoef_;
102 XiEqModelCoeffs_.lookup(
"uPrimeCoef") >> uPrimeCoef_;
103 XiEqModelCoeffs_.lookup(
"subGridSchelkin") >> subGridSchelkin_;
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
Base class for equilibrium flame wrinkling XiEq models.
bool read(const dictionary &XiProperties)
Update properties from the given XiProperties dictionary.
Gulder(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
Construct from components.
virtual bool read(const dictionary &XiEqProperties)
Update properties from given dictionary.
virtual tmp< volScalarField > XiEq() const
Return the flame-wrinkling XiEq.
virtual ~Gulder()
Destructor.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Base-class for combustion fluid thermodynamic properties based on compressibility.
A class for managing temporary objects.
defineTypeNameAndDebug(constant, 0)
addToRunTimeSelectionTable(XiEqModel, constant, dictionary)
RASModel< momentumTransportModel > RASModel
Typedefs for turbulence, RAS and LES models for compressible flow based on the standard laminar trans...
tmp< VolField< Type > > average(const SurfaceField< Type > &ssf)
Area-weighted average a surfaceField creating a volField.
tmp< VolField< Type > > Su(const VolField< Type > &su, const VolField< Type > &vf)
void mag(LagrangianPatchField< scalar > &f, const LagrangianPatchField< Type > &f1)
VolField< scalar > volScalarField
void sqrt(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))
fluidMulticomponentThermo & thermo