My Project
|
Defines the primary variable and equation indices for the compositional multi-phase model based on flash calculations. More...
#include <flashindices.hh>
Static Public Attributes | |
static const int | numEq = numComponents + EnergyIndices::numEq_ |
number of equations/primary variables | |
static const int | cTot0Idx = PVOffset |
Index of the total concentration of the first component in the pore space. | |
static const int | conti0EqIdx = PVOffset |
Index of the mass conservation equation for the first component. | |
static constexpr bool | waterEnabled = false |
static constexpr bool | gasEnabled = true |
static constexpr bool | oilEnabled = true |
static constexpr int | waterPhaseIdx = -1 |
static constexpr int | numPhases = 2 |
static constexpr int | pressure0Idx = PVOffset |
Index of the pressure. | |
static constexpr int | z0Idx = pressure0Idx + 1 |
Index of the molefraction of the first component. | |
Defines the primary variable and equation indices for the compositional multi-phase model based on flash calculations.
Defines the primary variable and equation indices for the compositional multi-phase model based on PT flash calculations.
PVOffset | The first index in a primary variable vector. |