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:
Kai Bao
2017-08-07 11:35:59 +02:00
parent 31f74cc476
commit 338828fdce
4 changed files with 15 additions and 4 deletions

View File

@@ -43,7 +43,6 @@ namespace Opm {
StandardWellsDense<TypeTag>::
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,
@@ -60,7 +59,6 @@ namespace Opm {
phase_usage_ = phase_usage_arg;
active_ = active_arg;
vfp_properties_ = vfp_properties_arg;
gravity_ = gravity_arg;
cell_depths_ = extractPerfData(depth_arg);
pv_ = pv_arg;
@@ -132,6 +130,19 @@ namespace Opm {
template<typename TypeTag>
void
StandardWellsDense<TypeTag>::
setVFPProperties(const VFPProperties* vfp_properties_arg)
{
vfp_properties_ = vfp_properties_arg;
}
template<typename TypeTag>
SimulatorReport
StandardWellsDense<TypeTag>::