Commit 56cc77a
committed
Turbine thrust calculation, platform external forces, !include yamls
-- Turbine class now has a properly working thrust calculation and saves the value in thrust property
-- platform class will add up total thrust from all connected turbines and save in mean_loads dictionary under 'thrust' key
- platform mean_loads dictioanry contains 'wind', 'wave', 'current', 'thrust' keys with values defaulting to 0
-- updated !include constructor in yaml loader to work for relative paths and situations when driver file is in different folder than yaml
- !include constructor allows user to provide a yaml file name that will be included in the main yaml when read in. See OntologySample200m.yaml topsides section for example.
-- updated examples to use !include instead of full definition for turbine raft definitions1 parent 277bdd9 commit 56cc77a
File tree
12 files changed
+55
-8491
lines changed- examples
- 01_Visualization
- 03_Frequency_Domain_Analysis_RAFT
- famodel
- platform
- turbine
12 files changed
+55
-8491
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
116 | | - | |
| 118 | + | |
117 | 119 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 120 | + | |
| 121 | + | |
124 | 122 | | |
125 | 123 | | |
126 | 124 | | |
| |||
0 commit comments