Salome HOME
Merge from V5_1_main 10/06/2010
[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 </ul>
11
12 <br>
13 \anchor max_element_area_anchor
14 <h2>Max Element Area</h2>
15
16 <b>Max Element Area</b> hypothesis is applied for meshing of 2D faces
17 composing your geometrical object. Definition of this hypothesis
18 consists of setting the <b>maximum area</b> of meshing elements (depending on
19 the chosen meshing algorithm it can be <b>triangles</b> or <b>quadrangles</b>),
20 which will compose the mesh of these 2D faces.
21
22 \image html a-maxelarea.png
23
24 \n
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 a segment of a circular face.
56 Please, consider that there is a limitation on the selectiion of the degenerated
57 vertex for the faces built with the angle > 180 degrees (see the picture).
58
59 \image html hypo_quad_params_2.png "3/4 of a circular face"
60
61 In this case, selection of a wrong vertex for the <b>Quadrangle parameters</b>
62 hypothesis will generate a wrong mesh. The picture below
63 shows the good (left) and the bad (right) results of meshing.
64
65 \image html hypo_quad_params_res_2.png "The resulting meshes"
66
67 <b>See Also</b> a sample TUI Script of a 
68 \ref tui_quadrangle_parameters "Quadrangle Parameters" hypothesis.
69
70 <br>
71 */