Functionality expected from the bulk phase.
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.
|
|
const int | BULK_ETCH = 2 |
| Etching of a bulk phase is to be expected.
|
|
◆ BULK_DEPOSITION
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 53 of file solveSP.h.
◆ BULK_ETCH
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 58 of file solveSP.h.