Salome HOME
b568a94dd73a06a26fe0e981d18be7b46cec7660
[modules/smesh.git] / doc / salome / gui / SMESH / input / use_existing_algos.doc
1 /*!
2
3 \page import_algos_page Use Existing Elements Algorithms
4
5 \n <em>Use Existing Elements </em>algorithms allow to define the mesh of a geometrical
6 object by importing suitably located mesh elements from another
7 mesh. The mesh elements to import from the other mesh should be contained in
8 groups. If several groups are used to mesh the same geometry, validity of
9 nodal connectivity of result mesh must be assured by connectivity of
10 the source mesh; no geometrical checks are performed to merge
11 different nodes at same locations.
12 <br> The source elements must totally cover the meshed geometry.
13 The source elements lying partially over the geometry will not be used.
14 <br>
15 These algorithms can be used to mesh a very complex geometry part by
16 part, by storing meshes of parts in files and then fusing them
17 together using these algorithms.
18 <br>
19
20 <b>Use Existing 1D Elements</b> algorithm allows to define the mesh of
21 a geometrical edge (or group of edges)
22 by importing mesh edges contained in a group (or groups) from another mesh.
23 \n To apply this algorithm select the edge to be meshed (indicated in
24 the field \b Geometry of <b>Create mesh</b> dialog box),
25 <b>Use existing 1D elements</b> in the list of 1D algorithms and click the
26 <em>"Add Hypothesis"</em> button.
27 The following dialog box will appear:
28
29 \image html hyp_source_edges.png
30
31 In this dialog box you can define 
32 <ul>
33 <li>The \b Name of the algorithm. </li>
34 <li>The <b>Groups of Edges</b> to import 1D elements from.
35 <li><b>To copy mesh</b> checkbox allows to import not only the edges of
36 the selected <b>Groups of Edges</b>, but the whole source
37 mesh. In this case <b>To copy groups</b> checkbox allows to create
38 the same groups as in the imported source mesh.</li>
39 </ul>
40
41 <b>Use Existing 2D Elements</b> algorithm allows to define the mesh of
42 a geometrical face (or group of faces)
43 by importing mesh faces contained in a group (or groups) from another
44 (or this) mesh. 1D elements on the boundary of the geometrical face
45 (if not yet present) are also created by the algorithm according to be conformal
46 with the created 2D elements.
47 \n To apply this algorithm select the geometrical face to be meshed (indicated in
48 the field \b Geometry of <b>Create mesh</b> dialog box),
49 <b>Use existing 2D elements</b> in the list of 2D algorithms and click the
50 <em>"Add Hypothesis"</em> button.
51 The following dialog box will appear:
52
53 \image html hyp_source_faces.png
54
55 In this dialog box you can define 
56 <ul>
57 <li>The \b Name of the algorithm. </li>
58 <li>The <b>Groups of Edges</b> to import 1D elements from.
59 <li><b>To copy mesh</b> checkbox allows to import not only the edges of
60 the selected <b>Groups of Edges</b>, but the whole source
61 mesh. In this case <b>To copy groups</b> checkbox allows to create
62 the same groups as in the imported source mesh.</li>
63 </ul>
64
65 <br><b>See Also</b> a sample TUI Script of a 
66 \ref tui_import "Use Existing Elements Algorithms".
67
68 */
69