[Tool][工具][科研] OSFSV 2017: OpenSees Fiber Section Viewer [OpenSees纤维截面可视化工具]

软件已经更新,新版移步:http://www.jdcui.com/?p=16057

分享一个小程序。  A small program to share with you.

  • 程序图标 ( Program Icon )

  • 程序介绍 ( Program Introduction)

OpenSees纤维截面可视化工具 (OpenSees Fiber Section Viewer)。程序基本功能是,解析OpenSees的.tcl文件,提取其中的纤维截面,显示具体的纤维截面剖分情况。OpenSees Fiber Section Viewer is a visualization program for fiber secion in OpenSees.

编写这个程序的主要目的是,由于很多.tcl文件编写时,纤维截面的定义采用的是 OpenSees 提供的path和layer命令,这些命令容易编写却不方便查看,难以检查具体的纤维截面剖分是否正确。尤其是在阅读别人编写的 .tcl 文件时,由于编写命令的习惯不同,更加难以检查 纤维截面的定义是否合理。因此,如果有一个程序能将OpenSees的fiber、path和layer命令解析出来,并形成纤维图形直观显示,将大大提高初学者阅读和检查.tcl文件的效率,本博文提供的这个小程序很好的解决了这个问题。

  • OpenSees中的纤维截面命令 ( Fiber Section Command in OpenSees )

OpenSees中的纤维截面如下所示,摘自 http://opensees.berkeley.edu/wiki/index.php/Fiber_Section

This commnand allows the user to construct a FiberSection object. Each FiberSection object is composed of Fibers, with each fiber containing a UniaxialMaterial, an area and a location (y,z). The command to generate FiberSection object contains in { } the commands to generate all the fibers in the object. To construct a FiberSection and populate it, the following command is used:

section Fiber $secTag <-GJ $GJ> {
fiber…
patch…
layer…

}

$secTag      unique tag among sections
$GJ              linear-elastic torsional stiffness assigned to the section (optional, default = no torsional stiffness)
fiber…        command to generate a single fiber
patch…       command to generate a number of fibers over a geometric cross-section
layer…        command to generate a row of fibers along a geometric-arc

NOTES:

The command to generate a FiberSection contains in { } the commands to generate all the fibers in the section.
The patch and layer commands can be used to generate multiple fibers in a single command.
In an element recorder you can ask a FiberSection for its ‘deformations’, ‘forces’, ‘forceAndDeformation’, ‘fiber $fiberNum $matArg1 ..’, ‘fiber $yLoc $zLoc $matTag $matArg1 ‘

——— from http://opensees.berkeley.edu/wiki/index.php/Fiber_Section

  • 程序界面 ( Program Interface )

  • 实例展示 ( Gallery)

[Rectangular Section]

[Circular Section]

[W Section]

[Hollow Section]

[View only selected Fiber Section Represents]

[Show Fiber Area]

[Show Fiber Coordinates]

[Show Fiber Number]

[Render Fiber as different Shapes]

  • 下载 ( Downloads )

 [20170509] OpenSeesFiberSectionViewer_byCJD  

如果您需要这个软件,在评论区留下您的评论,软件将通过邮件给您发送,敬请尊重劳动成果 !!

  • 相关话题 ( Related Topics)

[01]. [Tool][软件] OSMatTest: OpenSees Material Test [OpenSees单轴材料测试工具]

[02]. OpenSees Steel01 Material Test

[03]. OpenSees Steel02 Material Test

[04]. OpenSees RambergOsgoodSteel Material Test

[05]. OpenSees Concrete01 Material Test

[06]. OpenSees Concrete02 Material Test

[07]. OpenSees Concrete04 Material Test

[08]. OpenSees ConcreteD Material Test

[09]. OpenSees Concrete06 Material Test

[10]. [Tool] OpenSees Fiber Section Viewer [工具][OpenSees纤维截面可视化工具]

[11]. [科研][OpenSees] BWBN Material (Pinching Hysteretic Bouc-Wen Material) Test

[12]. [科研][OpenSees] BoucWen Material Test

[13]. [Tool][工具][科研][更新] OSFSV v2021: OpenSees Fiber Section Viewer [OpenSees纤维截面可视化工具]

[14]. [OFSV][案例][OpenSees] OFSV: OSFiberSectionViewer提示“sqrt: DOMAIN error”错误的解决办法!!

[15]. [笔记][非线性][OpenSees] 多个单轴二折线非线性本构并联是什么样子的?

  • 微信公众号 ( Wechat Subscription)

WeChat_QRCode

欢迎关注 “结构之旅” 微信公众号

532 thoughts on “[Tool][工具][科研] OSFSV 2017: OpenSees Fiber Section Viewer [OpenSees纤维截面可视化工具]

  1. DPL Reply

    崔博士,您好,最近在学习opensees看到了您做的纤维划分可视化软件,想学习一下,万分感激!

  2. 追梦人 Reply

    谢谢分享,求分享下软件,多谢崔博士

  3. Liangxu Reply

    崔博士,能否发一份纤维截面可视化工具用于opensees软件的学习?谢谢您!

  4. 王勇 Reply

    崔博士,你好,可以使用下您的软件嘛?

  5. 李豪 Reply

    酷炫,崔博士好有想法。而且样样精通。 😉 😉

  6. ZMX Reply

    (补充上条)发送才看到有很多最近留言,不好意思。

  7. ZMX Reply

    崔博士好,不知道您的小程序还开放吗,因为我看留言都是三年前的。如果可以,麻烦您发我学习一下~

  8. HJQ Reply

    崔博,能分享一下这个小程序吗,谢谢您了

  9. 陈秦斌 Reply

    崔博士,您好,我已经收到了您的软件,但是好像还需要解压的密码,谢谢!

  10. 姚婉婷 Reply

    您好,我想请问一下fiber命令如何才能显示出来截面?我试了只能显示pach和layer命令

    • CJD Post authorReply

      可以显示fiber命令的,看自带的例子就知道。

    • CJD Post authorReply

      另外,可单独把截面定义部分的tcl复制到一个新的tcl,然后再用软件导入。这样比较保险。

  11. Jian Reply

    师兄你好,我是华工的,刚接触这个Opensees,你这个可以提取纤维截面的坐标和面积等信息吗?能否把这个发给我学习下

  12. HAN L Reply

    崔博士你好!最近在接触opensees软件,一直苦恼自己纤维有没有设对,希望博士可以分享一下可视化软件。

  13. Linyuan Reply

    很实用的软件,希望崔博士能分享一下 😉

  14. jingjing zheng Reply

    请问现在还是否有效?我最近在建模,可能是section出了点问题,我能否用这个软件学习一下?
    975815795@qq.com
    谢谢~

  15. 钟弟 Reply

    崔博士,可发我一份学习一下吗?谢谢!

  16. 张磊 Reply

    崔博士,想要一份这个程序自己学习,感谢崔博士的分享

  17. 马哲昊 Reply

    希望能够发一份OpenSees Fiber Section Viewer, 感谢崔博士!

  18. 卢建斌 Reply

    崔博士您好,能否麻烦您发一份程序,想学习一下。谢谢您了!

  19. 小白 Reply

    崔博士,您好。上周通过邮箱从您这拿到了这个程序,但压缩包有密码,能否告知一下解压密码。

  20. 张x Reply

    崔博士能给我一份吗,最近刚学上了,谢谢。

  21. Reply

    崔博士,想借助这个软件对比一下自己输入的命令,可以发一份吗?非常感谢!

  22. 易恒 Reply

    崔博士,您好。我想学习一下这个软件,希望您能发我一份。谢谢您。

  23. 傅光辉 Reply

    崔博士你好,可以分享一下这个可视化程序吗?

  24. lihuaqiang Reply

    崔博士,您好.很需要您这个程序,能发一份吗?

  25. 李伟 Reply

    😉 希望崔博士看得见,发一份给我。

  26. 狠狠 Reply

    麻烦崔博分享一个给我学下一下,谢谢!

  27. 狠狠 Reply

    麻烦崔波发一个给我学=学习一下,谢谢!

  28. GL Reply

    崔博士,正在学习opensees软件,能否分享一下此程序,感谢之至!

  29. 郭伍 Reply

    实在麻烦前辈发一份软件给我,晚辈做抗震的新人,刚刚读研,还望前辈支持,实在麻烦了

  30. HELOU Reply

    Thank you for this nice website.
    Please send me the program application through my email.
    Thank you very much in advance.

  31. Walter Bishop Reply

    崔博士,阅读您的博客受益匪浅,我正在学习OS,希望可以使用您研发的小程序opensees fiber section viewer.
    非常感谢。

  32. 结构抗震 Reply

    崔博士,你好!最近在学习opensees, 需要确定纤维截面划分是否正确,希望你的软件能发我下。 😉

  33. liubiao Reply

    感谢崔博士,现在还可以借用您的这个截面可视化的软件吗?谢谢您的分享

  34. sihe Reply

    崔博士,您好,我是个正在使用opensees的初学者,请问您方便分享一下您的截面可视化工具吗?
    我的邮箱是1083871895@qq.com

  35. 杨斌 Reply

    崔博士,现在还能发我一份这个软件吗?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.