From a3fc3d443ba2b305b403a85eb02afd23098c295f Mon Sep 17 00:00:00 2001 From: Leopold Stadler <Leopold.Stadler@baw.de> Date: Mon, 11 Mar 2019 10:59:30 +0100 Subject: [PATCH] [shallowwwater] added dam break description --- test/freeflow/shallowwater/problem.hh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/freeflow/shallowwater/problem.hh b/test/freeflow/shallowwater/problem.hh index 3d927297f6..ca21a85c0e 100644 --- a/test/freeflow/shallowwater/problem.hh +++ b/test/freeflow/shallowwater/problem.hh @@ -90,7 +90,12 @@ struct EnableGridFluxVariablesCache<TypeTag, TTag::ShallowWaterModel> { static c * \ingroup Shallow water equations model * \ingroup ImplicitTestProblems * - * \brief A simple dam break test + * \brief A simple dam break test (1D wet dam break). + * + * The domain is 20 meters long with a gate in the middle. On the left + * side the water depth is 4 meters and on the right side the depth is 1 meter. + * All boundaries are set to no-flow. + * * * This problem uses the \ref ShallowWaterModel * -- GitLab