Simple infinitely fast chemistry 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 ("infinitelyFastChemistry") | |
| Runtime type information. | |
| infinitelyFastChemistry (const word &modelType, const fvMesh &mesh) | |
| Construct from components. | |
| virtual | ~infinitelyFastChemistry () |
| Destructor. | |
| virtual void | correct () |
| Correct combustion rate. | |
| virtual bool | read () |
| Update properties. | |
Detailed Description
template<class CombThermoType, class ThermoType>
class Foam::combustionModels::infinitelyFastChemistry< CombThermoType, ThermoType >
Simple infinitely fast chemistry combustion model based on the principle mixed is burnt. Additional parameter C is used to distribute the heat release rate.in time.
- Source files
Definition at line 54 of file infinitelyFastChemistry.H.
Constructor & Destructor Documentation
| infinitelyFastChemistry | ( | const word & | modelType, |
| const fvMesh & | mesh | ||
| ) |
Construct from components.
Definition at line 37 of file infinitelyFastChemistry.C.
| ~infinitelyFastChemistry | ( | ) | [virtual] |
Destructor.
Definition at line 49 of file infinitelyFastChemistry.C.
Member Function Documentation
| TypeName | ( | "infinitelyFastChemistry< CombThermoType, ThermoType >" | ) |
Runtime type information.
| void correct | ( | ) | [virtual] |
Correct combustion rate.
Definition at line 56 of file infinitelyFastChemistry.C.
References TimeState::deltaT(), Foam::dimLength, Foam::dimMass, Foam::dimTime, mesh, Foam::min(), Foam::pow3(), rho, and fvMesh::time().

| bool read | ( | ) | [virtual] |
Update properties.
Reimplemented from singleStepCombustion< CombThermoType, ThermoType >.
Definition at line 85 of file infinitelyFastChemistry.C.
The documentation for this class was generated from the following files:
- src/combustionModels/infinitelyFastChemistry/infinitelyFastChemistry.H
- src/combustionModels/infinitelyFastChemistry/infinitelyFastChemistry.C
