template<class GridVariables, class SolutionVector>
class Dumux::PoreNetwork::TwoPNewtonConsistencyChecks< GridVariables, SolutionVector >
Consistency checks for the PNM two-phase model.
|
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 threshold. 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...
|
|