We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 272d720 + f327b7b commit a21db24Copy full SHA for a21db24
Documentation/IEA-15-240-RWT_tabular.xlsx
-3 Bytes
WISDEM/generateTables.py
@@ -795,12 +795,12 @@ def write_materials(self):
795
matDF['Young Modulus E_1 [MPa]'] = 1e-6*E[:,0]
796
matDF['Young Modulus E_2 [MPa]'] = 1e-6*E[:,1]
797
matDF['Young Modulus E_3 [MPa]'] = 1e-6*E[:,2]
798
- matDF['Shear Modulus G_1 [MPa]'] = 1e-6*G[:,0]
799
- matDF['Shear Modulus G_2 [MPa]'] = 1e-6*G[:,1]
800
- matDF['Shear Modulus G_3 [MPa]'] = 1e-6*G[:,2]
801
- matDF['Poisson ratio nu_1'] = nu[:,0]
802
- matDF['Poisson ratio nu_2'] = nu[:,1]
803
- matDF['Poisson ratio nu_3'] = nu[:,2]
+ matDF['Shear Modulus G_12 [MPa]'] = 1e-6*G[:,0]
+ matDF['Shear Modulus G_13 [MPa]'] = 1e-6*G[:,1]
+ matDF['Shear Modulus G_23 [MPa]'] = 1e-6*G[:,2]
+ matDF['Poisson ratio nu_12'] = nu[:,0]
+ matDF['Poisson ratio nu_13'] = nu[:,1]
+ matDF['Poisson ratio nu_23'] = nu[:,2]
804
matDF['Tensile failure Xt_1 [MPa]'] = 1e-6*Xt[:,0]
805
matDF['Tensile failure Xt_2 [MPa]'] = 1e-6*Xt[:,1]
806
matDF['Tensile failure Xt_3 [MPa]'] = 1e-6*Xt[:,2]
0 commit comments