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