9 #ifndef CT_KERNEL_EQUIL_H
10 #define CT_KERNEL_EQUIL_H
56 int solver = -1, doublereal rtol = 1.0e-9,
int maxsteps =
VCS_MAXSTEPS,
57 int maxiter = 100,
int loglevel = -99);
80 doublereal
equilibrate(MultiPhase& s,
const char* XY,
81 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.