Cantera
2.4.0
|
Functionality expected from the bulk phase. More...
Variables | |
const int | BULK_DEPOSITION = 1 |
Deposition of a bulk phase is to be expected. More... | |
const int | BULK_ETCH = 2 |
Etching of a bulk phase is to be expected. More... | |
Functionality expected from the bulk phase.
This changes the equations that will be used to solve for the bulk mole fractions.
const int BULK_DEPOSITION = 1 |
Deposition of a bulk phase is to be expected.
Bulk mole fractions are determined from ratios of growth rates of bulk species.
Definition at line 51 of file solveSP.h.
Referenced by solveSP::calcWeights(), solveSP::fun_eval(), and solveSP::print_header().
const int BULK_ETCH = 2 |
Etching of a bulk phase is to be expected.
Bulk mole fractions are assumed constant, and given by the initial conditions. This is also used whenever the condensed phase is part of the larger solution.
Definition at line 56 of file solveSP.h.
Referenced by solveSP::print_header(), and ImplicitSurfChem::solvePseudoSteadyStateProblem().