Cantera
2.2.1
|
Driver routine for the VCSnonideal equilibrium solver package. More...
#include "cantera/equil/vcs_MultiPhaseEquil.h"
#include "cantera/equil/vcs_VolPhase.h"
#include "cantera/equil/vcs_species_thermo.h"
#include "cantera/base/clockWC.h"
#include "cantera/base/stringUtils.h"
#include "cantera/thermo/speciesThermoTypes.h"
#include "cantera/thermo/IdealSolidSolnPhase.h"
#include "cantera/thermo/IdealMolalSoln.h"
#include <cstdio>
Go to the source code of this file.
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Functions | |
int | vcs_Cantera_to_vprob (MultiPhase *mphase, VCS_PROB *vprob) |
Translate a MultiPhase object into a VCS_PROB problem definition object. More... | |
int | vcs_Cantera_update_vprob (MultiPhase *mphase, VCS_PROB *vprob) |
Translate a MultiPhase information into a VCS_PROB problem definition object. More... | |
Driver routine for the VCSnonideal equilibrium solver package.
Definition in file vcs_MultiPhaseEquil.cpp.