mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixing the running of the vfp related for flow_ebos
the output of the THP is still not yet correct.
This commit is contained in:
@@ -118,7 +118,6 @@ enum WellVariablePositions {
|
||||
|
||||
void init(const PhaseUsage phase_usage_arg,
|
||||
const std::vector<bool>& active_arg,
|
||||
const VFPProperties* vfp_properties_arg,
|
||||
const double gravity_arg,
|
||||
const std::vector<double>& depth_arg,
|
||||
const std::vector<double>& pv_arg,
|
||||
@@ -126,6 +125,7 @@ enum WellVariablePositions {
|
||||
long int global_nc,
|
||||
const Grid& grid);
|
||||
|
||||
void setVFPProperties(const VFPProperties* vfp_properties_arg);
|
||||
|
||||
/// The number of components in the model.
|
||||
int numComponents() const
|
||||
|
||||
Reference in New Issue
Block a user