]> SALOME platform Git repositories - tools/solverlab.git/blob - CoreFlows/gui/doc/modelusage.rst
Salome HOME
Added sphinx documentation of the GUI
[tools/solverlab.git] / CoreFlows / gui / doc / modelusage.rst
1
2 .. include:: ./rst_prolog.rst
3
4
5 .. _modelUsage:
6
7 Model
8 ---------
9
10 This section will explicit all options of the implemented model in the GUI
11
12 .. image:: images/emptyTreeview.png
13     :align: center
14
15 The Solverlab Tree Object you can see in the **TREE VIEW** broke down as follows:
16
17 * GeometryMed
18
19     * fileMed: the .med file you want to work on (you can import one by right-clicking and select "Browse file")
20     * contents: read the selected file and display some important information about its content
21
22 * Model
23
24     * List of Model (Right-click to add one)
25
26 * Analysis
27
28     * datainformations
29         * name: name of the directory where it will save your work
30         * directory: location of the directory
31         
32     * caseSolverlab
33         * launchInBackground: 
34         * Equation: Choose which simulation to launch from the List of Model
35         * NumberOfProcessors: If in background try to launch solverlab in multicore
36
37 Diffusion Equation
38 +++++++++++++++++++
39
40 You can see the documentation here (TODO put link to solverlab git hub doc)
41
42 .. image:: images/diffusionequationtree.png
43     :align: center
44
45 Some value can be a scalar or use a field already in your .med file you can select which mode to use and the GUI will adapt itself.
46 (Todo show how to switch mode)