Salome HOME
Avoid empty items in the "Algorithm" combo-box in the "Create/Edit Mesh" dialog.
[modules/smesh.git] / doc / salome / gui / SMESH / input / hexotic_hypo.doc
1 /*!
2
3 \page hexotic_hypo_page Hexotic Parameters hypothesis
4
5 \n Hexotic Parameters hypothesis works only with <b>Hexotic</b> 
6 algorithm. This algorithm is a commercial software.
7 \n To get a licence, visit http://www.distene.com/corp/eval-distene.html
8
9 \image html hexotic_parameters.png
10
11 <ul>
12 <li><b>Name</b> - allows to define the name of the hypothesis (Hexotic 
13 Parameters by default).</li>
14
15 <li><b>Nb. Hexes Min Level</b> - allows defining the minimal level of recursive partitioning on the initial octree cube.</li>
16
17 <li><b>Nb. Hexes Max Level</b> - allows defining the maximal level of recursive partitioning on the initial octree cube.</li>
18
19 <li><b>Salome Quadrangles</b> - not documented.</li>
20
21 <li><b>Generate smooth meshes no ridges</b> - specifies that the mesher can ignore ridges. A ridge is a geometrical entity (a sharp edge). The resulting meshes will have better quality elements, at the price of "smoothing" out the geometry.
22 </li>
23
24 <li><b>Authorize invalid elements</b> - specifies that the mesher must conform as much as possible to the geometry (especially the sharp edges). The resulting meshes may contain invalid elements (but with positive volumes: for example, three vertices of an hexahedron on the same edge), for the benefit of better geometry accuracy.
25 </li>
26
27 <li><b>Sharp angle threshold in degrees</b> - specifies the angle between two triangles above which the hex mesher will consider the edge common to these two triangles as being a "ridge". A ridge is a geometrical entity (a sharp edge) which has to be kept as it is in the final hex mesh.The default value is 60 (degrees).<br>If you raise this value, the hex mesher will detect less ridges, and the final solid mesh will therefore be smoother. On the other hand, if you reduce this value, more ridges will be detected and the algorithm will face harder situations to conform to.
28 </li>
29
30 <li><b>Number of threads</b> - specifies the number of threads to be used (this should be the number of cores or processors of a shared memory parallel architecture).
31 </li>
32
33 <li><b>Working directory</b> - specifies the directory where the input/output files will be created.
34 </li>
35 </ul>
36
37 \note If BLSURF is used as 2D algo, and if a GMF file is defined as output file (using SetGMFFile(my2Dmesh.mesh)), then Hexotic will use this file as input.
38 This allows to avoid the reconstruction of the GMF file from the SMESH structure and can improve the global computation time.
39 */