Add warning about simulating without WPOLYMER.

Warning was in the main() of flow_polymer.cpp,
but will disappear from there after refactoring.
This commit is contained in:
Atgeirr Flø Rasmussen 2015-12-14 14:37:53 +01:00
parent b156ce0b55
commit b420cccfc3

View File

@ -112,6 +112,7 @@ namespace Opm
}
polymer_inflow_ptr.reset(new PolymerInflowFromDeck(deck_, BaseType::eclipse_state_, *wells, Opm::UgGridHelpers::numCells(BaseType::grid_), timer.currentStepNum()));
} else {
OPM_MESSAGE("Warning: simulating with no WPOLYMER in deck (no polymer will be injected).");
polymer_inflow_ptr.reset(new PolymerInflowBasic(0.0*Opm::unit::day,
1.0*Opm::unit::day,
0.0));