3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
2D shallow water model

Two-dimensional shallow water flow (depth-averaged) For a detailed model decription see freeflow/shallowwater/model.hh. More...

Description

Two-dimensional shallow water flow (depth-averaged) For a detailed model decription see freeflow/shallowwater/model.hh.

Files

file  boundaryfluxes.hh
 Compute boundary conditions for the Riemann Solver.
file  fluxvariables.hh
 The flux variables class for the shallow water model.
file  indices.hh
 The common indices for the shallow water equations model.
file  iofields.hh
 Add I/O fields specific to shallow water.
file  localresidual.hh
 Element-wise calculation of the residual for the shallow water equations.
file  model.hh
 A two-dimensional shallow water equations model The two-dimensonal shallow water equations (SWEs) can be written as.
file  problem.hh
 Shallow water problem base class.
file  volumevariables.hh
 Volume variables for the shallow water equations model.

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...