This soot model is purely an state model. The ammount of soot produced is determined by a single step chemistry as : More...
Public Member Functions | |
TypeName ("mixtureFractionSoot") | |
Runtime type information. More... | |
mixtureFractionSoot (const dictionary &dict, const fvMesh &mesh, const word &modelType) | |
Construct from components. More... | |
virtual | ~mixtureFractionSoot () |
Destructor. More... | |
virtual void | correct () |
Main update/correction routine. More... | |
const volScalarField & | soot () const |
Return Ysoot. More... | |
Public Member Functions inherited from sootModel | |
TypeName ("sootModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, sootModel, dictionary,(const dictionary &dict, const fvMesh &mesh, const word &modelType),(dict, mesh, modelType)) | |
Declare runtime constructor selection table. More... | |
sootModel (const dictionary &dict, const fvMesh &mesh, const word &modelType) | |
Construct from components. More... | |
virtual | ~sootModel () |
Destructor. More... | |
const fvMesh & | mesh () const |
Reference to the mesh. More... | |
const dictionary & | dict () const |
Reference to the dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from sootModel | |
static autoPtr< sootModel > | New (const dictionary &dict, const fvMesh &mesh) |
Selector. More... | |
Protected Attributes inherited from sootModel | |
const dictionary | dict_ |
Radiation model dictionary. More... | |
const fvMesh & | mesh_ |
Reference to the fvMesh. More... | |
This soot model is purely an state model. The ammount of soot produced is determined by a single step chemistry as :
nuf Fuel + nuOx Ox = nuP P + nuSoot soot
nuSoot is prescribed by the user.
The single step chemistry used is read from the combustion. The soot is not considered into the thermodynamics of the system and it is not considered as an extra specie in the solver.
The spacial distribution is given by the normalization of the first product on the rhs of the reaction by default or it can be added as input.
The input dictionary reads like in the radiationProperties dictionary:
sootModel mixtureFractionSoot<gasHThermoPhysics>;
mixtureFractionSootCoeffs { nuSoot 0.015; Wsoot 12; mappingField P; }
Definition at line 79 of file mixtureFractionSoot.H.
mixtureFractionSoot | ( | const dictionary & | dict, |
const fvMesh & | mesh, | ||
const word & | modelType | ||
) |
Construct from components.
Definition at line 66 of file mixtureFractionSoot.C.
References forAll, Foam::Info, Foam::mag(), Foam::nl, reaction(), and Reaction< ReactionThermo >::rhs().
|
virtual |
Destructor.
Definition at line 143 of file mixtureFractionSoot.C.
TypeName | ( | "mixtureFractionSoot< ThermoType >" | ) |
Runtime type information.
|
virtual |
Main update/correction routine.
Implements sootModel.
Definition at line 150 of file mixtureFractionSoot.C.
|
inlinevirtual |