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... | |
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.
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.