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 &combustionProperties, 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 &combustionProperties, 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 > | Qdot () const |
Heat release rate [kg/m/s3]. 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.
diffusion | ( | const word & | modelType, |
const fvMesh & | mesh, | ||
const word & | combustionProperties, | ||
const word & | phaseName | ||
) |
Construct from components.
Definition at line 38 of file diffusion.C.
|
virtual |
Destructor.
Definition at line 60 of file diffusion.C.
TypeName | ( | "diffusion< CombThermoType, ThermoType >" | ) |
Runtime type information.
|
virtual |
Correct combustion rate.
Definition at line 67 of file diffusion.C.
References Foam::dimLength, Foam::dimMass, Foam::dimTime, Foam::fvc::grad(), Foam::mag(), Foam::pos0(), Foam::pow3(), and turbulence.
|
virtual |
Update properties.
Reimplemented from singleStepCombustion< CombThermoType, ThermoType >.
Definition at line 96 of file diffusion.C.