Introduction
The user facing part of the software consists of 5 Jupyter notebooks representing different steps of the workflow:
- Definition of curing parameters
- Definition of component manufactoring defects
- Configuration of operational parameters
- Execution of simulation and visualization of results
- 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.
Curing Input
Fibre composite material hardening process during manufactoring.
Necessary user input:
- Temperature timeline of curing chamber
- Fibre volume content of material in %
Component Manufactoring Defects
Compontent manufactoring defects placed on the 3D mesh that is also used for later simulation. Defects are localised via cell and layer IDs.
Possible faults to place:
- Missing layer
- Fibre misalignment in layer
- Wrong thickness of layer
- Waviness in layer material
Operational Parameters
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
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.
Python Workflow Example
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.