43 Foam::XiEqModels::Gulder::Gulder
45 const dictionary& XiEqProperties,
46 const psiuReactionThermo&
thermo,
51 XiEqModel(XiEqProperties, thermo, turbulence, Su),
77 up.primitiveFieldRef() += calculateSchelkinEffect(uPrimeCoef_);
91 return (1.0 + XiEqCoef_*
sqrt(up/(
Su_ + SuMin_))*Reta);
99 XiEqModelCoeffs_.lookup(
"XiEqCoef") >> XiEqCoef_;
100 XiEqModelCoeffs_.lookup(
"uPrimeCoef") >> uPrimeCoef_;
101 XiEqModelCoeffs_.lookup(
"subGridSchelkin") >> subGridSchelkin_;
autoPtr< compressible::turbulenceModel > turbulence
virtual tmp< volScalarField > muu() const =0
Dynamic viscosity of unburnt gas [kg/ms].
const double e
Elementary charge.
const compressible::RASModel & turbulence_
dimensionedScalar sqrt(const dimensionedScalar &ds)
virtual tmp< volScalarField > rhou() const
Unburnt gas density [kg/m^3].
virtual bool read(const dictionary &XiEqProperties)=0
Update properties from given dictionary.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
psiReactionThermo & thermo
virtual tmp< volScalarField > XiEq() const
Return the flame-wrinking XiEq.
virtual bool read(const dictionary &XiEqProperties)
Update properties from given dictionary.
stressControl lookup("compactNormalStress") >> compactNormalStress
dimensioned< Type > average(const DimensionedField< Type, GeoMesh > &df)
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
const volScalarField & Su_
virtual ~Gulder()
Destructor.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
dimensioned< scalar > mag(const dimensioned< Type > &)
A class for managing temporary objects.
tmp< GeometricField< Type, fvPatchField, volMesh > > Su(const GeometricField< Type, fvPatchField, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &vf)
const psiuReactionThermo & thermo_