Simple diffusion-based combustion model based on the principle mixed is burnt. Additional parameter C is used to distribute the heat release rate in time. More...
Public Member Functions | |
TypeName ("diffusion") | |
Runtime type information. More... | |
diffusion (const word &modelType, const fvMesh &mesh, const word &phaseName) | |
Construct from components. More... | |
virtual | ~diffusion () |
Destructor. More... | |
virtual void | correct () |
Correct combustion rate. More... | |
virtual bool | read () |
Update properties. More... | |
![]() | |
singleStepCombustion (const word &modelType, const fvMesh &mesh, const word &phaseName) | |
Construct from components. More... | |
virtual | ~singleStepCombustion () |
Destructor. More... | |
virtual tmp< fvScalarMatrix > | R (volScalarField &Y) const |
Fuel consumption rate matrix. More... | |
virtual tmp< volScalarField > | dQ () const |
Heat release rate calculated from fuel consumption rate matrix. More... | |
virtual tmp< volScalarField > | Sh () const |
Sensible enthalpy source term. More... | |
Private Member Functions | |
diffusion (const diffusion &) | |
Disallow copy construct. More... | |
void | operator= (const diffusion &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
scalar | C_ |
Model constant. More... | |
word | oxidantName_ |
Name of oxidant - default is "O2". More... | |
Additional Inherited Members | |
![]() | |
singleStepReactingMixture< ThermoType > * | singleMixturePtr_ |
Pointer to singleStepReactingMixture mixture. More... | |
volScalarField | wFuel_ |
Fuel consumption rate. More... | |
bool | semiImplicit_ |
Semi-implicit (true) or explicit (false) treatment. More... | |
Simple diffusion-based combustion model based on the principle mixed is burnt. Additional parameter C is used to distribute the heat release rate in time.
Definition at line 53 of file diffusion.H.
Construct from components.
Definition at line 38 of file diffusion.C.
|
virtual |
Destructor.
Definition at line 58 of file diffusion.C.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "diffusion< CombThermoType, ThermoType >" | ) |
Runtime type information.
|
virtual |
Correct combustion rate.
Definition at line 65 of file diffusion.C.
References Foam::dimLength, Foam::dimMass, Foam::dimTime, Foam::fvc::grad(), Foam::mag(), Foam::pos(), Foam::pow3(), and turbulence.
|
virtual |
Update properties.
Reimplemented from singleStepCombustion< CombThermoType, ThermoType >.
Definition at line 94 of file diffusion.C.
|
private |
Model constant.
Definition at line 60 of file diffusion.H.
|
private |
Name of oxidant - default is "O2".
Definition at line 63 of file diffusion.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.