#include <chemistryModel/sequential.H>
Definition at line 56 of file sequential.H.
Public Member Functions | |
TypeName ("sequential") | |
Runtime type information. | |
sequential (ODEChemistryModel< CompType, ThermoType > &model, const word &modelName) | |
Construct from components. | |
virtual | ~sequential () |
Destructor. | |
scalar | solve (scalarField &c, const scalar T, const scalar p, const scalar t0, const scalar dt) const |
Update the concentrations and return the chemical time. | |
![]() | |
TypeName ("chemistrySolver") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, chemistrySolver, dictionary,(ODEChemistryModel< CompType, ThermoType > &model, const word &modelName),(model, modelName)) | |
chemistrySolver (ODEChemistryModel< CompType, ThermoType > &model, const word &modelName) | |
Construct from components. | |
virtual | ~chemistrySolver () |
Destructor. |
Additional Inherited Members | |
![]() | |
static autoPtr< chemistrySolver > | New (ODEChemistryModel< CompType, ThermoType > &model, const word &compTypeName, const word &thermoTypeName) |
Selector. | |
![]() | |
ODEChemistryModel< CompType, ThermoType > & | model_ |
Reference to the chemistry model. | |
const word | name_ |
Name of the chemistry solver. |
sequential | ( | ODEChemistryModel< CompType, ThermoType > & | model, |
const word & | modelName | ||
) |
Construct from components.
Definition at line 33 of file sequential.C.
|
virtual |
Destructor.
Definition at line 48 of file sequential.C.
TypeName | ( | "sequential< CompType, ThermoType >" | ) |
Runtime type information.
|
virtual |
Update the concentrations and return the chemical time.
Implements chemistrySolver< CompType, ThermoType >.
Definition at line 56 of file sequential.C.
References Reaction< ReactionThermo >::lhs(), Foam::mag(), Foam::max(), R, Reaction< ReactionThermo >::rhs(), and List< T >::size().