Two-dimensional shallow water flow (depth-averaged) For a detailed model description see freeflow/shallowwater/model.hh. More...
Two-dimensional shallow water flow (depth-averaged) For a detailed model description see freeflow/shallowwater/model.hh.
Files | |
file | boundaryfluxes.hh |
Compute boundary conditions for the Riemann Solver. | |
file | freeflow/shallowwater/fluxvariables.hh |
file | freeflow/shallowwater/indices.hh |
file | freeflow/shallowwater/iofields.hh |
Add I/O fields specific to shallow water. | |
file | freeflow/shallowwater/localresidual.hh |
file | freeflow/shallowwater/model.hh |
A two-dimensional shallow water equations model The two-dimensonal shallow water equations (SWEs) can be written as. | |
file | freeflow/shallowwater/problem.hh |
file | freeflow/shallowwater/volumevariables.hh |
Classes | |
class | Dumux::ShallowWaterFluxVariables< TypeTag > |
The flux variables class for the shallow water model. More... | |
struct | Dumux::ShallowWaterIndices |
The common indices for the shallow water equations model. More... | |
class | Dumux::ShallowWaterIOFields |
Adds vtk output fields for the shallow water model. More... | |
class | Dumux::ShallowWaterResidual< TypeTag > |
Element-wise calculation of the residual for the shallow water equations. More... | |
struct | Dumux::ShallowWaterModelTraits |
Specifies a number properties of shallow water models. More... | |
struct | Dumux::ShallowWaterVolumeVariablesTraits< PV, MT > |
Traits class for the volume variables of the shallow water model. More... | |
class | Dumux::ShallowWaterProblem< TypeTag > |
Shallow water problem base class. More... | |