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. More... | |
| infinitelyFastChemistry (const word &modelType, const fvMesh &mesh, const word &phaseName) | |
| Construct from components. More... | |
| virtual | ~infinitelyFastChemistry () |
| Destructor. More... | |
| virtual void | correct () |
| Correct combustion rate. More... | |
| virtual bool | read () |
| Update properties. More... | |
Public Member Functions inherited from singleStepCombustion< CombThermoType, ThermoType > | |
| 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 | |
Protected Attributes inherited from singleStepCombustion< CombThermoType, ThermoType > | |
| 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 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.
Definition at line 53 of file infinitelyFastChemistry.H.
| infinitelyFastChemistry | ( | const word & | modelType, |
| const fvMesh & | mesh, | ||
| const word & | phaseName | ||
| ) |
Construct from components.
Definition at line 37 of file infinitelyFastChemistry.C.
|
virtual |
Destructor.
Definition at line 56 of file infinitelyFastChemistry.C.
| TypeName | ( | "infinitelyFastChemistry< CombThermoType, ThermoType >" | ) |
Runtime type information.
|
virtual |
Correct combustion rate.
Definition at line 63 of file infinitelyFastChemistry.C.
References Foam::dimLength, Foam::dimMass, Foam::dimTime, mesh, Foam::min(), Foam::pow3(), rho, s(), and dimensioned< Type >::value().

|
virtual |
Update properties.
Reimplemented from singleStepCombustion< CombThermoType, ThermoType >.
Definition at line 92 of file infinitelyFastChemistry.C.
1.8.11