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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user