Base class for defining a convective part of the saturation transport equation. More...
#include <dumux/porousmediumflow/2p/sequential/transport/cellcentered/convectivepart.hh>

Base class for defining a convective part of the saturation transport equation.
| TypeTag | The problem TypeTag |
Public Member Functions | |
| void | initialize () |
| For initialization. More... | |
| Scalar | getFlux (const Intersection &intersection, const Scalar sat) const |
| Returns convective term for current element face. More... | |
| void | getFlux (DimVector &flux, const Intersection &intersection, const Scalar satI, const Scalar satJ) const |
| Returns convective term for current intersection. More... | |
| ConvectivePart (Problem &problem) | |
| Constructs a ConvectivePart object. More... | |
|
inline |
Constructs a ConvectivePart object.
| problem | A problem class object |
|
inline |
Returns convective term for current element face.
| intersection | Intersection of two grid elements/global boundary |
| sat | Saturation of current element |
|
inline |
Returns convective term for current intersection.
| flux | Flux vector (gets the flux from the function) |
| intersection | Intersection of two grid elements/global boundary |
| satI | Saturation of current element |
| satJ | Saturation of neighbor element |
|
inline |
For initialization.