Salome HOME
Merge remote branch 'origin/V8_5_asterstudy'
[modules/smesh.git] / doc / salome / gui / SMESH / input / radial_quadrangle_1D2D_algo.rst
1 .. _radial_quadrangle_1D2D_algo_page:
2
3 ***********************
4 Radial Quadrangle 1D-2D
5 ***********************
6
7 This algorithm applies to the meshing of 2D shapes under the
8 following conditions: the face must be a full ellipse or a part of ellipse
9 (i.e. the number of edges is less or equal to 3 and one of them is an ellipse curve).
10 The resulting mesh consists of triangles (near the center point) and
11 quadrangles.
12
13 This algorithm is optionally parametrized by the hypothesis indicating
14 the number of mesh layers along the radius. The distribution of layers
15 can be set with any 1D Hypothesis. If the face boundary includes
16 radial edges, this distribution is applied to the longest radial
17 edge. If the face boundary does not include radial edges, this
18 distribution is applied to the longest virtual radial edge. The
19 distribution is applied to the longest radial edge starting from its
20 end lying on the elliptic curve.
21
22
23 If no own hypothesis of the algorithm is assigned, any local or global
24 hypothesis is used by the algorithm to discretize edges.
25
26 If no 1D hypothesis is assigned to an edge, 
27 :ref:`Default Number of Segments <nb_segments_pref>` preferences
28 parameter is used to discretize the edge.
29
30 .. image:: ../images/hypo_radquad_dlg.png
31         :align: center
32
33 .. image:: ../images/mesh_radquad_01.png 
34         :align: center
35
36 .. centered::
37         Radial Quadrangle 2D mesh on the top and the bottom faces of a cylinder
38
39 .. image:: ../images/mesh_radquad_02.png 
40         :align: center
41
42 .. centered::
43         Radial Quadrangle 2D mesh on a part of circle
44
45 **See also** a sample :ref:`TUI Script <tui_radial_quadrangle>`.
46
47