OpenSees with Python. OpenSees (the Open System for… 您所在的位置:网站首页 python调用OpenSees OpenSees with Python. OpenSees (the Open System for…

OpenSees with Python. OpenSees (the Open System for…

2023-05-28 19:52| 来源: 网络整理| 查看: 265

OpenSees with PythonHasi

Hasi

·

Follow

1 min read·Dec 4, 2019

--

OpenSees (the Open System for Earthquake Engineering Simulation) is a object-oriented, software framework created at the NSF. It allows users to create FEA applications for simulating the behaviour of structural and geotechnical systems subjected to dynamic or static loads. OpenSees is mostly written in C+. This tutorial is meant for windows users.

Installing DependenciesDownload Opensees from “https://opensees.berkeley.edu/OpenSees/user/download.php"Download Tcl/Tk from “https://www.activestate.com/products/tcl/downloads/"Environment SetupAfter installation append binaries to system path by executing this in command prompt.

setx /M PATH "%PATH%;C:\ActiveTcl\bin"

setx /M PATH "%PATH%;C:\\OpenSees3.0.3-x64"

Did it Work?

To test if the last step is successful, try “tclsh” and “opensees” in command prompt.

Python Installation

pip install openseepy

Conda Installation

conda activate

pip install openseespy



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有