opensees吧 关注:973贴子:3,229
  • 10回复贴,共1

刚学,我的建的桥墩为什么重力分析出现这样警告?

只看楼主收藏回复


wipe
model basic -ndm 2 -ndf 3
if { [file exists oupt] == 0} {
file mkdir output
}
node 1 0 0
node 2 0 2
node 3 0 4
node 4 0 6
fix 1 1 1 1
uniaxialMaterial Concrete01 1 -26.8e6 -0.002 -10e6 -0.0033
uniaxialMaterial Concrete02 2 -40e6 -0.002 -10e6 -0.005 0.1 2.68 1000
uniaxialMaterial Steel02 3 400 206000 0.01 18 0.925 0.15 0 1 0 1
section Aggregator
section Fiber 1 {
patch rect 1 15 15 -0.675 -0.675 0.675 0.675
patch rect 2 15 1 -0.75 0.675 0.75 0.75
patch rect 2 15 1 -0.75 -0.75 0.75 -0.675
patch rect 2 2 13 -0.75 -0.675 -0.675 0.675
patch rect 2 2 13 0.675 -0.675 0.75 0.675
layer straight 3 11 8.01e-4 0.675 0.675 0.675 -0.675
layer straight 3 11 8.01e-4 0.64 0.64 0.64 -0.64
layer straight 3 11 8.01e-4 -0.675 0.675 -0.675 -0.675
layer straight 3 11 8.01e-4 -0.64 0.64 -0.64 -0.64
layer straight 3 9 2.01e-4 0.54 -0.675 -0.54 -0.675
layer straight 3 9 2.01e-4 0.54 -0.64 -0.54 -0.64
layer straight 3 9 2.01e-4 0.54 0.675 -0.54 0.675
layer straight 3 9 2.01e-4 0.54 0.64 -0.54 0.64
}
geomTransf Linear 1
element nonlinearBeamColumn 1 1 4 5 1 1
recorder Node -file output/disp_4.out -time -node 4 -dof 1 2 3 disp
recorder Node -file output/reaction_1.out -time -node 1 -dof 1 2 3 reaction
recorder Element -file output/force_1.txt -time -ele 1 globalForce
recorder Element -file output/defocolsec_1.txt -time -ele 1 section 1 deformation
recorder Element -file output/forcecolsec_1.txt -time -ele 1 section 1 force
pattern Plain 1 Linear {
load 4 0.0 -653860 0.0
}
constraints Plain
numberer Plain
system BandGeneral
test NormDispIncr 1.0e-6 6 2
algorithm Newton
integrator LoadControl 0.01
analysis Static
analyze 100
puts "重力分析完成..."


1楼2019-12-01 16:15回复
    有哪个大佬指导下吗


    2楼2019-12-01 16:15
    回复
      不收敛


      IP属地:北京来自Android客户端3楼2019-12-02 09:37
      收起回复
        谢谢啦


        4楼2019-12-03 18:52
        收起回复
          定义了四个点,但是只连接了两个点。需要连接1-2,2-3,3-4.


          5楼2019-12-14 12:51
          回复