mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
fix compositionSwitchEnabled declaration. For gas-water it is disabled
This commit is contained in:
parent
70d43fbefc
commit
8e8f6c5ff2
@ -121,9 +121,9 @@ public:
|
||||
static const int contiPolymerMWEqIdx = Indices::contiPolymerMWEqIdx;
|
||||
static const int contiFoamEqIdx = Indices::contiFoamEqIdx;
|
||||
static const int contiBrineEqIdx = Indices::contiBrineEqIdx;
|
||||
static const bool compositionSwitchEnabled = Indices::compositionSwitchIdx >= 0;
|
||||
|
||||
// For the conversion between the surface volume rate and reservoir voidage rate
|
||||
static const bool compositionSwitchEnabled = Indices::gasEnabled;
|
||||
// For the conversion between the surface volume rate and reservoir voidage rate
|
||||
using FluidState = BlackOilFluidState<Eval,
|
||||
FluidSystem,
|
||||
has_temperature,
|
||||
|
Loading…
Reference in New Issue
Block a user