35 namespace reactionRateFlameAreaModels
59 correlation_(
dict.optionalSubDict(typeName +
"Coeffs").subDict(fuel_)),
60 C_(
dict.optionalSubDict(typeName +
"Coeffs").lookup<scalar>(
"C")),
63 dict.optionalSubDict(typeName +
"Coeffs").lookup<scalar>(
"alpha")
92 correlation_.sigmaExt()
110 combModel_.turbulence();
118 const volScalarField omegaInf(correlation_.omega0Sigma(sigmaTotal));
126 (tau*omegaInf*(omega0 - omegaInf) +
sqr(omegaMin)*sigmaExt)
127 /(
sqr(omega0 - omegaInf) +
sqr(omegaMin))
155 coeffDict_ =
dict.optionalSubDict(typeName +
"Coeffs");
156 coeffDict_.lookup(
"C") >> C_;
157 coeffDict_.lookup(
"alpha") >> alpha_;
160 coeffDict_.subDict(fuel_)
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
Base class for combustion models.
Base class for single-phase compressible turbulence models.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Dimension set for the base types.
const dimensionSet & dimensions() const
Return const reference to dimensions.
Mesh data needed to do the Finite Volume discretisation.
Consumption rate per unit of flame area obtained from a relaxation equation.
virtual void correct(const volScalarField &sigma)
Correct omega.
relaxation(const word modelType, const dictionary &dictCoeffs, const fvMesh &mesh, const combustionModel &combModel)
Construct from dictionary, mesh and combustion model.
virtual bool read(const dictionary &dictProperties)
Update properties from given dictionary.
Abstract class for reaction rate per flame area unit.
virtual bool read(const dictionary &dictProperties)
Update from dictionary.
A class for managing temporary objects.
A class for handling words, derived from string.
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m^2/K^4].
tmp< fvMatrix< Type > > div(const surfaceScalarField &flux, const VolField< Type > &vf, const word &name)
tmp< fvMatrix< Type > > SuSp(const volScalarField::Internal &, const VolField< Type > &)
tmp< fvMatrix< Type > > ddt(const VolField< Type > &vf)
addToRunTimeSelectionTable(reactionRateFlameArea, relaxation, dictionary)
defineTypeNameAndDebug(relaxation, 0)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensioned< scalar > mag(const dimensioned< Type > &)
const dimensionSet dimVelocity
SolverPerformance< Type > solve(fvMatrix< Type > &, const word &)
Solve returning the solution statistics given convergence tolerance.
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))