smesh/doc/salome/gui/SMESH/input/split_to_tetra.doc

69 lines
3.5 KiB
Plaintext
Raw Normal View History

2012-08-09 16:03:55 +06:00
/*!
\page split_to_tetra_page Splitting volumes
2012-08-09 16:03:55 +06:00
\n This operation allows to split either any volumic elements into
tetrahedra or hexahedra into prisms. 2D mesh is modified accordingly.
2012-08-09 16:03:55 +06:00
<em>To split volumes:</em>
<ol>
<li>Select a mesh, a sub-mesh or a group.</li>
<li>In the \b Modification menu select the <b>Split Volumes</b> item or
click <em>"Split Volumes"</em> button in the toolbar.
2012-08-09 16:03:55 +06:00
\image html split_into_tetra_icon.png
<center><em>"Split Volumes" button</em></center>
2012-08-09 16:03:55 +06:00
The following dialog box will appear:
\image html split_into_tetra.png
<br>
2014-05-05 11:25:50 +06:00
First it is possible to select the type of operation:
- If \b Tetrahedron button is checked, the operation will split volumes of any type into tetrahedra.
- If \b Prism button is checked, the operation will split hexahedra into prisms.
2012-08-09 16:03:55 +06:00
<ul>
2014-05-05 11:25:50 +06:00
<li>The main list contains the list of volumes to split. You can click on
a volume in the 3D viewer and it will be highlighted (lock Shift
keyboard button to select several volumes). Click \b Add button and
the ID of this volume will be added to the list. To remove the
selected element or elements from the list click \b Remove button. <b>Sort
2014-05-05 11:25:50 +06:00
list</b> button allows to sort the list of IDs. \b Filter button allows applying a filter to the selection of volumes.
<br><b>Note:</b> If you split not all adjacent non-tetrahedral
volumes, your mesh becomes non-conform.</li>
2014-05-05 11:25:50 +06:00
<li><b>Apply to all</b> radio button allows splitting all
volumes of the currently selected mesh.</li>
2014-05-05 11:25:50 +06:00
<li>If \b Tetrahedron element type is selected, <b> Split hexahedron </b> group allows specifying the number of tetrahedra a hexahedron will be split into. If the chosen method does not allow to get a conform mesh, a generic solution is applied: an additional node is created at the gravity center of a hexahedron, serving an apex of tetrahedra, all quadrangle sides of the hexahedron are split into two triangles each serving a base of a new tetrahedron.</li>
2012-08-09 16:03:55 +06:00
2014-05-06 21:42:32 +06:00
<li>If \b Prism element type is selected, the <b>Split hexahedron</b> group looks as follows:
2014-05-05 11:25:50 +06:00
\image html split_into_prisms.png
2012-08-09 16:03:55 +06:00
<ul>
2014-05-05 11:25:50 +06:00
<li><b>Into 2 (or 4) prisms</b> allows to specify the number of prisms a hexahedron will be split into.</li>
<li> <b> Facet to split </b> group allows to specify the side (facet) of the hexahedron, which is split into triangles. This facet is defined by a point and a direction. The algorithm finds a hexahedron closest to the specified point and splits a facet whose normal is closest to the specified direction. Then the splitting is propagated from that hexahedron to all adjacent hexahedra.
The point and the direction by which the first split hexahedron is found can be specified:
<ul>
<li> by input of coordinates in <b> Hexa location </b> and <b> Facet normal </b> fields, or </li>
<li> by clicking <b>Selection</b> button and selecting in the viewer the element whose barycenter will be used as the start point and whose direction will be used as a normal to facet to split into triangles. Switch this button
off to return to selection of volumes to split.</li>
</ul>
<li> If <b> All domains </b> option is off, the operation stops when all
hehexedra adjacent to the start hexahedron are split into
prisms. Else the operation tries to continue splitting starting from
another hexahedron closest to the <b> Hexa location</b>. </li>
2012-08-09 16:03:55 +06:00
</li>
</ul>
2012-08-09 16:03:55 +06:00
2014-05-05 11:25:50 +06:00
<li><b>Select from</b> set of fields allows choosing a sub-mesh or an
existing group whose elements will be added to the list as you click \b Add button.</li>
2012-08-09 16:03:55 +06:00
</ul>
2014-05-05 11:25:50 +06:00
<li>Click \b Apply or <b>Apply and Close</b> button to confirm the operation.</li>
2012-08-09 16:03:55 +06:00
</ol>
*/