smesh/doc/salome/gui/SMESH/input/building_compounds.rst

44 lines
2.1 KiB
ReStructuredText
Raw Normal View History

2017-12-08 19:09:48 +05:00
.. _building_compounds_page:
************************
Building Compound Meshes
************************
Compound Mesh is a combination of several meshes. All elements and groups present in input meshes are present in the compound mesh. However, it does not use geometry or hypotheses of the initial meshes.
The links between the input meshes and the compound mesh are not supported, consequently the modification of an input mesh does not lead to the update of the compound mesh.
2018-05-25 22:04:48 +05:00
*To Build a compound mesh:*
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
.. |img| image:: ../images/image161.png
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
From the **Mesh** menu select **Build Compound** or click *"Build Compound Mesh"* button |img| in the toolbar. The following dialog box will appear:
2017-12-08 19:09:48 +05:00
.. image:: ../images/buildcompound.png
:align: center
2018-05-25 22:04:48 +05:00
* **Name** - allows selecting the name of the resulting **Compound** mesh.
* **Meshes, sub-meshes, groups** - allows selecting the meshes, sub-meshes and groups to be concatenated. They can be chosen in the Object Browser while holding **Ctrl** button.
* **Processing identical groups** - allows selecting the method of processing the namesake groups existing in the input meshes. They can be either
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
* **United** - all elements of *Group1* of *Mesh_1* and *Group1* of *Mesh_2* become the elements of *Group1* of the *Compound_Mesh*, or
* **Renamed** - *Group1* of *Mesh_1* becomes *Group1_1* and *Group1* of *Mesh_2* becomes *Group1_2*.
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
See :ref:`grouping_elements_page` for more information about groups.
* **Create groups from input objects** check-box permits to automatically create groups corresponding to every initial mesh.
2017-12-08 19:09:48 +05:00
.. image:: ../images/buildcompound_groups.png
:align: center
.. centered::
2018-05-25 22:04:48 +05:00
Groups created from input meshes 'Box_large' and 'Box_small'
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
* You can choose to additionally :ref:`Merge coincident nodes <merging_nodes_page>` :ref:`and elements <merging_elements_page>` in the compound mesh, in which case it is possible to define the **Tolerance** for this operation.
2017-12-08 19:09:48 +05:00
.. image:: ../images/image160.gif
:align: center
.. centered::
2018-05-25 22:04:48 +05:00
Example of a compound of two meshed cubes
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
**See Also** a sample script of :ref:`tui_building_compound`.