Salome HOME
c81d77cdb1d9b2add75ccb4b10962df53737cd14
[modules/smesh.git] / doc / salome / gui / SMESH / input / radial_prism_algo.rst
1 .. _radial_prism_algo_page:
2
3 ************
4 Radial Prism
5 ************
6
7 This algorithm applies to the meshing of a hollow 3D shape,
8 i.e. such shape should be composed of two meshed shells: an outer
9 shell and an internal shell without intersection with the outer
10 shell. One of the shells should be a :ref:`2D Projection <projection_2D>` of the other
11 shell. The meshes of the shells can consist both of triangles and
12 quadrangles.
13
14 The Radial Prism algorithm would fill the space between the two shells
15 with prisms.
16
17 .. image:: ../images/radial_prism_mesh.png 
18         :align: center
19
20 .. centered::
21         Cut-view of a hollow sphere meshed by Radial Prism algorithm
22
23 This algorithm also needs the information concerning the number and
24 distribution of mesh layers between the inner and the outer shapes.
25 This information can be defined using either of two hypotheses:
26
27 .. image:: ../images/number_of_layers.png
28         :align: center
29
30 .. centered::
31         *"Number of layers"* hypothesis
32
33 .. image:: ../images/distribution_of_layers.png
34         :align: center
35
36 .. centered::
37         *"Distribution of layers"* hypothesis
38
39 *Distribution of layers* hypothesis allows using any of 
40 :ref:`1D Hypotheses <a1d_meshing_hypo_page>` to define
41 the distribution of mesh layers.
42
43 **See also** a sample :ref:`TUI script <tui_radial_prism>`.