From cbe6e585478f0a9672cfbcb2650c66a15cee124b Mon Sep 17 00:00:00 2001 From: Nicolas Schwenck <nicolas.schwenck@iws.uni-stuttgart.de> Date: Wed, 22 Jul 2015 11:49:03 +0000 Subject: [PATCH] [handbook/grids] added a short description of ArtMesh and ICEM. Both has to be updated according to the required level of details git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15149 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- doc/handbook/4_grids.tex | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/handbook/4_grids.tex b/doc/handbook/4_grids.tex index 860d7e7071..0fbb4bd54f 100644 --- a/doc/handbook/4_grids.tex +++ b/doc/handbook/4_grids.tex @@ -17,7 +17,16 @@ Inside \Dumux, the \texttt{DGFGridCreater} is set by default and doesn't need to \subsection{Petrel} -\subsection{Artmesh} - - -\subsection{ICEM} \ No newline at end of file +\subsection{ArtMesh} +\href{http://www.topologica.org/toplog/wp/}{ArtMesh} is a 3D mesh generation software. It has its own mesh file format +which can be read by \Dumux via the ArtGridCreator. Traditionally it was used within \Dumux for fracture simulations with +the discrete fracture matrix model (\texttt{2pdfm}). A detailed description of the fracture network creation and gridding +can be found for example in the dissertation of \href{http://elib.uni +-stuttgart.de/opus/frontdoor.php?source_opus=8047&la=de}{Tatomir}, pp. 68. + +\subsection{ICEM} +For complex geometries a graphical tool to create grids might be appropriate. One possibility to mesh for example CAD +geometry data is the commercial software \href{http://www.ansys.com/Products/Other+Products/ANSYS+ICEM+CFD/}{ANSYS ICEM +CFD}. A very detailed, but outdated description can be found at the LH2 internal \href{http://www.hydrosys.uni +-stuttgart.de/Intern/tiki/tiki-index.php?page=Netzgenerierung}{wiki}. A more recent best practice guide is available at +\url{XXX}. At LH2 exists a script which converts the ICEM mesh into the DGF. \ No newline at end of file -- GitLab