11 #ifndef CT_KERNEL_EQUIL_H
12 #define CT_KERNEL_EQUIL_H
15 #pragma message("cantera/equil/equil.h is deprecated")
58 int solver = -1, doublereal rtol = 1.0e-9,
int maxsteps =
VCS_MAXSTEPS,
59 int maxiter = 100,
int loglevel = -99);
82 doublereal
equilibrate(MultiPhase& s,
const char* XY,
83 doublereal rtol = 1.0e-9,
int maxsteps = 5000,
int maxiter = 100,
#define VCS_MAXSTEPS
Maximum steps in the inner loop.
doublereal equilibrate(MultiPhase &s, const char *XY, doublereal tol, int maxsteps, int maxiter, int loglevel)
Equilibrate a MultiPhase object.
Headers for the MultiPhase object that is used to set up multiphase equilibrium problems (see Equilib...
ThermoPhase thermo_t
typedef for the ThermoPhase class
Defines and definitions within the vcs package.