Cantera
2.0
|
Headers for the MultiPhase object that is used to set up multiphase equilibrium problems (see Equilibrium Solver Capability). More...
#include "cantera/base/ct_defs.h"
#include "cantera/numerics/DenseMatrix.h"
#include "cantera/thermo/ThermoPhase.h"
Go to the source code of this file.
Classes | |
class | MultiPhase |
A class for multiphase mixtures. More... | |
Namespaces | |
namespace | Cantera |
Provides class Nucleus. | |
Functions | |
std::ostream & | operator<< (std::ostream &s, Cantera::MultiPhase &x) |
Function to output a MultiPhase description to a stream. | |
size_t | BasisOptimize (int *usedZeroedSpecies, bool doFormRxn, MultiPhase *mphase, std::vector< size_t > &orderVectorSpecies, std::vector< size_t > &orderVectorElements, vector_fp &formRxnMatrix) |
Choose the optimum basis of species for the equilibrium calculations. | |
size_t | ElemRearrange (size_t nComponents, const vector_fp &elementAbundances, MultiPhase *mphase, std::vector< size_t > &orderVectorSpecies, std::vector< size_t > &orderVectorElements) |
This subroutine handles the potential rearrangement of the constraint equations represented by the Formula Matrix. | |
Headers for the MultiPhase object that is used to set up multiphase equilibrium problems (see Equilibrium Solver Capability).
Definition in file MultiPhase.h.