Driver routine for the VCSnonideal equilibrium solver package. More...
#include "vcs_MultiPhaseEquil.h"#include "ct_defs.h"#include "MultiPhase.h"#include "vcs_DoubleStarStar.h"#include <vector>#include "vcs_defs.h"#include <string>#include <cstring>#include "vcs_Exception.h"#include "global.h"#include "vcs_VolPhase.h"#include "vcs_IntStarStar.h"#include "mix_defs.h"#include "clockWC.h"#include "ThermoPhase.h"#include "speciesThermoTypes.h"#include "IdealSolidSolnPhase.h"#include "IdealMolalSoln.h"#include "vec_functions.h"#include "ctexceptions.h"#include "DenseMatrix.h"#include "MultiPhaseEquil.h"

Go to the source code of this file.
Functions | |
| 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. | |
Driver routine for the VCSnonideal equilibrium solver package.
Definition in file vcs_MultiPhaseEquil.cpp.
1.6.3