mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
added enable conditions
This commit is contained in:
parent
590920db6b
commit
ba165838cd
@ -2638,12 +2638,14 @@ private:
|
||||
//////
|
||||
// set salt concentration
|
||||
//////
|
||||
dofFluidState.setSaltConcentration(saltData[dofIdx]);
|
||||
if (enableBrine)
|
||||
dofFluidState.setSaltConcentration(saltData[dofIdx]);
|
||||
|
||||
//////
|
||||
// set precipitated salt saturation
|
||||
//////
|
||||
dofFluidState.setSaltSaturation(saltpData[dofIdx]);
|
||||
if (enableSaltPrecipitation)
|
||||
dofFluidState.setSaltSaturation(saltpData[dofIdx]);
|
||||
|
||||
//////
|
||||
// set saturations
|
||||
|
Loading…
Reference in New Issue
Block a user