mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding a rate converter to the BlackoilModelBase
This commit is contained in:
@@ -203,6 +203,7 @@ namespace detail {
|
||||
, terminal_output_ (terminal_output)
|
||||
, material_name_(0)
|
||||
, current_relaxation_(1.0)
|
||||
, rate_converter_(fluid_, std::vector<int>(std::vector<int>(AutoDiffGrid::numCells(grid_),0)))
|
||||
{
|
||||
if (active_[Water]) {
|
||||
material_name_.push_back("Water");
|
||||
|
||||
Reference in New Issue
Block a user