From 2725d81d40de9d01811991a77f565a389b1aaeaf Mon Sep 17 00:00:00 2001 From: melaniel Date: Wed, 12 Dec 2018 15:53:56 +0100 Subject: [PATCH] [docu][freeflow] Add description to angeli test. --- test/freeflow/navierstokes/angeli/main.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/freeflow/navierstokes/angeli/main.cc b/test/freeflow/navierstokes/angeli/main.cc index d2676cfab7..b1efc8762d 100644 --- a/test/freeflow/navierstokes/angeli/main.cc +++ b/test/freeflow/navierstokes/angeli/main.cc @@ -20,6 +20,7 @@ * \file * * \brief Test for the instationary staggered grid Navier-Stokes model with analytical solution (Angeli et al., 2017) + * The unsteady, 2D, incompressible Navier-Stokes equations for a zero source and a Newtonian flow is solved and compared to an analytical solution (sums/products of trigonometric functions). The velocities and pressures decay exponentially. The Dirichlet boundary conditions are time-dependent and consistent with the analytical solution. */ #include -- GitLab