mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
water-gas ratio input and output plus simulator for salt precipitation and water evaporation
This commit is contained in:
@@ -134,6 +134,11 @@ public:
|
||||
else if (Indices::gasEnabled)
|
||||
fluidState.setRv(0.0);
|
||||
|
||||
if (FluidSystem::enableVaporizedWater())
|
||||
fluidState.setRvw(initialState.rvw()[elemIdx]);
|
||||
else if (Indices::gasEnabled)
|
||||
fluidState.setRvw(0.0);
|
||||
|
||||
|
||||
// set the temperature.
|
||||
if (enableTemperature || enableEnergy)
|
||||
|
||||
Reference in New Issue
Block a user