实干、实践、积累、思考、创新。
- 程序图标 ( Icon )
- 程序介绍 ( Introduction)
应网友的要求,编写OpenSees中的SelfCenteringMaterial本构测试程序,关于SelfCenteringMaterial的介绍在OpenSees Wiki中找到:SelfCentering Material – OpenSeesWiki (berkeley.edu)
其命令也贴到下面:
This command is used to construct a uniaxial self-centering (flag-shaped) material object with optional non-recoverable slip behaviour and an optional stiffness increase at high strains (bearing behaviour).
This material is primarily used to model a self-centering energy-dissipative (SCED) brace (Christopoulos et al., 2008) with the option to model the slippage of an external friction fuse (which causes non-recoverable deformation above a given brace strain). In practice, the external friction fuse is used to limit the amount of force in the brace (since the post-activation stiffness is generally non-zero). The bearing option is used to approximately model the effect of bolt bearing in the brace or external fuse mechanisms, which causes a steep increase in the stiffness of the brace. For self-centering energy-dissipative brace design, this bearing effect model may be used to impose a limit on slip or activation strain based on the anticipated available strain capacity of the mechanism. Note that this bearing effect is only intended to be a flag to indicate the existence of bearing; the SCED brace system should be designed such that the brace will not experience such bearing in practice.
This material type could potentially be used for any comparable self-centering system that exhibits a flag-shaped hysteretic response (for example: rocking wall systems if the uniaxial material is used as a moment/rotation hysteresis).
uniaxialMaterial SelfCentering $matTag $k1 $k2 $sigAct $beta <$epsSlip> <$epsBear> <rBear> |
$matTag |
integer tag identifying material |
$k1 |
Initial Stiffness |
$k2 |
Post-Activation Stiffness (0<$k2<$k1) |
$sigAct |
Forward Activation Stress/Force |
$beta |
Ratio of Forward to Reverse Activation Stress/Force |
$epsSlip |
slip Strain/Deformation (if $epsSlip = 0, there will be no slippage) |
$epsBear |
Bearing Strain/Deformation (if $epsBear = 0, there will be no bearing) |
$rBear |
Ratio of Bearing Stiffness to Initial Stiffness $k1 |
( picture from https://opensees.berkeley.edu/OpenSees/manuals/usermanual/4160.htm )
OSSelfCenteringTest的功能是,可提供用户导入位移历程,指定材料的参数,获得相应的力-位移滞回曲线,用于测试不同参数对材料滞回性能的影响。
- 程序界面 ( 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)
欢迎关注 “结构之旅” 微信公众号
很好