Git Product home page Git Product logo

opensees-self-centering-frame-ida's Introduction

OpenSees-Self-centering-frame-IDA

🐼ATC-63推荐地震波

[特别声明] 所有地震波均进行了归一化处理,时间间隔设为0.02s,敬请放心调用。

  • 地震波反应谱

[特别声明] IDA分析模型基于Python3.9.8 | OpenSeespy3.4.0.1

  • OpenSeespy建模信息

  • IDA分析结果展示

  • Recorder method

+[特别声明] OpenSees输出调用方法
--->记录节点在1方向的位移
ops.recorder('Node','-file',f"{Output_PGA}/Disp.txt","-time",'-node',1001,1002,1003,1004,7001,7011,7021,7031,
                     15001,15011,15021,15031,23001,23011,23021,23031,31001,31011,31021,31031,
                     39001,39011,39021,39031,47001,47011,47021,47031,'-dof',1,'disp')
--->记录节点在1方向的反力
ops.recorder('Node','-file',f"{Output_PGA}/Reaction.txt","-time",'-node',1,2,3,4,'-dof',1,'reaction')
--->记录单元在整体坐标系的力
ops.recorder('Element','-file',f"{Output_PGA}/Force1.txt","-time",'-ele',1001,1002,1003,1004,'globalForce')
--->记录纵筋在第2个积分截面处,距离截面坐标(250,125)最近的纤维处,材料1的应力应变                                [第二个积分点] [纤维坐标] [材料1] [应力应变]
ops.recorder('Element','-file',f"{Output_PGA}/Lbar.txt","-time",'-ele',9013,109013,209013,309013,409013,509013,'section',2,'fiber',250,125,1,'stressStrain')
--->记录保护层混凝土在第2个积分截面处,距离截面坐标(250,125)最近的纤维处,材料2的应力应变                         [第二个积分点] [纤维坐标] [材料1] [应力应变]
ops.recorder('Element','-file',f"{Output_PGA}/CoverC.txt","-time",'-ele',9013,109013,209013,309013,409013,509013,'section',2,'fiber',250,125,2,'stressStrain')
--->记录桁架单元的轴力
ops.recorder('Element','-file',f"{Output_PGA}/EDB1_AF.txt","-time",'-ele',310062,410062,510062,'axialForce')
--->记录桁架单元的变形
ops.recorder('Element','-file',f"{Output_PGA}/EDB1_DEF.txt","-time",'-ele',310062,410062,510062,'deformation')
--->记录阻尼器的变形
ops.recorder('Element','-file',f"{Output_PGA}/REDE1_DEF.txt","-time",'-ele',10050,110050,210050,'deformation')
--->记录阻尼器的出力
ops.recorder('Element','-file',f"{Output_PGA}/REDE1_LF.txt","-time",'-ele',10050,110050,210050,'localForce')

opensees-self-centering-frame-ida's People

Contributors

ashenoneme avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.