Commit 382828b
Enable Variable Mass (WEC-Sim#1465)
* refactor radiation CIC calculation
* add radiation conv integral surface calc for variable hydro
* add CIC surface tests
* increase time step to speed up cicTest.m
* add cicTest to wecSimTest.m
* update ci surface docstring
* rename new function to camelCase
* create IRF surfaces in the body class
* minor clean up
* add excitation IRF time to body.variableHydro
* clarify where simu.cicDt is used
* excitation convolution integral surface calc
* add surface calcs and variant subsystems to library
* update library tag
* remove check preventing VH with userDefinedExcitation
* add goto tags for excitation and total forces
* fix goto tag name and turn off a warning
* comment to explain why a warning is turned off
* update excitation CI surface calc to use persistent amplitude
* add test for excitationConvolutionIntegralSurface
* fix issue template typo
* add empty bodies.hydroForceIndex to responseClass
* move the adjusted mass used in simulation to body.hydroForce
* fix hydroForce.mass definition for all cases
* clear persistent functions before simulation
* progress on library
* working but fundamentally incorrect excitation IRF surface
* remove excitation IRF surface function
* fix one more bug removing the excitation irf surface
* library to r2020b
* update post processing added mass force with VH
* fix added mass force postprocessing again
* docs - comment on added mass treatment with variable hydro
* docs - explain IRF surface for variable hydro
* update explanation of our handling of added mass
* fix reference typo
* add figures of an irf surface
* updates to bodyClass
* remove comments
* initialize inertialMass
* clarify gravity force in added mass dev docs
* resolve some issues
* update docs on use of mass vs adjustedMass
* updates
* Fix indexing
* add inertia products option and warning message
* amend warning
* revise warning
* remove extraneous moordyn readme
* clarifying comment in docs
* add docstring to body.variableHydro
* expand warning message
* add error to prevent variable hydro and elevationImport
* disable nonlinear hydro and variable hydro
* update docs and error message
* typo
* use hydroforce.mass for nonlinear hydro
* Revert "use hydroforce.mass for nonlinear hydro"
This reverts commit fa7ca47.
* storage.mass to mass
* fix typos
---------
Co-authored-by: akeeste <akeeste@sandia.gov>1 parent b504699 commit 382828b
6 files changed
Lines changed: 178 additions & 90 deletions
File tree
- docs
- _include
- developer
- source
- functions
- lib/WEC-Sim
- objects
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
57 | | - | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 128 | + | |
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
| |||
154 | 153 | | |
155 | 154 | | |
156 | 155 | | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
161 | 187 | | |
162 | 188 | | |
163 | 189 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
168 | 195 | | |
169 | 196 | | |
170 | 197 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
111 | | - | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
375 | 384 | | |
376 | 385 | | |
377 | 386 | | |
| |||
562 | 571 | | |
563 | 572 | | |
564 | 573 | | |
565 | | - | |
| 574 | + | |
566 | 575 | | |
567 | 576 | | |
568 | 577 | | |
| |||
Binary file not shown.
0 commit comments