mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Simulator Blackoil and StandardWellsDense uses same rate_converter
fixing the running of group control.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Opm {
|
||||
const double gravity_arg,
|
||||
const std::vector<double>& depth_arg,
|
||||
const std::vector<double>& pv_arg,
|
||||
const RateConverterType* rate_converter,
|
||||
RateConverterType* rate_converter,
|
||||
long int global_nc,
|
||||
const Grid& grid)
|
||||
{
|
||||
@@ -143,6 +143,19 @@ namespace Opm {
|
||||
|
||||
|
||||
|
||||
|
||||
template<typename TypeTag>
|
||||
typename StandardWellsDense<TypeTag>::RateConverterType*
|
||||
StandardWellsDense<TypeTag>::
|
||||
rateConverter() const
|
||||
{
|
||||
return rate_converter_;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
template<typename TypeTag>
|
||||
SimulatorReport
|
||||
StandardWellsDense<TypeTag>::
|
||||
|
||||
Reference in New Issue
Block a user