实干、实践、积累、思考、创新。
- 程序图标 ( Program Icon )
- 程序介绍 ( Program Introduction)
拖了很久,最近搞东西用到BoucWen这个材料,从OpenSees中搬过来,写个程序测试一下,因为和最原始的Bouc Wen模型还有点不同。
最原始的BoucWen模型在这里做了测试:[研究][软件] BWTest: Bouc-Wen模型参数测试分析 [Bouc-Wen Hysteretic Model Parameters Analysis]
关于BoucWen Material 的OpenSees介绍在OpenSeesWiki中找到:BoucWen Material – OpenSeesWiki (berkeley.edu)
命令也搬过来:
This command is used to construct a uniaxial Bouc-Wen smooth hysteretic material object. This material model is an extension of the original Bouc-Wen model that includes stiffness and strength degradation (Baber and Noori (1985)).
uniaxialMaterial BoucWen $matTag $alpha $ko $n $gamma $beta $Ao $deltaA $deltaNu $deltaEta |
$matTag | integer tag identifying material |
$alpha | ratio of post-yield stiffness to the initial elastic stiffenss (0< <math>\alpha</math> <1) |
$ko | initial elastic stiffness |
$n | parameter that controls transition from linear to nonlinear range (as n increases the transition becomes sharper; n is usually grater or equal to 1) |
$gamma $beta | parameters that control shape of hysteresis loop; depending on the values of <math>\gamma</math> and <math>\beta</math> softening, hardening or quasi-linearity can be simulated (look at the NOTES) |
$Ao $deltaA | parameters that control tangent stiffness |
$deltaNu $deltaEta | parameters that control material degradation |
NOTES:
- Parameter <math>\gamma</math> is usually in the range from -1 to 1 and parameter <math>\beta</math> is usually in the range from 0 to 1. Depending on the values of <math>\gamma</math> and <math>\beta</math> softening, hardening or quasi-linearity can be simulated. The hysteresis loop will exhibit softening for the following cases: (a) <math>\beta</math> + <math>\gamma</math> > 0 and <math>\beta</math> – <math>\gamma</math> > 0, (b) <math>\beta</math>+<math>\gamma</math> >0 and <math>\beta</math>-<math>\gamma</math> <0, and (c) <math>\beta</math>+<math>\gamma</math> >0 and <math>\beta</math>-<math>\gamma</math> = 0. The hysteresis loop will exhibit hardening if <math>\beta</math>+<math>\gamma</math> < 0 and <math>\beta</math>-<math>\gamma</math> > 0, and quasi-linearity if <math>\beta</math>+<math>\gamma</math> = 0 and <math>\beta</math>-<math>\gamma</math> > 0.
- The material can only define stress-strain relationship.
OSBWTest的功能是,可提供用户导入位移历程,指定材料的参数,获得相应的力-位移滞回曲线,可用于分析不同参数对BoucWen Material的影响。
- 程序界面 ( Program Interface )
- 程序下载 ( Program Download )
( 如果您需要这个软件,请在这给网站捐助:http://www.jdcui.com/?page_id=4813,捐助不低于 100RMB,捐助后在评论区留下您的评论,软件会通过管理员QQ:3014479529给你发送,对软件有任何疑问也欢迎联系,敬请尊重劳动成果 !!!。)
- 相关博文( Related Topics)
[01] [科研][软件][OpenSees] OSBWTest: OpenSees BoucWen Material Test ( OpenSees BoucWen材料测试)
[02] [研究][软件] BWTest: Bouc-Wen模型参数测试分析 [Bouc-Wen Hysteretic Model Parameters Analysis]
[03] [笔记][非线性][OpenSees] 多个单轴二折线非线性本构并联后的滞回曲线是什么样子的?
[04] [程序][科研][本构] BMMF: Bilinear Material Model Fitting Tool [BMMF:二折线试验滞回曲线本构拟合工具]
[05] [下载][Tool][软件] OSMatTest: OpenSees Material Test [OpenSees单轴材料测试工具]
[06] OpenSees Concrete06 Material Test
[07] OpenSees ConcreteD Material Test
[08] OpenSees Concrete04 Material Test
[09] OpenSees Concrete02 Material Test
[10] OpenSees Concrete01 Material Test
[11] OpenSees RambergOsgoodSteel Material Test
[12] OpenSees Steel02 Material Test
[13] OpenSees Steel01 Material Test
[15] [科研][OpenSees] BWBN Material (Pinching Hysteretic Bouc-Wen Material) Test
[17]. [混凝土] 本站混凝土单轴本构博文汇总整理
[18]. 书]PERFORM-3D原理与实例 – 第3章 – 钢筋与混凝土材料的单轴本构关系
[19]. [科研][OpenSees] BWBN Material (Pinching Hysteretic Bouc-Wen Material) Test
- 微信公众号 ( Wechat Subscription)
很需要的软件!
软件很好用,对科研小白帮助很大
崔博士,请问opensees中能考虑拉压不一致的模型本构吗
有很多,看看你说的是多不一致。比如这个材料Hysteretic Material,就可以设置拉压不一致https://opensees.berkeley.edu/wiki/index.php/Hysteretic_Material
崔博士,小白想问一些opensees的混凝土墩柱Bouc-Wen模型本构参数怎么确定啊,还有定义截面时,是直接把单轴b-c拿过来用吗?
b-w似乎无法考虑轴力。