flow_ebos: retrieve the simulation grid from the ebos simulator object

This commit is contained in:
Andreas Lauser
2016-08-08 14:41:52 +02:00
parent 77f103fca5
commit f29bf8f694
2 changed files with 9 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ public:
typedef BlackoilState ReservoirState;
typedef BlackoilOutputWriter OutputWriter;
typedef GridT Grid;
typedef BlackoilModelEbos<Grid> Model;
typedef BlackoilModelEbos Model;
typedef BlackoilModelParameters ModelParameters;
typedef NonlinearSolver<Model> Solver;
typedef StandardWells WellModel;
@@ -354,7 +354,6 @@ protected:
{
auto model = std::unique_ptr<Model>(new Model(*ebosSimulator_,
model_param_,
grid_,
props_,
geo_,
rock_comp_props_,