Consistency checks for the PNM two-phase model. More...
#include <dumux/porenetwork/2p/newtonconsistencychecks.hh>
Consistency checks for the PNM two-phase model.
Public Member Functions | |
void | performChecks (const GridVariables &gridVariables, const SolutionVector &uCurrentIter, const SolutionVector &prevSol) const |
Perform all checks. More... | |
void | checkRelativeSaturationShift (const GridVariables &gridVariables, const SolutionVector &uCurrentIter, const SolutionVector &prevSol) const |
Checks if the relative shift of saturation between to consecutive time steps is below a given treshold. More... | |
void | checkIfValuesArePhysical (const GridVariables &gridVariables, const SolutionVector &uCurrentIter) const |
Checks if the saturation is between zero and one. More... | |
void | checkIfCapillaryPressureIsCloseToEntryPressure (const GridVariables &gridVariables, const SolutionVector &uCurrentIter) const |
Checks if the capillary pressure at pore from which a throat was invaded is sufficiently close to the throat's entry capillary pressure. More... | |
|
inline |
Checks if the capillary pressure at pore from which a throat was invaded is sufficiently close to the throat's entry capillary pressure.
|
inline |
Checks if the saturation is between zero and one.
|
inline |
Checks if the relative shift of saturation between to consecutive time steps is below a given treshold.
|
inline |
Perform all checks.