Salome HOME
PAL19680 CEA 4.1.2: Meshers: BLSURF, GHS3D and holed shapes
[modules/smesh.git] / doc / salome / gui / SMESH / input / ghs3d_hypo.doc
1 /*!
2
3 \page ghs3d_hypo_page GHS3D Parameters hypothesis
4
5 \n GHS3D Parameters hypothesis works only with <b>Tetrahedron (GHS3D)</b> 
6 algorithm. This algorithm is a commercial software.
7
8 \image html ghs3d_parameters_basic.png
9
10 <ul>
11 <li><b>Name</b> - allows to define the name of the hypothesis (GHS3D 
12 Parameters by default).</li>
13
14 <li><b>To mesh holes</b> - if this box is checked, the algorithm will 
15 create mesh also in holes inside a solid shape, else only the outermost
16 shape will be meshed. Volumic elements created within holes are bound
17 to the solid.</li>
18
19 <li><b>Optimization level</b> - sets the desired optimization level.
20 Optimization levels are: none, light, medium, strong, in increasing 
21 order of "quality vs speed" ratio.
22 </li>
23
24 \image html ghs3d_parameters_advanced.png
25
26 <li><b>Maximum memory size</b> - launches ghs3d software with
27 work space limited to specified Megabytes of memory. If this option is
28 checked off, the software will be launched with 0.7 * total RAM space. </li>
29
30 <li><b>Initial memory size</b> - starts ghs3d software with
31 specified Megabytes of work space. If this option is checked off, the
32 software will be started with 100 Megabytes of working space. </li>
33
34 <li><b>Working directory</b> - defines folder for input and output
35 files of ghs3d software, which are files starting with "GHS3D_" prefix. </li>
36
37 <li><b>Keep working files</b> - allows to check input and output files
38 of ghs3d software, while usually these files are removed after mesher launch.</li>
39
40 <li><b>Verbose level</b> - to choose verbosity level in the range 0 to 10.
41 <ul> <li>0, no standard output,
42 </li><li>2, prints the data, quality statistics of the skin and final
43 meshes and indicates when the final mesh is being saved. In addition
44 the software gives indication regarding the CPU time.
45 </li><li>10, same as 2 plus the main steps in the computation, quality
46 statistics histogram of the skin mesh, quality statistics histogram
47 together with the characteristics of the final mesh.
48 </li></ul></li>
49
50 <li><b>To create new nodes</b> - if this option is checked off, ghs3d
51 tries to create tetrahedrons using only nodes of 2D mesh.</li>
52
53 <li><b>To use boundary recovery version</b> - enables using a
54 boundary recovery module which tries to
55 create volume meshes starting from very poor quality surface meshes
56 (almost flat triangles on the surface, high density propagation,
57 extreme aspect ratios, etc.) which fails with the standard version. The
58 resulting volume mesh will however most likely have a very poor
59 quality (poor aspect ratio of elements, tetrahedra with a very small
60 positive volume).</li>
61
62 <li><b>Option as text</b> - allows entering any text that will be
63 used as command line option of ghs3d. This is for giving
64 advanced options in a free from. </li>
65
66 </ul>
67
68 */