mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
removing two functions from WellInterface
computeWellConnectionPressures() and computeAccumWell(). They belongs to the implementation details of well models now.
This commit is contained in:
@@ -353,21 +353,6 @@ namespace Opm
|
||||
|
||||
|
||||
|
||||
template<typename TypeTag>
|
||||
void
|
||||
MultisegmentWell<TypeTag>::
|
||||
computeWellConnectionPressures(const Simulator& ebosSimulator,
|
||||
const WellState& well_state)
|
||||
{
|
||||
// TODO: the name of the function need to change.
|
||||
// it will be calculating the pressure difference between the perforation and grid cells
|
||||
// With MS well, the depth of the perforation is not necessarily the center of the grid cells.
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
template<typename TypeTag>
|
||||
void
|
||||
MultisegmentWell<TypeTag>::
|
||||
@@ -522,8 +507,8 @@ namespace Opm
|
||||
template<typename TypeTag>
|
||||
void
|
||||
MultisegmentWell<TypeTag>::
|
||||
calculateExplictQuantities(const Simulator& ebosSimulator,
|
||||
const WellState& well_state)
|
||||
calculateExplicitQuantities(const Simulator& ebosSimulator,
|
||||
const WellState& well_state)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user