Consistency checks for the PNM two-phase model.
#include <dumux/porenetwork/2p/newtonconsistencychecks.hh>
|
| void | performChecks (const GridVariables &gridVariables, const SolutionVector &uCurrentIter, const SolutionVector &prevSol) const |
| | Perform all checks.
|
| |
| 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.
|
| |
| void | checkIfValuesArePhysical (const GridVariables &gridVariables, const SolutionVector &uCurrentIter) const |
| | Checks if the saturation is between zero and one.
|
| |
| 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.
|
| |
◆ checkIfCapillaryPressureIsCloseToEntryPressure()
template<class GridVariables, class SolutionVector>
◆ checkIfValuesArePhysical()
template<class GridVariables, class SolutionVector>
◆ checkRelativeSaturationShift()
template<class GridVariables, class SolutionVector>
◆ performChecks()
template<class GridVariables, class SolutionVector>
The documentation for this class was generated from the following file: