73 thermo.
T().
mesh().time().constant(),
79 mesh_(thermo.
T().
mesh()),
81 chemistry_(
lookup(
"chemistry")),
82 deltaTChemIni_(lookup<scalar>(
"initialChemicalTimeStep")),
83 deltaTChemMax_(lookupOrDefault(
"maxChemicalTimeStep", great)),
static word phasePropertyName(const word &name, const word &phaseName)
Name of a property for a given phase.
jacobianType
Enumeration for the type of Jacobian to be calculated by the.
Base-class for multi-component fluid thermodynamic properties.
void correct()
Correct function - updates due to mesh changes.
const Time & time() const
Return the top-level database.
Initialise the NamedEnum HashTable from the static list of names.
static const NamedEnum< jacobianType, 2 > jacobianTypeNames_
Jacobian type names.
basicChemistryModel(const fluidReactionThermo &thermo)
Construct from thermo.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
virtual ~basicChemistryModel()
Destructor.
const dimensionSet dimTime
stressControl lookup("compactNormalStress") >> compactNormalStress
const word & constant() const
Return constant name.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
const Mesh & mesh() const
Return mesh.
defineTypeNameAndDebug(combustionModel, 0)
virtual const volScalarField & T() const =0
Temperature [K].
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Base class for chemistry models.