Skip to content

Commit

Permalink
Strain processing example (#358)
Browse files Browse the repository at this point in the history
* initial strain module setup

* update some variable names

* rename strain.strain.py to strain.main.py

* update strain module init file

* updated strain functions and example notebook

* black formatting

* update calculate_torsion

* minor example changes

* move all functions to the strain example

* fix reading raw data

* add citation

* add example timing to generate_notebook_matrix.py

* fix strain example images

* update global coordinate system

* add additional figures and context of set-up

* one more figure on basic beam loading
  • Loading branch information
akeeste authored Nov 25, 2024
1 parent 9c74040 commit ca9709f
Show file tree
Hide file tree
Showing 8 changed files with 142,303 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate_notebook_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"qc_example.ipynb": 180,
"river_example.ipynb": 180,
"short_term_extremes_example.ipynb": 180,
"strain_measurement_example.ipynb": 30,
"SWAN_example.ipynb": 180,
"tidal_example.ipynb": 180,
"tidal_performance_example.ipynb": 180,
Expand Down
140,740 changes: 140,740 additions & 0 deletions examples/data/strain/R17.csv

Large diffs are not rendered by default.

Binary file added examples/data/strain/blade_hub_interface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/strain/global_cs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/strain/loading_setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/strain/local_cs_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/strain/rotation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ca9709f

Please sign in to comment.