SensoTwin Workflow Wiki
Example wiki
Repo: SensoTwin Workflow Git!
Software technical description
The following software package was developed by the Project SensoTwin and contains both the UI and python package versions of the remaining lifetime extrapolation of wind turbine installations.
Workflow execution is based on the workflow framework pyiron developed by the initiative Plattform Material Digital
Visualisation is based on JupyterLab and PyVista and Matplotlib for 3D/2D data respectively.
FEM simulation is achieved via Calculix.
Installation
The system was developed and tested on Ubuntu 22.04, but contains no platform specific functionality. The used
-
Install Conda/Mamba package manager (Mamba preferred)
-
Clone Repository
-
Create execution environment via install/env.yml
mamba env create -f install/env.yml
Execution
-
Activate execution environment
mamba activate sensotwin
-
Start JupyterLab
jupyter lab
-
Follow instructions at the top of the 5 numbered notebooks
Notebook summary
- Definition of material curing behaviour
- Definition of component manufactoring defects
- Configuration of operational parameters
- Execution of simulation and visualization of results
- Pure python example workflow with no UI for automation purposes