mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilWellModel: move setRepRadiusPerfLength to generic class
This commit is contained in:
@@ -1414,20 +1414,6 @@ namespace Opm {
|
||||
|
||||
}
|
||||
|
||||
template<typename TypeTag>
|
||||
void
|
||||
BlackoilWellModel<TypeTag>::
|
||||
setRepRadiusPerfLength()
|
||||
{
|
||||
for (const auto& well : well_container_) {
|
||||
well->setRepRadiusPerfLength(cartesian_to_compressed_);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
template<typename TypeTag>
|
||||
void
|
||||
BlackoilWellModel<TypeTag>::
|
||||
|
||||
Reference in New Issue
Block a user