Salome HOME
d26102f43049ac47f650011b1a9ad51a4ed9c41d
[modules/smesh.git] / doc / salome / gui / SMESH / input / constructing_meshes.rst
1 .. _constructing_meshes_page:
2
3 *******************
4 Constructing meshes
5 *******************
6
7 To create a mesh on geometry, it is necessary to create a mesh object by choosing
8
9 * a geometrical shape produced in the Geometry module (*main shape*);
10 * *meshing parameters*, including 
11
12   * :ref:`meshing algorithms <basic_meshing_algos_page>` and
13   * :ref:`hypotheses <about_hypo_page>` specifying constraints to be taken into account by the chosen meshing algorithms.
14
15 Then you can launch mesh generation by invoking :ref:`Compute <compute_anchor>` command.
16 The generated mesh will be automatically shown in the Viewer. You can
17 switch off automatic visualization or limit mesh size until which it is
18 automatically shown in :ref:`mesh_preferences_page` (*Automatic update* entry).
19
20 Read more about meshing parameters:
21
22 .. toctree::
23         :maxdepth: 1
24
25         basic_meshing_algos.rst
26         about_hypo.rst
27
28 Mesh generation on the geometry is performed in the bottom-up
29 flow: nodes on vertices are created first, then edges are divided into
30 segments using nodes on vertices; the nodes of segments are then
31 used to mesh faces; then the nodes of faces are used to mesh
32 solids. This automatically assures the conformity of the mesh.
33
34 It is required to choose a meshing algorithm for every dimension of
35 sub-shapes up to the highest dimension to be generated. Note
36 that some algorithms generate elements of several dimensions, and
37 others of only one. It is not necessary to define meshing
38 parameters for all dimensions at once; you can start from 1D
39 meshing parameters only, compute the 1D mesh, then define 2D meshing
40 parameters and compute the 2D mesh (note that 1D mesh will not be
41 re-computed).
42
43 An algorithm of a certain dimension chosen at mesh creation is applied
44 to discretize every sub-shape of this dimension. It is possible to
45 specify a different algorithm or hypothesis to be applied to one or
46 a group of sub-shapes by creating a :ref:`sub-mesh <constructing_submeshes_page>`.
47 You can specify no algorithms at all at mesh object
48 creation and specify the meshing parameters on sub-meshes only; then
49 only the sub-shapes, for which an algorithm and a hypothesis (if any)
50 have been defined will be discretized.
51
52 Construction of a mesh on a geometry includes at least two (:ref:`mesh creation <create_mesh_anchor>` and :ref:`computing <compute_anchor>`) of the following steps:
53
54 * :ref:`create_mesh_anchor`, where you can specify meshing parameters to apply to all sub-shapes of the main shape.
55 * :ref:`Creation of sub-meshes <constructing_submeshes_page>`, (optional) where you can specify meshing parameters to apply to the selected sub-shapes.
56 * :ref:`evaluate_anchor` (optional) can be used to know an approximate number of elements before their actual generation.
57 * :ref:`preview_anchor` (optional) can be used to generate mesh of only lower dimension(s) in order to visually estimate it before full mesh generation, which can be much longer.
58 * :ref:`submesh_order_anchor` (optional) can be useful if there are concurrent sub-meshes defined.
59 * :ref:`compute_anchor` uses defined meshing parameters to generate mesh elements.
60 * :ref:`edit_anchor` (optional) can be used to :ref:`modify <modifying_meshes_page>` the mesh of a lower dimension before :ref:`computing <compute_anchor>` elements of an upper dimension.
61
62
63 .. _create_mesh_anchor:
64
65 Creation of a mesh object
66 #########################
67
68 To construct a mesh:
69
70 .. |img| image:: ../images/image32.png
71 .. |sel| image:: ../images/image120.png
72 .. |add| image:: ../images/image121.png
73 .. |edt| image:: ../images/image122.png
74 .. |cmp| image:: ../images/image28.png
75 .. |prv| image:: ../images/mesh_precompute.png
76
77 #. Select a geometrical object for meshing.
78 #. In the **Mesh** menu select **Create Mesh** or click *"Create Mesh"* button |img| in the toolbar.
79
80    The following dialog box will appear: 
81
82         .. image:: ../images/createmesh-inv.png
83                 :align: center
84   
85 #. To filter off irrelevant meshing algorithms, you can select **Mesh Type** in the corresponding list from **Any, Hexahedral, Tetrahedral, Triangular** and **Quadrilateral** (there can be less items for the geometry of lower dimensions). Selection of a mesh type hides all meshing algorithms that cannot generate elements of this type.
86
87 #. Apply :ref:`meshing algorithms <basic_meshing_algos_page>` and :ref:`hypotheses <about_hypo_page>` which will be used to compute this mesh.
88
89    "Create mesh" dialog box contains several tab pages titled **3D**, **2D**, **1D** and **0D**. The title of each page reflects the dimension of the sub-shapes the algorithms listed on this page affect and the maximal dimension of elements the algorithms generate. For example, **3D** page lists the algorithms that affect 3D sub-shapes (solids) and generate 3D mesh elements (tetrahedra, hexahedra etc.)
90
91    As soon as you have selected an algorithm, you can create a hypothesis (or select an already created one). A set of accessible hypotheses includes only the hypotheses that can be used by the selected algorithm.
92
93    .. note::
94       * Some page(s) can be disabled if the geometrical object does not include shapes (sub-shapes) of the corresponding dimension(s). For example, if the input object is a geometrical face, **3D** page is disabled.
95       * Some algorithms affect the geometry of several dimensions, i.e. 1D+2D or 1D+2D+3D. If such an algorithm is selected, the dialog pages related to the corresponding lower dimensions are disabled.
96       * **0D** page refers to 0D geometry (vertices) rather than to 0D elements. Mesh module does not provide algorithms that produce 0D elements. Currently **0D** page provides only one algorithm "Segments around vertex" that allows specifying the required size of mesh edges about the selected vertex (or vertices).
97
98    For example, you need to mesh a 3D object.
99
100    First, you can change a default name of your mesh in the **Name** box. Then check that the selected geometrical object indicated in **Geometry** field, is what you wish to mesh; if not, select the correct object in the Object Browser. Click "Select" button |sel| near **Geometry** field if the name of the object has not yet appeared in **Geometry** field.
101
102    Now you can define 3D Algorithm and 3D Hypotheses, which will be applied to discretize the solids of your geometrical object using 3D elements. Click the *"Add Hypothesis"* button |add| to create  and add a hypothesis.
103
104    Click the *"Plus"* button to enable adding more additional hypotheses.
105
106    Click the *"Edit Hypothesis"* button |edt| to change the values for the current hypothesis.
107
108    Most 2D and 3D algorithms can work without hypotheses using default meshing parameters. Some algorithms do not require any hypotheses. After selection of an algorithm "Hypothesis" field of the dialog can contain:
109     
110    * *\<Default\>* if the algorithm can work using default parameters.
111    * *\<None\>* if the algorithm requires a hypothesis defining its parameters.
112    * If the algorithm does not use hypotheses, this field is grayed.
113     
114    After selection of an algorithm **Add. Hypothesis** field can contain:
115     
116    * *\<None\>* if the algorithm can be tuned using an additional hypothesis.
117    * If the algorithm does not use additional hypotheses, this field is grayed.
118     
119
120    Proceed in the same way with 2D and 1D Algorithms and Hypotheses that will be used to mesh faces and edges of your geometry. (Note that any object has edges, even if their existence is not apparent, for example, a sphere has 4 edges). Note that the choice of hypotheses and lower dimension algorithms depends on the higher dimension algorithm.
121
122    If you wish you can select other algorithms and/or hypotheses for meshing some sub-shapes of your CAD model by :ref:`constructing_submeshes_page`.
123
124    Some algorithms generate mesh of several dimensions, while others produce mesh of only one dimension. In the latter case there must be one Algorithm and zero or several Hypotheses for each dimension of your object, otherwise you will not get any mesh at all. Of course, if you wish to mesh a face, which is a 2D object, you do not need to define a 3D Algorithm and Hypotheses.
125
126    In the **Object Browser** the structure of the new mesh is displayed as follows:
127
128         .. image:: ../images/image88.jpg
129                 :align: center
130
131    It contains: 
132     
133    * a mesh name (*Mesh_mechanic*);
134    * a reference to the geometrical object on the basis of which the mesh has been constructed (*mechanic*); 
135    * **Applied hypotheses** folder containing the references to the hypotheses chosen at the construction of the mesh;
136    * **Applied algorithms** folder containing the references to the algorithms chosen at the construction of the mesh. 
137    * **SubMeshes on Face** folder containing the sub-meshes defined on geometrical faces. There also can be folders for sub-meshes on vertices, edges, wires, shells, solids and compounds.
138    * **Groups of Faces** folder containing the groups of mesh faces. There also can be folders for groups of nodes, edges, volumes 0D elements and balls.
139
140
141    There is an alternative way to assign Algorithms and Hypotheses by clicking **Assign a set of hypotheses** button and selecting among pre-defined sets of algorithms and hypotheses. In addition to the built-in sets of hypotheses, it is possible to create custom sets by editing CustomMeshers.xml file located in the home directory. CustomMeshers.xml file must describe sets of hypotheses in the same way as ${SMESH_ROOT_DIR}/share/salome/resources/smesh/StdMeshers.xml file does (sets of hypotheses are enclosed between \<hypotheses-set-group\> tags). For example:
142         ::
143
144                 <?xml version='1.0' encoding='us-ascii'?>
145                 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
146                 <meshers>
147                 <hypotheses-set-group>
148                         <hypotheses-set name="My favorite hypotheses"
149                                 hypos="AutomaticLength"
150                                 algos="CompositeSegment_1D, Quadrangle_2D, GHS3D_3D"/>
151                 </hypotheses-set-group>
152                 </meshers>
153
154    If the file contents are incorrect, there can be an error at activation of Mesh module: *"fatal parsing error: error triggered by consumer in line ..."*
155
156         .. image:: ../images/hypo_sets.png
157                 :align: center
158
159    .. centered::
160       List of sets of hypotheses. Tag *[custom]* is automatically added to the sets defined by the user.
161
162    .. note::
163       * *"Automatic"* in the names of predefined sets of hypotheses does not actually mean that they are suitable for meshing any geometry.
164       * The list of sets of hypotheses can be shorter than in the above image depending on the geometry dimension.
165   
166
167 Consider trying a sample script for construction of a mesh from our :ref:`TUI Scripts <tui_creating_meshes_page>` section.
168
169 .. _evaluate_anchor:
170
171 Evaluating mesh size
172 ####################
173
174 After the mesh object is created and all hypotheses are assigned and before :ref:`Compute <compute_anchor>` operation, it is possible to calculate the eventual mesh size. For this, select the mesh in the **Object Browser** and from the **Mesh** menu select **Evaluate**.
175 The result of evaluation will be displayed in the following information box: 
176
177         .. image:: ../images/mesh_evaluation_succeed.png
178                 :align: center
179
180 .. _preview_anchor:
181
182 Previewing the mesh
183 ###################
184
185 Before :ref:`the mesh computation <compute_anchor>`, it is also possible to see the mesh preview. This operation allows to incrementally compute the mesh, dimension by dimension, and to discard an unsatisfactory mesh.
186
187 For this, select the mesh in the Object Browser. From the **Mesh** menu select **Preview** or click "Preview" button |prv| in the toolbar or activate "Preview" item from the pop-up menu.
188
189 Select **1D mesh** or **2D mesh** preview mode in the Preview dialog. 
190
191 .. image:: ../images/preview_mesh_1D.png 
192         :align: center
193
194 .. centered::
195         1D mesh preview shows nodes computed on geometry edges
196
197
198 .. image:: ../images/preview_mesh_2D.png 
199         :align: center
200
201 .. centered::
202         2D mesh preview shows edge mesh elements, computed on geometry faces
203
204
205 **Compute** button computes the whole mesh.
206
207 When the Preview dialog is closed, the question about the storage of temporarily created mesh elements appears:
208
209 .. image:: ../images/preview_tmp_data.png
210         :align: center
211
212 These elements can be kept in the mesh.
213
214
215 .. _submesh_order_anchor:
216
217 Changing sub-mesh priority
218 ##########################
219
220 If the mesh contains concurrent :ref:`sub-meshes <constructing_submeshes_page>`, it is possible to change the priority of their computation, i.e. to change the priority of applying algorithms to the shared sub-shapes of the Mesh shape.
221
222 *To change sub-mesh priority:*
223
224 Choose **Change sub-mesh priority** from the **Mesh** menu or a pop-up menu. The opened dialog shows a list of sub-meshes in the order of their priority. 
225
226 There is an example of sub-mesh order modifications taking a Mesh created on a Box shape. The main Mesh object:
227
228 * *1D* **Wire discretisation** with **Number of Segments** = 20
229 * *2D* **Triangle: Mefisto** with Hypothesis **Max Element Area**
230   
231
232 The first sub-mesh **Submesh_1** created on **Face_1** is:
233
234 * *1D* **Wire discretisation** with **Number of Segments** = 4
235 * *2D* **Triangle: Mefisto** with Hypothesis **MaxElementArea** = 1200
236
237 The second sub-mesh **Submesh_2** created on **Face_2** is:
238
239 * *1D* **Wire discretisation** with **Number of Segments** = 8
240 * *2D* **Triangle: Mefisto** with Hypothesis **MaxElementArea** = 1200
241
242
243 And the last sub-mesh **Submesh_3** created on **Face_3** is:
244
245 * *1D* **Wire discretisation** with **Number of Segments** = 12
246 * *2D* **Triangle: Mefisto** with Hypothesis **MaxElementArea** = 1200
247
248
249 The sub-meshes become concurrent if they share sub-shapes that can be meshed with different algorithms (or different hypotheses). In the example, we have three sub-meshes with concurrent algorithms, because they have different hypotheses.
250
251 The first mesh computation is made with:
252
253 .. image:: ../images/mesh_order_123.png
254         :align: center
255
256 .. centered::
257         Mesh order SubMesh_1, SubMesh_2, SubMesh_3
258
259
260 .. image:: ../images/mesh_order_123_res.png
261         :align: center
262
263 .. centered::
264         Result mesh with order SubMesh_1, SubMesh_2, SubMesh_3
265
266 The next mesh computation is made with:
267
268 .. image:: ../images/mesh_order_213.png
269         :align: center
270
271 .. centered::
272         Mesh order SubMesh_2, SubMesh_1, SubMesh_3
273
274 .. image:: ../images/mesh_order_213_res.png
275         :align: center
276
277 .. centered::
278         Result mesh with order SubMesh_2, SubMesh_1, SubMesh_3
279
280 And the last mesh computation is made with:
281
282 .. image:: ../images/mesh_order_321.png
283         :align: center
284
285 .. centered::
286         Mesh order SubMesh_3, SubMesh_2, SubMesh_1
287         
288
289 .. image:: ../images/mesh_order_321_res.png
290         :align: center
291
292 .. centered::
293         Result mesh with order SubMesh_3, SubMesh_2, SubMesh_1
294
295 As we can see, each mesh computation has a different number of result
296 elements and a different mesh discretization on the shared edges (the edges 
297 that are shared between **Face_1**, **Face_2** and **Face_3**)
298
299 Additionally, sub-mesh priority (the order of applied algorithms) can
300 be modified not only in a separate dialog box, but also in
301 the **Preview**. This helps to preview different mesh results,
302 modifying the order of sub-meshes. 
303
304 .. image:: ../images/mesh_order_preview.png
305         :align: center
306
307 .. centered::
308         Preview with sub-mesh priority list box
309
310 If there are no concurrent sub-meshes under the Mesh object, the user
311 will see the following information.
312
313 .. image:: ../images/mesh_order_no_concurrent.png
314         :align: center
315
316 .. centered::
317         No concurrent submeshes detected
318
319
320 .. _compute_anchor:
321
322 Computing the mesh
323 ##################
324
325 It is equally possible to skip  :ref:`Evaluation <evaluate_anchor>`
326 and :ref:`Preview <preview_anchor>` and to **Compute** the mesh after
327 the hypotheses are assigned. For this, select your mesh in
328 the Object Browser. From the **Mesh** menu or the context menu
329 select **Compute** or click *"Compute"* button |cmp| of the toolbar.
330
331 After the mesh computation finishes, the Mesh Computation information
332 box appears. If you close this box and click "Compute" button again,
333 without previously changing meshing parameters, the mesh will NOT be
334 re-computed and the Mesh Computation information box will be shown
335 with the same contents. (To fully re-compute the mesh, invoke 
336 :ref:`clear_mesh_anchor` command before). 
337
338 .. _meshing_result_anchor:
339
340 If the mesh computation has been a success, the box shows information on the number of entities of different types in the mesh.
341
342 .. image:: ../images/meshcomputationsucceed.png
343         :align: center
344
345 .. _meshing_failed_anchor:
346
347 If the mesh computation has failed, the information about the cause of the failure is provided in **Errors** table.
348
349 .. image:: ../images/meshcomputationfail.png
350         :align: center
351
352 After you select an error in **Errors** table, **Show Sub-shape** button allows
353 visualizing in magenta the geometrical entity meshing of which failed
354 (Name of this entity or its ID and type is shown in *Sub-shape* column).
355
356 .. image:: ../images/failed_computation.png 
357         :align: center
358
359 .. centered::
360         3D algorithm failed to compute mesh on a box shown using **Show Sub-shape** button
361
362 **Publish Sub-shape** button publishes the sub-shape, whose meshing
363 has failed, in the Geometry component as a child of the main shape, which
364 allows analyzing the problematic geometry and creating a sub-mesh on it in
365 order to locally tune the hypotheses.
366
367 If the failure is caused by an invalid input mesh and the algorithm has
368 found which mesh entities are bad, **Show bad Mesh** 
369 button appears in the dialog. Clicked, it shows the bad mesh entities in
370 the Viewer in magenta. Sometimes the shown mesh entities are too small
371 or/and hidden by other mesh elements. They can be seen after
372 switching the mesh to Wireframe visualization mode or switching off
373 the visualization of faces and volumes (if any).
374
375 **Bad Mesh to Group** button creates groups of bad mesh entities to facilitate their analysis.
376
377 .. image:: ../images/show_bad_mesh.png
378         :align: center
379
380 Edges bounding a hole in the surface are shown in magenta using **Show bad Mesh** button
381
382 .. note::
383         Mesh Computation Information box does not appear if you set :ref:`Mesh computation/Show a computation result notification <show_comp_result_pref>` preference to the "Never" value. This option gives the possibility to control mesh computation reporting. There are the following possibilities: always show the information box, show only if an error occurs or never. By default, the information box is always shown after mesh computation operation.
384
385 .. _edit_anchor:
386
387 Editing the mesh
388 ################
389
390 It is possible to :ref:`edit the mesh <modifying_meshes_page>` of a 
391 lower dimension before generation of the mesh of a higher dimension.
392
393 For example you can generate a 2D mesh, modify it using e.g. :ref:`Pattern mapping <pattern_mapping_page>`, and then generate a 3D mesh basing on the modified 2D mesh. The workflow is as follows:
394
395 * Define 1D and 2D meshing algorithms.
396 * Compute the mesh. 2D mesh is generated.
397 * Apply :ref:`Pattern mapping <pattern_mapping_page>`.
398 * Define 3D meshing algorithms without modifying 1D and 2D algorithms and hypotheses.
399 * Compute the mesh. 3D mesh is generated basing on a modified 2D mesh.
400
401 .. note::
402    Nodes and elements added :ref:`manually <adding_nodes_and_elements_page>` cannot be used in this workflow because the manually created entities are not attached to any geometry and thus (usually) cannot be found by the mesher paving a geometry.
403
404 **See Also** a sample TUI Script demonstrates the possibility of :ref:`tui_editing_while_meshing`.
405