Commit bb3ddad
committed
fix: rotate the hub tensor by the correct WindIO hub-frame handedness
The WindIO hub-aligned frame is the tower-top frame tilted about the
lateral y-axis (x along the shaft, z up including tilt), so the shaft-tilt
rotation carries sign_x on the sin (off-diagonal) terms, not the cos. The
previous matrix put sign_x on the cos terms, which for an upwind rotor
flipped the signs of a hub tensor Ixy / Iyz. A diagonal hub (every current
reference, incl. IEA-22) and the symmetric rotor tensor are invariant to
the choice, so results are unchanged there, but a full off-diagonal hub
inertia is now oriented correctly. The outboard shaft axis for the coned-CM
offset is built explicitly, since it is the shaft line (opposite sense to
the hub-frame x basis for an upwind rotor). Also assert the >= 3-blade
precondition at the axisymmetric split, which the blade-count guard
upstream already enforces.1 parent e0b1fce commit bb3ddad
2 files changed
Lines changed: 44 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1218 | 1218 | | |
1219 | 1219 | | |
1220 | 1220 | | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
1221 | 1225 | | |
1222 | 1226 | | |
1223 | 1227 | | |
| |||
1235 | 1239 | | |
1236 | 1240 | | |
1237 | 1241 | | |
1238 | | - | |
1239 | | - | |
1240 | | - | |
1241 | | - | |
1242 | | - | |
1243 | | - | |
1244 | | - | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
1245 | 1253 | | |
1246 | | - | |
1247 | | - | |
| 1254 | + | |
| 1255 | + | |
1248 | 1256 | | |
1249 | | - | |
1250 | | - | |
1251 | | - | |
1252 | | - | |
1253 | | - | |
1254 | | - | |
1255 | | - | |
1256 | | - | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
1257 | 1265 | | |
1258 | 1266 | | |
1259 | 1267 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
350 | 369 | | |
351 | 370 | | |
352 | 371 | | |
| |||
0 commit comments