Salome HOME
Fix documentation problems (reported as doxygen warnings)
[modules/smesh.git] / doc / salome / gui / SMESH / input / netgen_2d_3d_hypo.doc
1 /*!
2
3 \page netgen_2d_3d_hypo_page Netgen 2D and 3D hypotheses
4
5 <b>Netgen 2D</b> and <b>Netgen 3D</b> hypotheses work only with <b>Netgen 1D-2D</b> and
6 <b>Netgen 1D-2D-3D</b> algorithms. These algorithms do not require
7 definition of lower-level  hypotheses and algorithms (2D and 1D for
8 meshing 3D objects and 1D for meshing 2D objects). They prove to be
9 useful if lower-level meshing is homogeneous for all wires and faces
10 of the meshed object.
11
12 \image html netgen2d.png
13
14 - <b>Name</b> - allows to define the name for the algorithm (Netgen
15 2D (or 3D) Parameters by default).
16 - <b>Max Size</b> - maximum linear dimensions for mesh cells.
17 - <b>Second Order</b> - if this box is checked in, the algorithm will
18 create second order nodes on the mesh, which actually will become
19 \ref adding_quadratic_elements_page "Quadratic".
20 - <b>Fineness</b> - ranging from Very Coarse to Very Fine allows to set the
21 level of meshing detalization using the three parameters below. You
22 can select Custom to define them manually.
23 - <b>Growth rate</b> - allows to define how much the linear dimensions of
24 two adjacent cells can differ (i.e. 0.3 means 30%).
25 - <b>Nb. Segs per Edge</b> and <b>Nb Segs per Radius</b> - allows to define the
26 minimum number of mesh segments in which edges and radiuses will be
27 split.
28 - <b>Allow Quadrangles</b> - allows to use quadrangle elements in a
29 triangle 2D mesh. This checkbox is not present in Netgen 3D parameters
30 because currently building a tetrahedral mesh with quadrangle faces is
31 not possible.
32 - <b>Optimize</b> - if this box is checked in, the algorithm will try to
33 create regular (possessing even sides) elements.
34
35 \image html netgen3d_simple.png
36
37 <b>Netgen 2D simple parameters</b> and <b>Netgen 3D simple
38 parameters</b> allow defining the size of elements for each
39 dimension.
40
41 \b 1D group allows defining the size of 1D elements in either of two ways: 
42 - <b>Number of Segments</b> has the same sense as \ref
43 number_of_segments_anchor "Number of segments" hypothesis with
44 equidistant distribution.
45 - <b>Average Length</b> has the same sense as \ref 
46 average_length_anchor "Average Length" hypothesis.
47
48 \b 2D group allows defining the size of 2D elements 
49 - <b>Length from edges</b> if checked in, acts like \ref
50 length_from_edges_anchor "Length from Edges" hypothesis, else
51 - <b>Max. Element Area</b> defines the maximum element area like \ref
52 max_element_area_anchor "Max Element Area" hypothesis.
53
54 \b 3D groups allows defining the size of 3D elements.
55 - <b>Length from faces</b> if checked in, the area of sides of
56 volumic elements will be equal to an average area of 2D elements, else
57 - <b>Max. Element Volume</b> defines the maximum element volume like
58 \ref max_element_volume_hypo_page "Max Element Volume"
59 hypothesis.
60
61 \note Netgen algorithm does not strictly follow the input
62 parameters. The actual mesh can be more or less dense than
63 required. There are several factors in it:
64 - NETGEN does not actually use "NbOfSegments" parameter for discretization of
65 edge. This parameter is used  only to define the local element size
66 (size at the given point), so local sizes of adjacent edges influence
67 each other.
68 - NETGEN additionally restricts the element size according to edge curvature.
69 - The local size of edges influences the size of close triangles.
70 - The order of elements and their size in the 1D mesh generated by
71 NETGEN differ from those in the 1D mesh generated by Regular_1D
72 algorithm, resulting in different 2D and 3D meshes.
73
74 */