Go to the documentation of this file.
35 namespace reactionRateFlameAreaModels
59 correlation_(
dict.subDict(typeName +
"Coeffs").subDict(fuel_)),
61 alpha_(
readScalar(
dict.subDict(typeName +
"Coeffs").lookup(
"alpha")))
89 correlation_.sigmaExt()
114 const volScalarField omegaInf(correlation_.omega0Sigma(sigmaTotal));
122 (tau*omegaInf*(omega0 - omegaInf) +
sqr(omegaMin)*sigmaExt)
123 /(
sqr(omega0 - omegaInf) +
sqr(omegaMin))
150 coeffDict_ =
dict.subDict(typeName +
"Coeffs");
151 coeffDict_.lookup(
"C") >> C_;
152 coeffDict_.lookup(
"alpha") >> alpha_;
155 coeffDict_.subDict(fuel_)
Base class for combustion models.
Consumption rate per unit of flame area obtained from a relaxation equation.
A class for handling words, derived from string.
A class for managing temporary objects.
const dimensionSet dimVelocity
addToRunTimeSelectionTable(reactionRateFlameArea, relaxation, dictionary)
relaxation(const relaxation &)
Disallow copy construct.
Dimension set for the base types.
dimensioned< scalar > mag(const dimensioned< Type > &)
defineTypeNameAndDebug(relaxation, 0)
autoPtr< compressible::turbulenceModel > turbulence
tmp< fvMatrix< Type > > SuSp(const DimensionedField< scalar, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
virtual bool read(const dictionary &dictProperties)
Update from dictionary.
virtual bool read(const dictionary &dictProperties)
Update properties from given dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
const double e
Elementary charge.
Abstract class for reaction rate per flame area unit.
SolverPerformance< Type > solve(fvMatrix< Type > &, const dictionary &)
Solve returning the solution statistics given convergence tolerance.
tmp< fvMatrix< Type > > ddt(const GeometricField< Type, fvPatchField, volMesh > &vf)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
virtual void correct(const volScalarField &sigma)
Correct omega.
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m2/K4].
const dimensionSet & dimensions() const
Return const reference to dimensions.
Generic GeometricField class.
tmp< fvMatrix< Type > > div(const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
Abstract base class for turbulence models (RAS, LES and laminar).