|
Cantera 2.6.0
|
Functions which calculation optimized basis of the stoichiometric coefficient matrix (see /ref equil functions) More...
#include "cantera/equil/MultiPhase.h"#include "cantera/base/utilities.h"#include "cantera/base/global.h"Go to the source code of this file.
Namespaces | |
| namespace | Cantera |
| Namespace for the Cantera kernel. | |
Functions | |
| 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... | |
Variables | |
| static const double | USEDBEFORE = -1 |
Functions which calculation optimized basis of the stoichiometric coefficient matrix (see /ref equil functions)
Definition in file BasisOptimize.cpp.