template<class Traits>
class Dumux::ShallowWaterVolumeVariables< Traits >
Volume variables for the shallow water equations model.
|
| template<class ElemSol, class Problem, class Element, class Scv> |
| void | update (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv) |
| Scalar | extrusionFactor () const |
| | Return the extrusion factor (dummy variable).
|
| Scalar | waterDepth () const |
| | Return water detph h inside the sub-control volume.
|
| Scalar | velocity (int directionIndex) const |
| | Return water velocity component inside the sub-control volume.
|
| Scalar | bedSurface () const |
| | Return the bed surface inside the sub-control volume.
|