52Foam::reactionRateFlameAreaModels::relaxation::relaxation
61 correlation_(
dict.optionalSubDict(
typeName +
"Coeffs").subDict(fuel_)),
63 alpha_(
dict.optionalSubDict(
typeName +
"Coeffs").get<scalar>(
"alpha"))
91 correlation_.sigmaExt()
116 const volScalarField omegaInf(correlation_.omega0Sigma(sigmaTotal));
122 (tau*omegaInf*(omega0 - omegaInf) +
sqr(omegaMin)*sigmaExt)
123 /(
sqr(omega0 - omegaInf) +
sqr(omegaMin))
139 omega_.clamp_range(0, omega0.value());
151 coeffDict_.readEntry(
"C", C_);
152 coeffDict_.readEntry(
"alpha", alpha_);
155 coeffDict_.subDict(fuel_)
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
Base class for combustion models.
Abstract base class for turbulence models (RAS, LES and laminar).
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
const dimensionSet & dimensions() const noexcept
Return const reference to dimensions.
const Type & value() const noexcept
Return const reference to value.
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.
virtual bool read(const dictionary &dictProperties)
Update properties from given dictionary.
Abstract class for reaction rate per flame area unit.
dictionary coeffDict_
Dictionary.
const combustionModel & combModel_
Combustion model owner.
volScalarField omega_
Fuel consumption rate per unit of flame area.
virtual bool read(const dictionary &dictProperties)
Update from dictionary.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
tmp< fvMatrix< Type > > div(const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
tmp< fvMatrix< Type > > ddt(const GeometricField< Type, fvPatchField, volMesh > &vf)
zeroField SuSp(const Foam::zero, const GeometricField< Type, fvPatchField, volMesh > &)
A no-op source.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionSet dimVelocity
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
dimensionedScalar sigma("sigma", dimMass/sqr(dimTime), transportProperties)