Pass dummy threshold pressures through simulator to solver.

This commit is contained in:
Atgeirr Flø Rasmussen
2014-08-27 14:23:48 +02:00
parent 4af03dcdb8
commit 3fdfeec10c
4 changed files with 28 additions and 8 deletions

View File

@@ -225,6 +225,8 @@ try
Opm::DerivedGeology geology(*grid, *new_props, eclipseState, grav);
std::vector<double> threshold_pressures;// = getThresholdPressures();
SimulatorFullyImplicitBlackoil<Dune::CpGrid> simulator(param,
*grid,
geology,
@@ -235,7 +237,8 @@ try
deck->hasKeyword("DISGAS"),
deck->hasKeyword("VAPOIL"),
eclipseState,
outputWriter);
outputWriter,
threshold_pressures);
std::cout << "\n\n================ Starting main simulation loop ===============\n"
<< std::flush;