Cantera
2.4.0
|
Chemical equilibrium options. More...
#include <ChemEquil.h>
Public Attributes | |
doublereal | relTolerance |
Relative tolerance. More... | |
doublereal | absElemTol |
Abs Tol in element number. More... | |
int | maxIterations |
Maximum number of iterations. More... | |
int | iterations |
Iteration counter. More... | |
doublereal | maxStepSize |
Maximum step size. More... | |
int | propertyPair |
Property pair flag. More... | |
bool | contin |
Continuation flag. More... | |
Chemical equilibrium options.
Used internally by class ChemEquil.
Definition at line 27 of file ChemEquil.h.
doublereal relTolerance |
Relative tolerance.
Definition at line 34 of file ChemEquil.h.
Referenced by ChemEquil::equilibrate().
doublereal absElemTol |
Abs Tol in element number.
Definition at line 35 of file ChemEquil.h.
Referenced by ChemEquil::equilibrate().
int maxIterations |
Maximum number of iterations.
Definition at line 36 of file ChemEquil.h.
Referenced by ChemEquil::equilibrate().
int iterations |
Iteration counter.
Definition at line 37 of file ChemEquil.h.
Referenced by ChemEquil::equilibrate().
doublereal maxStepSize |
Maximum step size.
Largest change in any element potential or in log(T) allowed in one Newton step. Default: 10.0
Definition at line 43 of file ChemEquil.h.
int propertyPair |
Property pair flag.
Determines which two thermodynamic properties are fixed.
Definition at line 49 of file ChemEquil.h.
bool contin |
Continuation flag.
Set true if the calculation should be initialized from the last calculation. Otherwise, the calculation will be started from scratch and the initial composition and element potentials estimated.
Definition at line 56 of file ChemEquil.h.