]> SALOME platform Git repositories - plugins/gmshplugin.git/blob - doc/salome/gui/GMSHPLUGIN/input/gmsh_2d_3d_hypo.doc
Salome HOME
Gmsh upgrade 4.8 -> 4.10
[plugins/gmshplugin.git] / doc / salome / gui / GMSHPLUGIN / input / gmsh_2d_3d_hypo.doc
1 /*!
2
3 \page gmsh_2d_3d_hypo_page Gmsh 2D and 3D hypotheses
4
5 <b>Gmsh Parameters</b> hypotheses work only with <b>Gmsh 2D</b> and <b>Gmsh 3D</b> algorithms.
6 <b>Gmsh 2D</b> and <b>Gmsh 3D</b> algorithms do not require definition of lower-level
7 hypotheses and algorithms (2D and 1D for meshing 3D objects and 1D for meshing 2D objects).
8 <b>Gmsh 2D</b> and <b>Gmsh 3D</b> algorithms do support sub-meshes.
9
10 <br>
11 \image html Arguments.png Dialog boxes of <b>Gmsh 2D</b> and <b> Gmsh 3D</b> algorithms.
12
13 The <b>Arguments tab</b> of the dialog boxes is very similar to the original <a href="https://gmsh.info"> <b> Gmsh </b></a>
14 GUI general mesh option tab.
15 One familiar with the original interface can refer to the <a href="http://www.geuz.org/gmsh/doc/texinfo/gmsh.html">
16 <b> Gmsh documentation </b></a> for more information.
17 We briefly describe each argument of the <b>Arguments tab</b> and give the original corresponding Gmsh keyword
18 (referring to <a href="http://www.geuz.org/gmsh/doc/texinfo/gmsh.html#Mesh-options-list"> <b> Gmsh Mesh options list</b></a>):
19
20 - <b>Name</b> - allows to define the name for the algorithm ("Gmsh Parameters" by default).
21 - <b>2D algorithm</b> - allows to choose the Gmsh 2D algorithm for both 2D and 3D meshes.
22 Original corresponding Gmsh keyword is <b>"Mesh.Algorithm"</b>.
23 - <b>3D algorithm</b> - allows to choose the Gmsh 3D algorithm for 3D meshes.
24 Original corresponding Gmsh keyword is <b>"Mesh.Algorithm3D"</b>.
25 - <b>Recombine all triangular meshes</b> - if this box is checked in, Gmsh will recombine triangles into quadrangles.
26 Original corresponding Gmsh keyword is <b>"Mesh.RecombineAll"</b> (set to 1 if the box is checked in, else 0).
27 - <b>Subdivision algorithm</b> - allows to choose the subdivision algorithm.
28 Original corresponding Gmsh keyword is <b>"Mesh.SubdivisionAlgorithm"</b>.
29 - <b>Remeshing algorithm</b> - allows to choose the remeshing algorithm.
30 Original corresponding Gmsh keyword is <b>"Mesh.RemeshAlgorithm"</b>.
31 - <b>Remeshing parametrization</b> - allows to choose the remeshing parametrization.
32 Original corresponding Gmsh keyword is <b>"Mesh.RemeshParametrization"</b>.
33 - <b>Smoothing steps</b> - number of steps to smooth the final mesh.
34 Original corresponding Gmsh keyword is <b>"Mesh.Smoothing"</b>.
35 - <b>Element size factor</b> - factor used to linearly increase or decrease the default mesh size.
36 Original corresponding Gmsh keyword is <b>"Mesh.MeshSizeFactor"</b>.
37 - <b>Elements per 2Pi radians</b> -  number of  mesh elements per 2 Pi radians. This helps defining a mesh size with respect to the curvature of the underlying geometry.
38 Original corresponding Gmsh keyword is <b>"Mesh.MeshSizeFromCurvature"</b>.
39 - <b>Max. Size</b> - maximum linear dimensions for mesh cells.
40 Original corresponding Gmsh keyword is <b>"Mesh.MeshSizeMax"</b>.
41 - <b>Min. Size</b> - minimum linear dimensions for mesh cells.
42 Original corresponding Gmsh keyword is <b>"Mesh.MeshSizeMin"</b>.
43 - <b>Second Order</b> - if this box is checked in, the algorithm will create second order nodes on the mesh,
44 which actually will become quadratic.
45 Original corresponding Gmsh keyword is <b>"Mesh.ElementOrder"</b> (set to 2 if the box is checked in, else 1).
46 - <b>Use incomplete elements</b> - if this box is checked in (default), quadratic elements will be incomplete.
47 For example a quadrangle will have 8 nodes if incomplete, 9 nodes if complete. See
48 <a href="http://www.geuz.org/gmsh/doc/texinfo/gmsh.html#Node-ordering"> <b> Node ordering </b></a> for more information.
49 Be careful with the case of pyramids. Complete pyramids will have 14 nodes but there is no pyra14 available in smesh.
50 The last node created by Gmsh will then be ignored and using complete element can lead to orphelin nodes.
51 Original corresponding Gmsh keyword is <b>"Mesh.SecondOrderIncomplete"</b> (set to 1 if the box is checked in, else 0).
52
53 <br>
54 \image html Compounds.png Compounds tab of the dialog boxes.
55
56 In the Compounds tab of the dialog boxes, it is possible to choose the following arguments:
57 - <b>Add</b> - allows to add geometrical defined groups of edges or groups of faces as compounds.
58 Each group will be treated as a single entity during meshing.
59 When meshed, the single entity will be reparametrized as a single surface, whose mesh can thus cross internal boundaries.
60 - <b>Remove</b> - deletes selected rows from the table.
61
62 */