removing two functions from WellInterface

computeWellConnectionPressures() and computeAccumWell().
They belongs to the implementation details of well models now.
This commit is contained in:
Kai Bao
2017-09-05 11:20:43 +02:00
parent 8922f3e041
commit 3e2a34239c
7 changed files with 23 additions and 48 deletions

View File

@@ -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)
{
}