一个双柱墩模型,第一步施加重力荷载,第二步施加水平往复荷载,即施加水平位移,位移由外部文件调用。
系统报错,代码及报错信息如下:
代码:
timeSeries Path 1 -dt 1.0 -filePath node5-1.txt
timeSeries Path 2 -dt 1.0 -filePath node10-1.txt
pattern Plain 2 1 { ;# 1与timeSeries Path 1 对应
sp 5 1 1
}
pattern Plain 3 2 { ;# 2 与timeSeries Path 2 对应
sp 10 1 1
}
puts "analysis disp"
报错信息:
analysis disp
WARNING PlainHandler::handle() - non-homogeneos constraint for node 5 homogeneous constraint assumed
WARNING PlainHandler::handle() - non-homogeneos constraint for node 10 homogeneous constraint assumed
请教各位,如何修改?
系统报错,代码及报错信息如下:
代码:
timeSeries Path 1 -dt 1.0 -filePath node5-1.txt
timeSeries Path 2 -dt 1.0 -filePath node10-1.txt
pattern Plain 2 1 { ;# 1与timeSeries Path 1 对应
sp 5 1 1
}
pattern Plain 3 2 { ;# 2 与timeSeries Path 2 对应
sp 10 1 1
}
puts "analysis disp"
报错信息:
analysis disp
WARNING PlainHandler::handle() - non-homogeneos constraint for node 5 homogeneous constraint assumed
WARNING PlainHandler::handle() - non-homogeneos constraint for node 10 homogeneous constraint assumed
请教各位,如何修改?