mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-30 02:07:56 -05:00
blackoilextboparams: introduce translation unit
move code for loading parameters from eclipse state into it
This commit is contained in:
@@ -282,8 +282,12 @@ public:
|
||||
enableSaltPrecipitation>(vanguard.eclState());
|
||||
BrineModule::setParams(std::move(brineParams));
|
||||
|
||||
BlackOilExtboParams<Scalar> extboParams;
|
||||
extboParams.template initFromState<enableExtbo>(vanguard.eclState());
|
||||
ExtboModule::setParams(std::move(extboParams));
|
||||
|
||||
FoamModule::initFromState(vanguard.eclState());
|
||||
ExtboModule::initFromState(vanguard.eclState());
|
||||
|
||||
MICPModule::initFromState(vanguard.eclState());
|
||||
DispersionModule::initFromState(vanguard.eclState());
|
||||
DiffusionModule::initFromState(vanguard.eclState());
|
||||
|
||||
Reference in New Issue
Block a user