34 namespace reactionModels
51 const word& modelType,
54 const word& reactionProperties
64 C_(this->coeffs().template
lookup<scalar>(
"C"))
83 const label fuelI = this->fuelIndex();
89 if (this->
thermo().containsSpecie(
"O2"))
95 *
min(YFuel, YO2/
s.value());
104 this->coeffs().lookup(
"C") >> C_ ;
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
dimensionedScalar deltaT() const
Return time step.
Base class for single-phase compressible momentum transport models.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Base-class for multi-component fluid thermodynamic properties.
const Time & time() const
Return the top-level database.
Base class for reaction models.
Simple infinitely fast chemistry reaction model based on the principle mixed is burnt....
virtual void correct()
Correct reaction rate.
infinitelyFastChemistry(const word &modelType, const fluidMulticomponentThermo &thermo, const compressibleMomentumTransportModel &turb, const word &reactionProperties)
Construct from components.
virtual bool read()
Update properties.
virtual ~infinitelyFastChemistry()
Destructor.
Base class for single-step reaction models.
virtual bool read()
Update properties from given dictionary.
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.name(), lagrangian::cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
defineTypeNameAndDebug(diffusion, 0)
addToRunTimeSelectionTable(reactionModel, diffusion, dictionary)
const unitSet & lookup(const word &unitName)
Lookup and return the named unit from the table.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const dimensionSet & dimMass
const dimensionSet & dimLength
const dimensionSet & dimTime
dimensioned< Type > min(const DimensionedField< Type, GeoMesh, PrimitiveField > &df)
void pow3(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
fluidMulticomponentThermo & thermo