adding function processFractions()

to reduce the length of the function updatePrimaryVariablesNewton()
This commit is contained in:
Kai Bao
2018-05-11 14:58:44 +02:00
parent e2e24ec355
commit b2bace449e
2 changed files with 27 additions and 15 deletions

View File

@@ -328,6 +328,9 @@ namespace Opm
void updateWellStateFromPrimaryVariables(WellState& well_state) const;
void assembleControlEq();
// handle the non reasonable fractions due to numerical overshoot
void processFractions() const;
};
}