Salome HOME
Merge remote-tracking branch 'origin/V8_3_BR' into gdd/python3_dev
[modules/homard.git] / doc / en / gui_create_boundary.rst
index 8bf860872dfd6e588450363c56ab491b0412120a..f65066631e915eae78849ff5547c094c68b5099e 100644 (file)
@@ -3,7 +3,7 @@
 The boundary
 ############
 .. index:: single: boundary
-.. index:: single: frontière
+.. index:: single: frontière
 
 The object boundary contains all the geometrical definitions allowing to describe a curved boundary to be followed.
 
@@ -45,7 +45,7 @@ In the starting up, SALOME shows a table with one only one column. This column c
 .. image:: images/create_boundary_an_1.png
    :align: center
 
-It is necessary to create a first analytical boundary by activation of the button "*New*". We shall have the choice between cylinder, sphere or cone. When the boundary will be validated, its name will appear in header of the second column.
+It is necessary to create a first analytical boundary by activation of the button "*New*". We shall have the choice between cylinder, sphere, cone or torus. When the boundary will be validated, its name will appear in header of the second column.
 
 .. image:: images/create_boundary_an_2.png
    :align: center
@@ -71,11 +71,12 @@ This operation is repeated as often as we wish to place faces of meshs on a curv
   Conversely, a boundary can be very well retained by no group. It occurs if it was defined for a previous case and if it is groundless for the case in the course of definition.
 
 
-There are three types of analytical boundary:
+There are four types of analytical boundary:
 
   - Cylindre
   - Sphere
   - Cone, described by an axis and an angle or by two radius
+  - Torus
 
 .. note::
   The numerical values proposed by default take into account the geometry of the mesh.
@@ -117,6 +118,15 @@ Creation by two points centered on the axis and the associated radius:
 
 .. index:: single: object browser
 
+Torus
+=====
+.. index:: single: torus
+
+The torus is defined by its centre, its axis, the revolution radius and the primary radius. The axis is defined by a vector. The standard of this vector is not inevitably equal to 1; also, its orientation has no importance. A name of boundary is automatically proposed: Boun_1, Boun_2, etc. This name can be modified. It must not already have been used for another boundary.
+
+.. image:: images/create_boundary_an_to.png
+   :align: center
+
 Object browser
 **************
 At the end of this creation of boundaries, the object browser was enriched. We find all the boundaries created, identified there by their name, with the possibility of editing them.
@@ -126,7 +136,7 @@ At the end of this creation of boundaries, the object browser was enriched. We f
 
 Corresponding python functions
 ******************************
-Look :ref:`tui_create_boundary`
+Look :doc:`tui_create_boundary`