Dummy chemistry solver for 'none' option. More...
Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
noChemistrySolver (const fluidReactionThermo &thermo) | |
Construct from thermo. More... | |
virtual | ~noChemistrySolver () |
Destructor. More... | |
virtual void | solve (scalar &p, scalar &T, scalarField &c, const label li, scalar &deltaT, scalar &subDeltaT) const |
Update the concentrations and return the chemical time. More... | |
Public Member Functions inherited from chemistrySolver< ChemistryModel > | |
chemistrySolver (const fluidReactionThermo &thermo) | |
Construct from thermo. More... | |
virtual | ~chemistrySolver () |
Destructor. More... | |
Dummy chemistry solver for 'none' option.
Definition at line 50 of file noChemistrySolver.H.
noChemistrySolver | ( | const fluidReactionThermo & | thermo | ) |
Construct from thermo.
Definition at line 33 of file noChemistrySolver.C.
|
virtual |
Destructor.
Definition at line 44 of file noChemistrySolver.C.
References noChemistrySolver< ChemistryModel >::solve().
TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Update the concentrations and return the chemical time.
Implements chemistrySolver< ChemistryModel >.
Definition at line 52 of file noChemistrySolver.C.
Referenced by noChemistrySolver< ChemistryModel >::~noChemistrySolver().