Skip to content

Commit

Permalink
Merge pull request #185 from IEAWindTask37/develop
Browse files Browse the repository at this point in the history
Further debugging of piecewise-constant thickness and TP properties
  • Loading branch information
gbarter authored Feb 13, 2024
2 parents 89cd050 + c742cf8 commit e2585e1
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@ IJointID ItfTDXss ItfTDYss ItfTDZss ItfRDXss ItfRDYss ItfRDZss
(-) (-) (-) (-) (-) (-) (-)
1 1 2 1 1 1
2 2 3 1 1 1
3 3 4 2 2 1
3 3 4 1 2 1
4 4 5 2 2 1
5 5 6 3 3 1
5 5 6 2 3 1
6 6 7 3 3 1
7 7 8 4 4 1
7 7 8 3 4 1
8 8 9 4 4 1
9 9 10 5 5 1
9 9 10 4 5 1
10 10 11 5 5 1
11 11 12 6 6 1
11 11 12 5 6 1
12 12 13 6 6 1
13 13 14 7 7 1
13 13 14 6 7 1
14 14 15 7 7 1
15 15 16 8 8 1
15 15 16 7 8 1
16 16 17 8 8 1
17 17 18 9 9 1
17 17 18 8 9 1
18 18 19 9 9 1
------------------ MEMBER X-SECTION PROPERTY data 1/2 [isotropic material for now: use this table for circular-tubular elements] ------------------------
9 NPropSets - Number of structurally unique x-sections (i.e. how many groups of X-sectional properties are utilized throughout all of the members)
Expand Down Expand Up @@ -109,7 +109,7 @@ COSMID COSM11 COSM12 COSM13 COSM21 COSM22 COSM23 COSM31
1 NCmass - Number of joints with concentrated masses; Global Coordinate System
CMJointID JMass JMXX JMYY JMZZ JMXY JMXZ JMYZ MCGX MCGY MCGZ
(-) (kg) (kg*m^2) (kg*m^2) (kg*m^2) (kg*m^2) (kg*m^2) (kg*m^2) (m) (m) (m)
10 100000.0 1250000.0 1250000.0 2500000.0 0.0 0.0 0.0 0.0 0.0 0.0
19 100000.0 1250000.0 1250000.0 2500000.0 0.0 0.0 0.0 0.0 0.0 0.0
---------------------------- OUTPUT: SUMMARY & OUTFILE ------------------------------
True SumPrint - Output a Summary File (flag).It contains: matrices K,M and C-B reduced M_BB, M-BM, K_BB, K_MM(OMG^2), PHI_R, PHI_L. It can also contain COSMs if requested.
0 OutCBModes - Output Guyan and Craig-Bampton modes {0: No output, 1: JSON output}, (flag)
Expand Down

0 comments on commit e2585e1

Please sign in to comment.