35 namespace reactionRateFlameAreaModels
92 correlation_.sigmaExt()
110 combModel_.turbulence();
115 sigma + alpha_*turbulence.
epsilon()/(turbulence.
k() + kMin)
118 const volScalarField omegaInf(correlation_.omega0Sigma(sigmaTotal));
126 (tau*omegaInf*(omega0 - omegaInf) +
sqr(omegaMin)*sigmaExt)
127 /(
sqr(omega0 - omegaInf) +
sqr(omegaMin))
156 coeffDict_.
lookup(
"C") >> C_;
157 coeffDict_.lookup(
"alpha") >> alpha_;
160 coeffDict_.subDict(fuel_)
tmp< fvMatrix< Type > > SuSp(const volScalarField::Internal &, const GeometricField< Type, fvPatchField, volMesh > &)
relaxation(const word modelType, const dictionary &dictCoeffs, const fvMesh &mesh, const combustionModel &combModel)
Construct from dictionary, mesh and combustion model.
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)
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.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
virtual bool read(const dictionary &dictProperties)
Update properties from given dictionary.
const dimensionSet & dimensions() const
Return dimensions.
Dimension set for the base types.
const dictionary & optionalSubDict(const word &) const
Find and return a sub-dictionary if found.
A class for handling words, derived from string.
tmp< fvMatrix< Type > > ddt(const GeometricField< Type, fvPatchField, volMesh > &vf)
addToRunTimeSelectionTable(reactionRateFlameArea, relaxation, dictionary)
Info<< "Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho());volVectorField rhoU(IOobject("rhoU", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *U);volScalarField rhoE(IOobject("rhoE", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *(e+0.5 *magSqr(U)));surfaceScalarField pos(IOobject("pos", runTime.timeName(), mesh), mesh, dimensionedScalar(dimless, 1.0));surfaceScalarField neg(IOobject("neg", runTime.timeName(), mesh), mesh, dimensionedScalar(dimless, -1.0));surfaceScalarField phi("phi", fvc::flux(rhoU));Info<< "Creating turbulence model\"<< endl;autoPtr< compressible::momentumTransportModel > turbulence(compressible::momentumTransportModel::New(rho, U, phi, thermo))
tmp< fvMatrix< Type > > div(const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
const dimensionSet dimVelocity
Base class for combustion models.
virtual tmp< volScalarField > k() const =0
Return the turbulence kinetic energy.
defineTypeNameAndDebug(relaxation, 0)
Mesh data needed to do the Finite Volume discretisation.
SolverPerformance< Type > solve(fvMatrix< Type > &, const word &)
Solve returning the solution statistics given convergence tolerance.
dimensioned< scalar > mag(const dimensioned< Type > &)
const doubleScalar e
Elementary charge.
A class for managing temporary objects.
virtual tmp< volScalarField > epsilon() const =0
Return the turbulence kinetic energy dissipation rate.
Base class for single-phase compressible turbulence models.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.