5.trace
Aerospace
- Oct 14, 2024
- 2
Good afternoon,
I am working on simulating a 3 degree of freedom unforced spring-mass-damper system in MSC Nastran 2024.1. It consists of 4 masses combined together with a wall at each end and I want to find the displacement over time with initial conditions for displacement and velocity. I want to solve this problem using Solution 112 but I keep running in an issue where my initial displacement isn't matching my initial conditions. My code and response at time 0s is pasted below:
NASTRAN Input:
SOL 112
CEND
TITLE = Three Mass-Spring-Damper System
ECHO = BOTH
DISP (SORT1) = ALL
SPC = 44
IC(MODAL) = 20
METHOD = 55
TSTEP = 234
BEGIN BULK
GRID,1,,0.,0.,0.
GRID,2,,1.,0.,0.
GRID,3,,2.,0.,0.
GRID,4,,3.,0.,0.
GRID,5,,4.,0.,0.
CONM2, 22, 2,, 1.0
CONM2, 33, 3,, 1.0
CONM2, 44, 4,, 1.0
CELAS2, 111, 4.0, 1, 1, 2, 1
CELAS2, 222, 4.0, 2, 1, 3, 1
CELAS2, 333, 4.0, 3, 1, 4, 1
CELAS2, 444, 4.0, 4, 1, 5, 1
CDAMP2, 1111, 5.0, 1, 1, 2, 1
CDAMP2, 2222, 5.0, 2, 1, 3, 1
CDAMP2, 3333, 5.0, 3, 1, 4, 1
CDAMP2, 4444, 5.0, 4, 1, 5, 1
SPC1, 44, 123456, 1
SPC1, 44, 123456, 5
EIGRL, 55
TIC, 20, 1, -1, 0.3914, 0.9071
TIC, 20, 2, -1, 0.4950 , -2.1213
TIC, 20, 3, -1, -0.1086, 0.5071
TSTEP, 234, 200, 0.001, 1
ENDDATA
NASTRAN Output:
TIME = 0.000000E+00
D I S P L A C E M E N T V E C T O R
POINT ID. TYPE T1 T2 T3 R1 R2 R3
1 G 0.0 0.0 0.0 0.0 0.0 0.0
2 G -2.086179E-01 0.0 0.0 0.0 0.0 0.0
3 G 3.535534E-01 0.0 0.0 0.0 0.0 0.0
4 G 4.914179E-01 0.0 0.0 0.0 0.0 0.0
5 G 0.0 0.0 0.0 0.0 0.0 0.0
Thank you for the help
I am working on simulating a 3 degree of freedom unforced spring-mass-damper system in MSC Nastran 2024.1. It consists of 4 masses combined together with a wall at each end and I want to find the displacement over time with initial conditions for displacement and velocity. I want to solve this problem using Solution 112 but I keep running in an issue where my initial displacement isn't matching my initial conditions. My code and response at time 0s is pasted below:
NASTRAN Input:
SOL 112
CEND
TITLE = Three Mass-Spring-Damper System
ECHO = BOTH
DISP (SORT1) = ALL
SPC = 44
IC(MODAL) = 20
METHOD = 55
TSTEP = 234
BEGIN BULK
GRID,1,,0.,0.,0.
GRID,2,,1.,0.,0.
GRID,3,,2.,0.,0.
GRID,4,,3.,0.,0.
GRID,5,,4.,0.,0.
CONM2, 22, 2,, 1.0
CONM2, 33, 3,, 1.0
CONM2, 44, 4,, 1.0
CELAS2, 111, 4.0, 1, 1, 2, 1
CELAS2, 222, 4.0, 2, 1, 3, 1
CELAS2, 333, 4.0, 3, 1, 4, 1
CELAS2, 444, 4.0, 4, 1, 5, 1
CDAMP2, 1111, 5.0, 1, 1, 2, 1
CDAMP2, 2222, 5.0, 2, 1, 3, 1
CDAMP2, 3333, 5.0, 3, 1, 4, 1
CDAMP2, 4444, 5.0, 4, 1, 5, 1
SPC1, 44, 123456, 1
SPC1, 44, 123456, 5
EIGRL, 55
TIC, 20, 1, -1, 0.3914, 0.9071
TIC, 20, 2, -1, 0.4950 , -2.1213
TIC, 20, 3, -1, -0.1086, 0.5071
TSTEP, 234, 200, 0.001, 1
ENDDATA
NASTRAN Output:
TIME = 0.000000E+00
D I S P L A C E M E N T V E C T O R
POINT ID. TYPE T1 T2 T3 R1 R2 R3
1 G 0.0 0.0 0.0 0.0 0.0 0.0
2 G -2.086179E-01 0.0 0.0 0.0 0.0 0.0
3 G 3.535534E-01 0.0 0.0 0.0 0.0 0.0
4 G 4.914179E-01 0.0 0.0 0.0 0.0 0.0
5 G 0.0 0.0 0.0 0.0 0.0 0.0
Thank you for the help