OpenSees

Summary

OpenSees (the Open System for Earthquake Engineering Simulation) is an object-oriented software framework created during the National Science Foundation-sponsored era (1997-2007) of the Pacific Earthquake Engineering Research (PEER) Center. OpenSees allows users to create finite element applications for simulating the response of structural and geotechnical systems subjected to earthquakes. This framework was developed by Frank McKenna and Gregory L. Fenves with significant contributions from Michael H. Scott, Terje Haukaas, Armen Der Kiureghian, Remo M. de Souza, Filip C. Filippou, Silvia Mazzoni, and Boris Jeremic. OpenSees is primarily written in C++ and uses several Fortran numerical libraries for linear equation solving.

Repositorygithub.com/OpenSees/OpenSees/
Written inC++
Operating systemLinux, Windows and Unix-like
Licensehttp://opensees.berkeley.edu/OpenSees/copyright.php
Websiteopensees.berkeley.edu

Licensing edit

The license permits the use, reproduction, modification, and distribution by educational, research, and non-profit entities for non-commercial purposes. Use, reproduction, and modification by other entities is allowed for internal purposes, but these entities cannot redistribute the program or its derivatives.[1]

Usage edit

Users of OpenSees create applications by writing scripts in either the Tcl or Python programming language.

OpenSees developers manage the source code at GitHub.

Acronym edit

The proper acronym capitalization for the "Open System for Earthquake Engineering Simulation" is OpenSees, as opposed to OpenSEES. This reflects the same unconventional capitalization of Tcl.

History edit

Prior to taking on the name "OpenSees," the framework was simply called "G3" in reference to the name of the PEER research group tasked with simulation development. The doctoral thesis of Frank McKenna on parallel object-oriented structural analysis formed the basis for "G3."

The current version as of March 2024 is 3.6.0.

References edit

  1. ^ "Copyright". University of California, Berkeley. Retrieved 2014-05-16.

External links edit

  • OpenSees Webpage
  • OpenSees Manual
  • OpenSeesPy PyPi page