Salome HOME
0018911: EDF 661 SMESH : to be able to mesh a prismal shape as a revolution of meshed...
[modules/smesh.git] / doc / salome / gui / SMESH / input / 2d_meshing_hypo.doc
1 /*!
2
3 \page a2d_meshing_hypo_page 2D Meshing Hypotheses
4
5 <br>
6 <ul>
7 <li>\ref max_element_area_anchor "Max Element Area"</li>
8 <li>\ref length_from_edges_anchor "Length from Edges"</li>
9 <li>\ref hypo_quad_params_anchor "Quadrangle parameters"</li>
10 <li>\ref quadrangle_preference_anchor "Quadrangle Preference"</li>
11 <li>\ref triangle_preference_anchor "Triangle Preference"</li>
12 </ul>
13
14 <br>
15 \anchor max_element_area_anchor
16 <h2>Max Element Area</h2>
17
18 <b>Max Element Area</b> hypothesis is applied for meshing of 2D faces
19 composing your geometrical object. Definition of this hypothesis
20 consists of setting the <b>maximum area</b> of meshing elements (depending on
21 the chosen meshing algorithm it can be <b>triangles</b> or <b>quadrangles</b>),
22 which will compose the mesh of these 2D faces.
23
24 \image html a-maxelarea.png
25
26 \image html max_el_area.png "In this example, Max. element area is very small compared to the 1D hypothesis"
27
28 <b>See Also</b> a sample TUI Script of a 
29 \ref tui_max_element_area "Maximum Element Area" hypothesis
30 operation. 
31
32 <br>
33 \anchor length_from_edges_anchor
34 <h2>Length from Edges</h2>
35
36 <b>Length from edges</b> hypothesis builds 2D mesh segments having a
37 length calculated as an average edge length for a given wire.
38
39 <b>See Also</b> a sample TUI Script of a 
40 \ref tui_length_from_edges "Length from Edges" hypothesis operation.
41
42 <br>
43 \anchor hypo_quad_params_anchor
44 <h2>Quadrangle parameters</h2>
45
46 <b>Quadrangle parameters</b> is a hypothesis for
47 Quadrangle (Mapping), which allows using this algorithm for meshing of
48 triangular faces.In this case it is necessary to select the <b>Base vertex</b> 
49 used as a degenerated edge.
50
51 \image html hypo_quad_params_1.png "A face built from 3 edges"
52
53 \image html hypo_quad_params_res.png "The resulting mesh"
54
55 This hypothesis can be also used to mesh face that represents a
56 segment of the circular face. There is one limitaion of the <b>Quadrangle
57 mapping</b> algorithm related to the selecting of the degenerated
58 vertex for the faces which are built from the angle > 180 degrees (see
59 next picture).
60
61 \image html hypo_quad_params_2.png "A 3/4 part of circle face"
62
63 Selection of the wrong vertex for the <b>Quadrangle parameters</b>
64 hypothesis will lead to the wrong mesh generation. The picture below
65 shows good (left) and bad (right) results of meshing.
66
67 \image html hypo_quad_params_res_2.png "The resulting meshes"
68
69 <br>
70 \anchor quadrangle_preference_anchor
71 <h2>Quadrangle Preference</h2>
72
73 This algorithm can be used only together with Quadrangle (Mapping)
74 algorithm. It allows to build quadrangular meshes even if the number
75 of nodes at the opposite edges of a meshed face is not equal,
76 otherwise this mesh will contain some triangular elements.
77 <br>
78 This hypothesis has one restriction on its work: the total quantity of
79 segments on all four sides of the face must be even (divisible by 2).
80
81 <br>
82 \anchor triangle_preference_anchor
83 <h2>Triangle Preference</h2>
84
85 This algorithm can be used only together with Quadrangle (Mapping)
86 algorithm. It allows to build triangular mesh faces in the refinement
87 area if the number of nodes at the opposite edges of a meshed face is not equal,
88 otherwise refinement area will contain some quadrangular elements.
89 <br>
90 */