Cantera  3.1.0a1
Surface Problem Bulk Phase Mode

Functionality expected from the bulk phase. More...

Collaboration diagram for Surface Problem Bulk Phase Mode:

Detailed Description

Functionality expected from the bulk phase.

This changes the equations that will be used to solve for the bulk mole fractions.

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...
 

Variable Documentation

◆ 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

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 58 of file solveSP.h.