Test for the 1-D Navier-Stokes model with an analytical solution. More...
#include <dune/common/fmatrix.hh>#include <dune/grid/yaspgrid.hh>#include <dumux/material/components/constant.hh>#include <dumux/material/fluidsystems/1pliquid.hh>#include <dumux/discretization/staggered/freeflow/properties.hh>#include <dumux/freeflow/navierstokes/model.hh>#include <dumux/freeflow/navierstokes/problem.hh>#include "../../l2error.hh"Go to the source code of this file.
Test for the 1-D Navier-Stokes model with an analytical solution.
Test for the 1-D Navier-Stokes model with an analytical solution.
The 1-D analytic solution is given by
\[ p = 2 - 2 \cdot x \]
\[ v_\text{x} = 2 \cdot x^3 \]
.
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
| namespace | Dumux::Properties |
| namespace | Dumux::Properties::TTag |
| Type tag for numeric models. | |
