describe notebook structure and what this thing does
The user facing part of the software consists of 5 Jupyter notebooks representing different steps of the workflow:
1. Definition of curing parameters
2. Definition of component manufactoring defects
3. Configuration of operational parameters
4. Execution of simulation and visualization of results
5. Example workflow explaining python simulation package with no UI
The 3 different input steps are separate from each other and do not depend on results from other input steps. Once desired input data has been defined, the simulation can be started from the fourth notebook.
Environmental and resulting wind turbine conditions during structural simulation. This step uses a number of predefined wind data input sets the user can select from.
Necessary user input:
- Average wind speed in m/s
- Duration of simulation in years
# Execution and visualization of results
fourth notebook
Select from input data sets created in previous steps to start simulation. Completed previous and currently running simulations are displayed in pyiron job table.
The results of finished simulations can be rendered in this screen, broken down by material and layers of wind turbine.
The final notebook is a practical example and tutorial how to use the underlying 'sensotwin' python package to run the workflow without the Jupyter widget UI. It describes the individual steps as they are represented in the UI notebooks in purely python code in case automation is desired.