Cantera
2.0
|
Interface class for the vcsnonlinear solver. More...
Go to the source code of this file.
Classes | |
class | vcs_MultiPhaseEquil |
Cantera's Interface to the Multiphase chemical equilibrium solver. More... | |
Namespaces | |
namespace | Cantera |
Provides class Nucleus. | |
Functions | |
int | vcs_equilibrate (thermo_t &s, const char *XY, int estimateEquil=0, int printLvl=0, int solver=-1, doublereal rtol=1.0e-9, int maxsteps=VCS_MAXSTEPS, int maxiter=100, int loglevel=-99) |
Set a single-phase chemical solution to chemical equilibrium. | |
int | vcs_equilibrate (MultiPhase &s, const char *XY, int estimateEquil=0, int printLvl=0, int solver=2, doublereal rtol=1.0e-9, int maxsteps=VCS_MAXSTEPS, int maxiter=100, int loglevel=-99) |
Set a multi-phase chemical solution to chemical equilibrium. | |
int | vcs_equilibrate_1 (MultiPhase &s, int ixy, int estimateEquil=0, int printLvl=0, int solver=2, doublereal rtol=1.0e-9, int maxsteps=VCS_MAXSTEPS, int maxiter=100, int loglevel=-99) |
Set a multi-phase chemical solution to chemical equilibrium. | |
int | vcs_determine_PhaseStability (MultiPhase &s, int iphase, double &funcStab, int printLvl, int loglevel) |
Determine the phase stability of a single phase given the current conditions in a MultiPhase object. | |
int | vcs_Cantera_to_vprob (Cantera::MultiPhase *mphase, VCSnonideal::VCS_PROB *vprob) |
Translate a MultiPhase object into a VCS_PROB problem definition object. | |
int | vcs_Cantera_update_vprob (Cantera::MultiPhase *mphase, VCSnonideal::VCS_PROB *vprob) |
Translate a MultiPhase information into a VCS_PROB problem definition object. | |
Interface class for the vcsnonlinear solver.
Definition in file vcs_MultiPhaseEquil.h.