]> SALOME platform Git repositories - tools/solverlab.git/blob - CoreFlows/gui/doc/background.rst
Salome HOME
Added sphinx documentation of the GUI
[tools/solverlab.git] / CoreFlows / gui / doc / background.rst
1
2 .. include:: ./rst_prolog.rst
3
4
5 .. _iraBackground:
6
7 Background
8 -----------
9
10 When you choose to launch a simulation in background you can have more control on your case.
11
12 Launch in Background was thought to have the possiblity to replay case whenever you want in addition to not blocking the GUI when a simulation is launch.
13 Everything needed to relaunch the case is written in the output directory. And you can choose to copy your mesh here too so you can just zip the directory and send it for exemple.
14
15 Every case launched generate a save of the Solverlab tree in ..xml. It means your always have a readable save of all your parameters.
16 You can also choose to save the mesh locally to always have it near the parameters.
17
18 One Bash script is generated. The scrpit generated will save the latest path use for PACKAGESPY.
19 Without it you can't relaunch easily your case.
20 One python file is copied from PACKAGESPY. It's needed to launch the simulation again because it need the Python class of your Solverlab Tree.
21 This mean you can modify it locally and launch your simulation with almost similar parameters.
22
23 If environment variable of Solverlab and Packagespy are not set the script will not work. You need to source SOLVERLAB_install/env_solverlab.sh then ./LaunchSolverlab.sh.
24