mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-12 11:34:48 -05:00
blackoilmicpparams: introduce translation unit
move code for loading parameters from eclipse state into it
This commit is contained in:
@@ -290,7 +290,10 @@ public:
|
||||
foamParams.template initFromState<enableFoam>(vanguard.eclState());
|
||||
FoamModule::setParams(std::move(foamParams));
|
||||
|
||||
MICPModule::initFromState(vanguard.eclState());
|
||||
BlackOilMICPParams<Scalar> micpParams;
|
||||
micpParams.template initFromState<enableMICP>(vanguard.eclState());
|
||||
MICPModule::setParams(std::move(micpParams));
|
||||
|
||||
DispersionModule::initFromState(vanguard.eclState());
|
||||
DiffusionModule::initFromState(vanguard.eclState());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user