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

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文件的效率,本博文提供的这个小程序很好的解决了这个问题。

[PERFORM-3D][Tool] 箱形柱纤维截面工具 [Column,Inelastic Fiber Section – Box Section]

针对PERFORM-3D软件的箱形柱纤维截面剖分小工具。程序通过导入文本参数(.csv),直接生成纤维截面的参数,并导出PERFORM-3D需要的二进制文件(.PF3CMP)。Through the import of section properties in text format (.csv), the program can generate the fiber section properties automatically. And then, the program export the binary data input file (.PF3CMP) for “Inelastic Fiber Column Section” which PERFORM-3D can then read to complete the fiber section definition.