Tests for the two-dimensional shallow water model. The files are listed below. More...
Tests for the two-dimensional shallow water model. The files are listed below.
Files | |
file | freeflow/shallowwater/dambreak/main.cc |
A test for the shallow water model (wet dam break). | |
file | test/freeflow/shallowwater/dambreak/problem.hh |
A test for the Shallow water model (wet dam break). | |
file | freeflow/shallowwater/dambreak/spatialparams.hh |
The spatial parameters for the dam break problem. | |
file | freeflow/shallowwater/roughchannel/main.cc |
A test for the shallow water model (rough channel). | |
file | test/freeflow/shallowwater/roughchannel/problem.hh |
A test for the Shallow water model (rough channel). | |
file | freeflow/shallowwater/roughchannel/spatialparams.hh |
The spatial parameters for the rough channel problem. | |
Classes | |
class | Dumux::DamBreakProblem< TypeTag > |
A simple dam break test for the shallow water equations. More... | |
class | Dumux::DamBreakSpatialParams< GridGeometry, Scalar > |
The spatial parameters class for the dam break test. More... | |
class | Dumux::RoughChannelProblem< TypeTag > |
A simple flow in a rough channel with friction law after Manning. More... | |
class | Dumux::RoughChannelSpatialParams< GridGeometry, Scalar, VolumeVariables > |
The spatial parameters class for the rough channel test. More... | |