[工具][软件]OSFSV v2021: OpenSees Fiber Section Viewer [OpenSees纤维截面可视化工具]

实干、实践、积累、思考、创新。


一直想更新这个软件,这款软件最早在2017年开发出来的时候,算是全网唯一的opensees的纤维截面工具,最近终于可以抽时间进一步对这个软件进行更新。

  • 程序图标 ( 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文件的效率,本博文提供的这个小程序很好的解决了这个问题。The main purpose of writing this program is that when many .tcl files are written, the definition of fiber cross-section uses the path and layer commands provided by OpenSees. These commands are easy to write but inconvenient to view, and it is difficult to check whether the specific fiber cross-section is correct. . Especially when reading .tcl files written by others, it is more difficult to check whether the definition of fiber cross-section is reasonable due to the different habit of writing commands. Therefore, if there is a program that can parse the fiber, path and layer commands of OpenSees and form a visual display of fiber graphics, it will greatly improve the efficiency of beginners reading and checking .tcl files. This small program provided in this blog post is very good. solved this problem.

  • 程序更新 ( Program Update)

旧版的纤维截面可以在这个连接查看:http://www.jdcui.com/?p=5007

新版软件主要做了一下更新:

(1)OpenSees的TCL模型文件中文路径已经支持。

(2)修正了旧版软件部分截面提示“sqrt: DOMAIN error”错误无法进行截面显示的问题

(3)增加了纤维截面图形窗口的交互操作:平移,缩放等

(4)增加了错误提示窗口,若截面某部分定义出错,软件可在错误提示窗口中提示,使用者可根据提示检查相应的纤维截面定义命令。

(5)对于部分纤维定义错误的部分,如果纤维坐标没问题,会在图形中以交叉的方式显示,使用者可很清楚检查哪部分命令是错误的。

  • 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

纤维截面的定义主要有三个命令: fiber, path和layer。OpenSees纤维截面可视化工具可支持对这三种命令进行解析。

fiber 命令:

patch 命令:

layer 命令:

  • 程序展示 ( Program Gallery)

Fiber Section Reinforced Concrete Section – Rectangular Symmetric Section, Confined Concrete Core

Fiber Section AISC Standard W Section

Fiber Section Reinforced Concrete Hollow Section

Fiber Section 工字钢

Fiber Section Reinforced Concrete Section – Circular Section

  • 下载 ( Downloads )

(  软件是免费的,如果需要这个软件,在评论区留下您的评论,软件会发送到您的评论邮箱,敬请尊重劳动成果 !!)  


You already voted!

  • 相关话题 ( Related Topics)

[01]. [Tool] 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]. [OFSV][案例][OpenSees] OSFSV: OSFiberSectionViewer提示“sqrt: DOMAIN error”错误的解决办法!!

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

[15]. [科研][软件][OpenSees] OSBWTest: OpenSees BoucWen Material Test ( OpenSees BoucWen材料测试)

  • 微信公众号 ( Wechat Subscription)

WeChat_QRCode

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

399 thoughts on “[工具][软件]OSFSV v2021: OpenSees Fiber Section Viewer [OpenSees纤维截面可视化工具]

  1. 岳治华 Reply

    崔博士,您好!希望能够收到您的软件,谢谢您!祝您生活愉快,科研顺利。

  2. 刘宇轲 Reply

    崔博士,您的新版本可视化软件很不错,希望收到您的软件,谢谢您!

  3. 曹纪舟 Reply

    崔老师您好您的软件对我们十分有用,希望可以借用学习一下

  4. KrisWu Reply

    崔博士您好,希望能够下载您的软件学习一下,非常感谢!

  5. ZHANG Luera Reply

    崔博士,您好!这个软件对于正在学习使用opensees建模的研究生十分有用,非常希望收到您的邮件

  6. 金无忌 Reply

    崔博士,您好,希望能够使用您的软件,谢谢!

  7. 王雅辉 Reply

    崔博士,您好,能否麻烦您给我发一下这个软件,十分感谢!

  8. Chen XZ Reply

    崔博士您好,这个纤维截面可视化工具太有用了。能否麻烦您发送一份这个软件,想学习学习,非常感谢!

  9. 杜佳俊 (同济大学博士生) Reply

    崔博士您好,您的软件非常棒,对希望使用opensees查看纤维截面状态的用户来说很有帮助,希望能收到您的软件学习一下,谢谢您!

  10. Reply

    崔博士您好,希望能收到您的软件做进一步学习。

  11. 侯沣桓 Reply

    崔博士您好,我是一名桥梁专业的硕士,希望可以获取您的Opensees纤维截面可视化工具,感谢!

  12. Ren Xq Reply

    崔老师您好,希望能够获得您的这个可视化软件,谢谢您

  13. Marianne Reply

    崔博士您好,您的软件非常棒,麻烦方便时能否发一份学习一下,非常感谢!

  14. 苏 广西大学 Reply

    崔博士,您好,可以麻烦您方便时发一份软件学习一下吗,万分感谢!

  15. Wang Dongyu Reply

    崔博士您好,希望收到您的OpenSees可视化软件,十分感谢!

  16. 王康 Reply

    崔博士您好,谢谢您开发的软件,希望收到一份用于个人学习

  17. 桂奎 Reply

    崔博士,您好!希望收到您的软件,谢谢您![工具]软件]OSFSV v2021:OpenSees Fiber Section
    Viewer[OpenSees纤维截面可视化工具]

  18. 方利 Reply

    崔博士,您好。
    恳请发一份软件。十分感激!

  19. Chris wong Reply

    崔博士您好,希望收到您的邮件!需要使用一下!

  20. 肖典 Reply

    崔博士,您好!我是一名OpenSees初学者,希望收到您的软件来进行进一步的学习和验证。不甚感激!

  21. Yi Liang Reply

    崔博士您好,最近在学习OpenSees,对定义纤维截面很不熟悉,所以希望借助这个软件来学习一下,十分感谢!

  22. 王卓 Reply

    崔博士您好,希望能得到您开发的软件学习一下,上一条留言不见了,多有打扰

  23. 王星卓 Reply

    崔博士您好,我是一名opensees初学者,通过您的博客学习了解到很多知识,希望收到您开发的这个软件

  24. 杨森 Reply

    崔老师您好,您的软件非常好,恳请您更够发我一份谢谢!

  25. 崔恒维 Reply

    崔博士,您好,能否麻烦您发一下这个软件,需要借助他学习opensees,十分感谢!

  26. Sniper Reply

    崔博士您好,能否发一份软件供学习之用,十分感激!

  27. 朱兵 Reply

    崔老师您好!您的软件对于可视化太方便了,麻烦您方便时能否发一份学习一下,非常感谢。

  28. xiong Reply

    崔老师您好,能否麻烦发送软件学习一下,谢谢!

  29. Xiong Reply

    催博您好,能否麻烦您发送一下这个软件,仅用于个人学习,谢谢!

  30. Reply

    崔博士您好,希望可以通过该软件学习!

  31. TangQian Reply

    崔老师您好,能否麻烦您发一份这个软件,想学习一下,谢谢!

  32. 王元鸿 Reply

    崔老师您好,很高兴能看到您开发出这么有用的插件,希望能收到您的软件进行深入学习,谢谢!!!

  33. Zhong Reply

    崔博士您好,希望能够下载您的软件学习一下,非常感谢!

  34. Jing Reply

    崔博士您好,您的软件非常棒,麻烦方便时能否发—份学习一下,非常感谢!

  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.