Salome HOME
029341361266d1b992c934c47c69a99977723aff
[modules/smesh.git] / src / Tools / blocFissure / doc / gui.rst
1 .. _gui:\r
2 \r
3 With GUI\r
4 =====================================\r
5 \r
6 To make the use of « Bloc Fissure » easier, a Graphical User Interface (GUI) was developed. Inputs are similar to those of :ref:`script mode <script>`. GUI is accessible in the SMESH extension *XXXXXXXXXXXXXXXXXXXXXXXX*\r
7 \r
8 .. figure:: images/BF_GUI_capture.png\r
9    :width: 700\r
10    :align: center\r
11 \r
12    Windows of the graphical interface\r
13 \r
14 +------------------------------------------------------------------------------------------------------------------+\r
15 |       GUI parameters                                                                                             |\r
16 +======================+===================================+=======================================================+\r
17 | **maillageSain**     | *[string]*                        |  Relative address of the input structure 3D mesh      |\r
18 |                      | ex: mesh/maillage.med             |  in MED format (base is repertoire de travail)        |\r
19 +----------------------+-----------------------------------+-------------------------------------------------------+\r
20 | **FaceFissure**      | *[string]*                        |  Relative address of the input crack geometry         |\r
21 |                      | ex: mesh/fissure.brep             |  in BREP format (base is repertoire de travail)       |\r
22 +----------------------+-----------------------------------+-------------------------------------------------------+\r
23 | **index edges fond   | *[list of integers]*              |  List of edges number which define the crack front    |\r
24 | fissure**            | ex: [1,2]                         |                                                       |\r
25 +----------------------+-----------------------------------+-------------------------------------------------------+\r
26 | **min**              | *[float]*                         |  Float defining the minimum size of elements          |\r
27 |                      | ex: 1.00000                       |  to mesh the crack                                    |\r
28 +----------------------+-----------------------------------+-------------------------------------------------------+\r
29 | **max**              | *[float]*                         |  Float defining the maximum size of elements          |\r
30 |                      | ex: 10.0000                       |  to mesh the crack                                    |\r
31 +----------------------+-----------------------------------+-------------------------------------------------------+\r
32 | **distance           | *[float]*                         |  Length of influence - distance that defines the      |\r
33 | influence**          | ex: 20.0000                       |  size of the extracted Box around the crack           |\r
34 +----------------------+-----------------------------------+-------------------------------------------------------+\r
35 | **rayon pipe**       | *[float]*                         |  Radius of the tore around the front                  |\r
36 |                      | ex: 5.00000                       |                                                       |\r
37 +----------------------+-----------------------------------+-------------------------------------------------------+\r
38 | **longueur mailles** | *[float]*                         |  Length of the segments of the tore along crack front |\r
39 |                      | ex: 5.00000                       |                                                       |\r
40 +----------------------+-----------------------------------+-------------------------------------------------------+\r
41 |  **couronnes**       | *[integer]*                       |  Number of radial segment of the tore                 |\r
42 |                      | ex: 5                             |                                                       |\r
43 +----------------------+-----------------------------------+-------------------------------------------------------+\r
44 | **secteurs**         | *[integer]*                       |  Number of sectors of the tore                        |\r
45 |                      | ex: 16                            |                                                       |\r
46 +----------------------+-----------------------------------+-------------------------------------------------------+\r
47 | **arete face         | *[float]*                         |  Mesh size of elements for the Box remeshing          |\r
48 | fissure**            | ex: 5.0000                        |                                                       |\r
49 +----------------------+-----------------------------------+-------------------------------------------------------+\r
50 | **repertoire de      | *[string]*                        |  Absolute address of the directory where files are    |\r
51 | travail**            | ex: /home/A123456                 |  saved                                                |\r
52 +----------------------+-----------------------------------+-------------------------------------------------------+\r
53 | **nom résultat**     | *[string]*                        |  Name of the resulting mesh                           |\r
54 |                      | ex: maillage_fissure              |                                                       |\r
55 +----------------------+-----------------------------------+-------------------------------------------------------+\r
56 | **mode**             | *[choice]*                        |  Verbose mode for Salome messages                     |\r
57 |                      | ex: verbose                       |                                                       |\r
58 +----------------------+-----------------------------------+-------------------------------------------------------+\r
59 \r
60 .. figure:: images/parametres_GUI.png\r
61    :width: 350\r
62    :align: center\r
63 \r
64    Tore parameters\r
65 \r
66 \r
67 - **Reset**: clears all the parameters\r
68 \r
69 - **Précédent**: loads the last set of parameters used\r
70 \r
71 - **Recharger**: loads a .dic file containing parameters\r
72 \r
73 - **Sauver**: save a .dic file with the active parameters\r
74 \r
75 - **Cancel**: exit GUI\r
76 \r
77 - **Sauver**: Launch calculation\r
78 \r