IEAWindTask37 / IEA-15-240-RWT

15MW reference wind turbine repository developed in conjunction with IEA Wind
Apache License 2.0
211 stars 133 forks source link

Incomplete elastic_properties_mb? #96

Closed pelljam closed 2 years ago

pelljam commented 2 years ago

In _WTOntology/IEA-15-240-RWT.yaml , are the stiffness matrices under _elastic_propertiesmb correct? Possibly I've misinterpreted them, but they look very sparse compared to e.g. the BeamDyn data set?

Thx, James

ptrbortolotti commented 2 years ago

Hello James, my apologies for the slow reply. You are correct, we have an inconsistency there. The properties in the yaml are sparse because they were generated within WISDEM using PreComp, which ignores shear stiffness and several others off-diagonal terms. The BeamDyn files were generated using SONATA and ANBA4 (https://github.com/ptrbortolotti/SONATA/blob/master/examples/1_IEA15MW/1_sonata_IEA15.py). I will make sure to import the latter props into the yaml file. Best, Pietro

pelljam commented 2 years ago

Great, thank you.