fixing the vfp running with flow_ebos.

This commit is contained in:
Kai Bao
2017-08-07 14:50:03 +02:00
parent 78dd9d1d16
commit 6dcb0dfba1
6 changed files with 32 additions and 24 deletions

View File

@@ -96,9 +96,10 @@ namespace Opm
/// Well controls
WellControls* wellControls() const;
void setVFPProperties(const VFPProperties* vfp_properties_arg);
virtual void init(const PhaseUsage* phase_usage_arg,
const std::vector<bool>* active_arg,
const VFPProperties* vfp_properties_arg,
const std::vector<double>& depth_arg,
const double gravity_arg,
const int num_cells);