Go to the documentation of this file.
170 #ifndef BilgerMixtureFraction_H
171 #define BilgerMixtureFraction_H
181 namespace functionObjects
187 class BilgerMixtureFraction
189 public fvMeshFunctionObject
200 const basicSpecieMixture& thermo_;
206 scalar o2RequiredOx_;
209 scalar o2RequiredFuelOx_;
233 void calcBilgerMixtureFraction();
238 const dictionary& subDict,
262 const dictionary&
dict
285 virtual bool clear();
288 virtual bool write();
TypeName("BilgerMixtureFraction")
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
Specialization of basicMultiComponentMixture for a mixture consisting of a number for molecular speci...
void operator=(const BilgerMixtureFraction &)=delete
Calculates the Bilger mixture-fraction field (i.e. ) based on the elemental composition of the mixtur...
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Generic templated field type.
virtual ~BilgerMixtureFraction()=default
Field< label > labelField
Specialisation of Field<T> for label.
BilgerMixtureFraction(const word &name, const Time &runTime, const dictionary &dict)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
virtual bool read(const dictionary &)