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

@@ -1507,8 +1507,8 @@ namespace Opm
template<typename TypeTag>
void
StandardWell<TypeTag>::
calculateExplictQuantities(const Simulator& ebosSimulator,
const WellState& well_state)
calculateExplicitQuantities(const Simulator& ebosSimulator,
const WellState& well_state)
{
computeWellConnectionPressures(ebosSimulator, well_state);
computeAccumWell();