Salome HOME
0023212: EDF 12054 - Problem with a pyramidal layer
[modules/smesh.git] / doc / salome / gui / SMESH / input / radial_quadrangle_1D2D_algo.doc
1 /*!
2
3 \page radial_quadrangle_1D2D_algo_page Radial Quadrangle 1D2D
4
5 \n This algorithm applies to the meshing of 2D shapes under the
6 following conditions: the face must be a full circle or a part of circle
7 (i.e. the number of edges is less or equal to 3 and one of them is a circle 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 the number
12 of mesh layers along the radius. The distribution of layers can be set with any 1D Hypothesis.
13
14 If no own hypothesis of the algorithm is assigned, any local or global hypothesis is used 
15 by the algorithm to discretize edges. Note that if the geometrical face has two radial edges,
16 they must be meshed with equal number of segments.
17
18 If no 1D hypothesis is assigned to an edge, "Default Number of Segments" preferences parameter
19 is used to discretize the edge.
20
21 \image html hypo_radquad_dlg.png
22
23 \image html mesh_radquad_01.png "Radial Quadrangle 2D mesh on the top and the bottom faces of a cylinder"
24
25 \image html mesh_radquad_02.png "Radial Quadrangle 2D mesh on a part of circle"
26
27 \sa A sample \ref tui_radial_quadrangle "TUI Script".
28
29 */