Search found 2 matches

by xujin
Tue Nov 17, 2020 11:36 pm
Forum: OpenSees.exe Users
Topic: How to apply acceleration to a certain node
Replies: 0
Views: 4978

How to apply acceleration to a certain node

My model is as follow. I want apply acceleration to node 5 .But i don't kown my way is right or wrong. wipe model BasicBuilder -ndm 2 -ndf 3 set PI [expr 2.0*asin(1.0)] #设置单位 set N 1.0 set m 1.0 set kg 1.0 set sec 1.0 set mm [expr $m*0.001] set cm [expr $m*0.01] set kN [expr $N*1000] set Pa [expr $N...
by xujin
Mon Jul 27, 2020 9:00 pm
Forum: OpenSees.exe Users
Topic: Why can the model only add 3mm displacement?
Replies: 6
Views: 5957

Why can the model only add 3mm displacement?

My model can only be loaded with a displacement of 3mm under the required direction load, otherwise it will not converge. Can you help me find the reason? This is a simple reinforced concrete column model with 3 nodes and 2 elements wipe model BasicBuilder -ndm 3 -ndf 6 set PI [expr 2.0*asin(1.0)] #...