diff --git a/test/freeflow/shallowwater/problem.hh b/test/freeflow/shallowwater/problem.hh index 3d927297f655f92ba0af6328b79561ad3c947840..ca21a85c0e90a82559642ba6f5945c5aa7608683 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 *