Cantera
2.4.0
|
Headers for the MultiPhase object that is used to set up multiphase equilibrium problems (see Equilfunctions). More...
Go to the source code of this file.
Classes | |
class | MultiPhase |
A class for multiphase mixtures. More... | |
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Functions | |
std::ostream & | operator<< (std::ostream &s, MultiPhase &x) |
Function to output a MultiPhase description to a stream. More... | |
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. More... | |
void | ElemRearrange (size_t nComponents, const vector_fp &elementAbundances, MultiPhase *mphase, std::vector< size_t > &orderVectorSpecies, std::vector< size_t > &orderVectorElements) |
Handles the potential rearrangement of the constraint equations represented by the Formula Matrix. More... | |
Headers for the MultiPhase object that is used to set up multiphase equilibrium problems (see Equilfunctions).
Definition in file MultiPhase.h.