smesh/doc/salome/gui/SMESH/input/radial_prism_algo.rst

44 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2017-12-08 19:09:48 +05:00
.. _radial_prism_algo_page:
2017-12-08 19:09:48 +05:00
************
Radial Prism
************
2017-12-08 19:09:48 +05:00
This algorithm applies to the meshing of a hollow 3D shape,
i.e. such shape should be composed of two meshed shells: an outer
shell and an internal shell without intersection with the outer
2018-05-25 22:04:48 +05:00
shell. One of the shells should be a :ref:`2D Projection <projection_2D>` of the other
shell. The meshes of the shells can consist both of triangles and
quadrangles.
The Radial Prism algorithm would fill the space between the two shells
with prisms.
2017-12-08 19:09:48 +05:00
.. image:: ../images/radial_prism_mesh.png
:align: center
.. centered::
2018-05-25 22:04:48 +05:00
Cut-view of a hollow sphere meshed by Radial Prism algorithm
This algorithm also needs the information concerning the number and
distribution of mesh layers between the inner and the outer shapes.
2018-05-25 22:04:48 +05:00
This information can be defined using either of two hypotheses:
2017-12-08 19:09:48 +05:00
.. image:: ../images/number_of_layers.png
:align: center
2018-05-25 22:04:48 +05:00
.. centered::
*"Number of layers"* hypothesis
2017-12-08 19:09:48 +05:00
.. image:: ../images/distribution_of_layers.png
:align: center
2018-05-25 22:04:48 +05:00
.. centered::
*"Distribution of layers"* hypothesis
*Distribution of layers* hypothesis allows using any of
:ref:`1D Hypotheses <a1d_meshing_hypo_page>` to define
the distribution of mesh layers.
2018-05-25 22:04:48 +05:00
**See also** a sample :ref:`TUI script <tui_radial_prism>`.