Salome HOME
68231b8650fd747b73e3e550243ba7d16e77f00f
[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
8 \image html hexotic_parameters.png
9
10 <ul>
11 <li><b>Name</b> - allows to define the name of the hypothesis (Hexotic 
12 Parameters by default).</li>
13
14 <li><b>Nb. Hexes Max Level</b> - allows defining the maximal level of recursive partitioning on the initial octree cube.</li>
15
16 <li><b>Nb. Hexes Min Level</b> - allows defining the minimal level of recursive partitioning on the initial octree cube.</li>
17
18 <li><b>Salome Quadrangles</b> - not documented.</li>
19
20 <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.
21 </li>
22
23 <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.
24 </li>
25
26 <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.
27 </li>
28
29
30 */