35 namespace reactionRateFlameAreaModels
50 Foam::reactionRateFlameAreaModels::relaxation::relaxation
89 correlation_.sigmaExt()
111 sigma + alpha_*turbulence.
epsilon()/(turbulence.
k() + kMin)
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_)
autoPtr< compressible::turbulenceModel > turbulence
const double e
Elementary charge.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void correct(const volScalarField &sigma)
Correct omega.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
Abstract class for reaction rate per flame area unit.
Consumption rate per unit of flame area obtained from a relaxation equation.
virtual Istream & read(token &)
Return next token from stream.
Macros for easy insertion into run-time selection tables.
virtual bool read(const dictionary &dictProperties)
Update from dictionary.
virtual tmp< volScalarField > k() const =0
Return the turbulence kinetic energy.
virtual bool read(const dictionary &dictProperties)
Update properties from given dictionary.
Dimension set for the base types.
tmp< fvMatrix< Type > > SuSp(const DimensionedField< scalar, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
A class for handling words, derived from string.
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)
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
addToRunTimeSelectionTable(reactionRateFlameArea, relaxation, dictionary)
const dimensionSet & dimensions() const
Return dimensions.
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).
Base class for combustion models.
defineTypeNameAndDebug(relaxation, 0)
virtual tmp< volScalarField > epsilon() const =0
Return the turbulence kinetic energy dissipation rate.
Mesh data needed to do the Finite Volume discretisation.
dimensioned< scalar > mag(const dimensioned< Type > &)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
const dimensionSet dimVelocity