Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
equil.h File Reference

This file contains the definition of some high level general equilibration routines. More...

#include "MultiPhase.h"
#include "vcs_defs.h"
Include dependency graph for equil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Cantera
 Namespace for the Cantera kernel.
 

Functions

int equilibrate (thermo_t &s, const char *XY, int solver=-1, doublereal rtol=1.0e-9, int maxsteps=VCS_MAXSTEPS, int maxiter=100, int loglevel=-99)
 Equilibrate a ThermoPhase object. More...
 
doublereal equilibrate (MultiPhase &s, const char *XY, doublereal rtol=1.0e-9, int maxsteps=5000, int maxiter=100, int loglevel=-99)
 Equilibrate a MultiPhase object. More...
 

Detailed Description

This file contains the definition of some high level general equilibration routines.

Deprecated:
All functions defined in this file are deprecated. To be removed after Cantera 2.2.

Definition in file equil.h.