wiki:workfloweditor
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:workfloweditor [2019/06/20 16:41] – created stanislavsulc | wiki:workfloweditor [2022/06/09 10:45] (current) – bp | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | * [[https:// | + | ====== Workflow Editor and Code Generator ====== |
| - | | + | This tool is a graphical editor of a workflow structure, which can generate a Python code for the simulation. It is based on [[https:// |
| + | |||
| + | [[https:// | ||
| + | |||
| + | {{ :wiki: | ||
| + | |||
| + | How to install on Ubuntu: | ||
| + | < | ||
| apt-get install python3-pyqt5 | apt-get install python3-pyqt5 | ||
| pip install termcolor | pip install termcolor | ||
| Line 6: | Line 13: | ||
| git clone https:// | git clone https:// | ||
| git clone https:// | git clone https:// | ||
| - | </ | + | </ |
| + | |||
| + | How to install on Windows: | ||
| + | < | ||
| + | pip install pyqt5 | ||
| + | pip install termcolor | ||
| + | pip install mupif | ||
| + | git clone https://github.com/ | ||
| + | git clone https:// | ||
| + | </code> | ||
| + | |||
| + | On both these operating systems you need to add the paths of workflowgenerator and workfloweditor to the system variable PYTHONPATH. | ||
| + | |||
| + | Runnig the examples: | ||
| + | < | ||
| + | # An empty workflow | ||
| + | python workfloweditor/ | ||
| + | |||
| + | # Thermo-Mechanical simulation | ||
| + | # 1) A class workflow of the thermo-mechanical simulation. | ||
| + | python workfloweditor/ | ||
| + | # 2) An execution workflow using the thermo-mechanical class workflow from the line above together with export to VTK. | ||
| + | python workfloweditor/ | ||
| + | </ | ||
wiki/workfloweditor.1561041680.txt.gz · Last modified: by stanislavsulc
