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). More...
|
| |
| const PrimaryVariables & | priVars () const |
| | Return the vector of primary variables. More...
|
| |
| Scalar | waterDepth () const |
| | Return water detph h inside the sub-control volume. More...
|
| |
| Scalar | velocity (int directionIndex) const |
| | Return water velocity component inside the sub-control volume. More...
|
| |
| Scalar | bedSurface () const |
| | Return the bed surface inside the sub-control volume. More...
|
| |