From 480ed2a8f99165c29d9d12e8751e907b851a1659 Mon Sep 17 00:00:00 2001 From: melaniel <melanie.lipp@iws.uni-stuttgart.de> Date: Tue, 1 Oct 2019 14:54:03 +0200 Subject: [PATCH] [doc][handbook] Add a comment that there is the shallow water equation. Add a few sentences on VTK format. --- doc/handbook/5_structure.tex | 2 +- doc/handbook/6_inputoutput.tex | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/handbook/5_structure.tex b/doc/handbook/5_structure.tex index a184e8a843..76626670c0 100644 --- a/doc/handbook/5_structure.tex +++ b/doc/handbook/5_structure.tex @@ -87,7 +87,7 @@ [.\node[FirstLevel] {freeflow}; [.\node[SecondLevel] {\emph{models}}; \node[ThirdLevel] {Single-phase free flow models using Navier-Stokes - and eddy-viscosity based Reynolds-averaged Navier-Stokes turbulence models.}; + and eddy-viscosity based Reynolds-averaged Navier-Stokes turbulence models and shallow water equation model.}; ] ] [.\node[FirstLevel] {geomechanics}; diff --git a/doc/handbook/6_inputoutput.tex b/doc/handbook/6_inputoutput.tex index e36489c8e8..3d7c5c693b 100644 --- a/doc/handbook/6_inputoutput.tex +++ b/doc/handbook/6_inputoutput.tex @@ -39,7 +39,8 @@ Furthermore, petrophysical properties can be defined (for each cell), by using e An example can be found in \texttt{dumux/test\allowbreak/porousmediumflow/2p/implicit/cornerpoint}. \subsubsection{VTK file format} - +VTK format uses ASCII and XML format. It is mostly used by \Dumux for output purposes and can be visualized by programs such as Paraview. Using VTK files to input grid and parameter data is also possible. +An example can be found in \texttt{dumux/test\allowbreak/io/gridmanager}. \subsubsection{Other Grid Formats} Grid formats other than DGF, MSH, GRDECL, or VTK will have to be converted to the DGF, MSH, GRDECL, or VTK format before they can be used in \Dumux. -- GitLab