OpenSeesPy Documentation

OpenSeesPy Documentation

Release 3.3.0.0 Minjie Zhu

Sep 04, 2021

1 Developer Index

Contents

3 447

i

ii

OpenSeesPy Documentation, Release 3.3.0.0

Important: Version 3.3.0.0 is released! OpenSeesPy is on PyPi (Windows, Linux, Mac). The latest version of this document can be found at .

Note: Questions including modeling issues and the use of OpenSeesPy, please post on OpenSeesPy Forum. You are very welcome to contribute to OpenSeesPy with new command documents and examples by sending pull requests through github pulls. For errors in this document, submit on github issues.

OpenSeesPy is a Python 3 interpreter of OpenSees. A minimum script is shown below: # import OpenSeesPy import openseespy.opensees as ops # import OpenSeesPy plotting commands import openseespy.postprocessing.Get_Rendering as opsplt # wipe model ops.wipe() # create model ops.model('basic', '-ndm', 2, '-ndf', 3) # plot model opsplt.plot_model()

To run a test of the pip installation: pytest --pyargs openseespy.test

Contents

1

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download