This soot model is purely an state model. The amount of soot produced is determined by a single step chemistry as : More...
Public Member Functions | |
TypeName ("mixtureFractionSoot") | |
mixtureFractionSoot (const dictionary &dict, const fvMesh &mesh, const word &modelType) | |
virtual | ~mixtureFractionSoot () |
virtual void | correct () |
const volScalarField & | soot () const |
![]() | |
TypeName ("sootModel") | |
declareRunTimeSelectionTable (autoPtr, sootModel, dictionary,(const dictionary &dict, const fvMesh &mesh, const word &modelType),(dict, mesh, modelType)) | |
sootModel (const dictionary &dict, const fvMesh &mesh, const word &modelType) | |
virtual | ~sootModel () |
const fvMesh & | mesh () const |
const dictionary & | dict () const |
Additional Inherited Members | |
![]() | |
static autoPtr< sootModel > | New (const dictionary &dict, const fvMesh &mesh) |
![]() | |
const dictionary | dict_ |
const fvMesh & | mesh_ |
This soot model is purely an state model. The amount 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 80 of file mixtureFractionSoot.H.
mixtureFractionSoot | ( | const dictionary & | dict, |
const fvMesh & | mesh, | ||
const word & | modelType | ||
) |
Definition at line 62 of file mixtureFractionSoot.C.
References forAll, Foam::Info, Foam::mag(), Foam::nl, and reaction.
|
virtual |
Definition at line 139 of file mixtureFractionSoot.C.
TypeName | ( | "mixtureFractionSoot< ThermoType >" | ) |
|
virtual |
Implements sootModel.
Definition at line 146 of file mixtureFractionSoot.C.
|
inlinevirtual |
Implements sootModel.
Definition at line 156 of file mixtureFractionSoot.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.