Salome HOME
b2dab5dbf1e511d1247fb25733cee87fddacb52d
[modules/smesh.git] / doc / salome / gui / SMESH / input / about_hypo.doc
1 /*!
2
3 \page about_hypo_page About Hypotheses
4
5 \b Hypotheses represent boundary conditions which will be taken into
6 account by meshing algorithms.
7 The hypotheses allow you to manage the level of detail of
8 the resulting mesh: when applying different hypotheses
9 with different parameters you can preset the quantity or size of
10 elements which will compose your mesh. So, it will be possible to
11 generate a coarse or a more refined mesh.
12
13 The choice of a hypothesis depends on the selected algorithm.
14
15 Hypotheses are created during creation and edition of 
16 \ref constructing_meshes_page "meshes" and
17 \ref constructing_submeshes_page "sub-mesh". 
18 Once created a hypotheses can be reused during creation and
19 edition of other meshes and sub-meshes. All created hypotheses and
20 algorithms are present in the Object Browser in \a Hypotheses and
21 \a Algorithms folders correspondingly. From the context menu of the
22 hypothesis you can invoke a dialog for modification of its parameters,
23 and \b Unassign command that will unassign the hypothesis from all
24 the meshes and sub-meshes using it.
25 Modification of any hypothesis parameter and unassignment of a
26 hypothesis leads to automatic removal of elements generated with use
27 of this hypothesis.
28
29 In \b MESH there are the following Basic Hypotheses:
30 <ul>
31 <li>\subpage a1d_meshing_hypo_page "1D Hypotheses" (for meshing of 
32 <b>edges</b>):</li>
33 <ul>
34 <li>\ref number_of_segments_anchor "Number of segments"</li>
35 <li>\ref average_length_anchor "Local Length"</li>
36 <li>\ref max_length_anchor "Max Size"</li>
37 <li>\ref adaptive_1d_anchor "Adaptive"</li>
38 <li>\ref arithmetic_1d_anchor "Arithmetic 1D"</li>
39 <li>\ref geometric_1d_anchor "Geometric Progression"</li>
40 <li>\ref start_and_end_length_anchor "Start and end length"</li>
41 <li>\ref deflection_1d_anchor "Deflection 1D"</li>
42 <li>\ref automatic_length_anchor "Automatic Length"</li>
43 <li>\ref fixed_points_1d_anchor "Fixed points 1D"</li>
44 </ul>
45 <li>\subpage a2d_meshing_hypo_page "2D Hypotheses" (for meshing of <b>faces</b>):</li>
46 <ul>
47 <li>\ref max_element_area_anchor "Max Element Area"</li>
48 <li>\ref length_from_edges_anchor "Length from Edges"</li>
49 <li>\ref hypo_quad_params_anchor "Quadrangle Parameters"</li>
50 </ul>
51 <li>3D Hypothesis (for meshing of <b>volumes</b>):</li>
52 <ul>
53 <li>\subpage max_element_volume_hypo_page "Max Element Volume"</li>
54 </ul>
55 </ul>
56
57 There also exist
58 \subpage additional_hypo_page "Additional Hypotheses":
59 <ul>
60 <li>\ref propagation_anchor "Propagation of 1D Hypothesis on opposite edges"</li>
61 <li>\ref propagofdistribution_anchor "Propagation of Node Distribution on Opposite Edges"</li>
62 <li>\ref viscous_layers_anchor "Viscous layers"</li>
63 <li>\ref quadratic_mesh_anchor "Quadratic mesh"</li>
64 <li>\ref quadrangle_preference_anchor "Quadrangle preference"</li>
65 </ul>
66
67 */