mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
renamed saltwater-->brine and removed keywords from missingFeatures
This commit is contained in:
committed by
Tor Harald Sandve
parent
5749615bd8
commit
99e7785fb5
@@ -33,11 +33,11 @@ namespace Opm
|
||||
// sense that they can be active or not and canonical indices can be translated
|
||||
// to and from active ones. That said, they are not considered by num_phases or
|
||||
// MaxNumPhases. The crypto phases which are currently implemented are solvent,
|
||||
// polymer, energy, polymer molecular weight, foam and salt.
|
||||
// polymer, energy, polymer molecular weight, foam and brine.
|
||||
static const int NumCryptoPhases = 6;
|
||||
|
||||
// enum ComponentIndex { Water = 0, Oil = 1, Gas = 2 };
|
||||
enum PhaseIndex { Aqua = 0, Liquid = 1, Vapour = 2, Solvent = 3, Polymer = 4, Energy = 5, PolymerMW = 6, Foam = 7, Salt = 8 };
|
||||
enum PhaseIndex { Aqua = 0, Liquid = 1, Vapour = 2, Solvent = 3, Polymer = 4, Energy = 5, PolymerMW = 6, Foam = 7, Brine = 8 };
|
||||
};
|
||||
|
||||
struct PhaseUsage : public BlackoilPhases
|
||||
@@ -51,7 +51,7 @@ namespace Opm
|
||||
// polymer molecular weight
|
||||
bool has_polymermw;
|
||||
bool has_foam;
|
||||
bool has_salt;
|
||||
bool has_brine;
|
||||
};
|
||||
|
||||
/// Check or assign presence of a formed, free phase. Limited to
|
||||
|
||||
Reference in New Issue
Block a user