adding updateExtraPrimaryVariables to StandardWell

This commit is contained in:
Kai Bao
2019-06-06 11:30:25 +02:00
parent 94057a53f9
commit 2256395957
2 changed files with 16 additions and 0 deletions

View File

@@ -369,6 +369,10 @@ namespace Opm
void updatePrimaryVariablesNewton(const BVectorWell& dwells,
const WellState& well_state) const;
// update extra primary vriables if there are any
void updateExtraPrimaryVariables(const BVectorWell& dwells) const;
void updateWellStateFromPrimaryVariables(WellState& well_state, Opm::DeferredLogger& deferred_logger) const;
void updateThp(WellState& well_state, Opm::DeferredLogger& deferred_logger) const;