Jump to content

OpenSees

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 71.221.90.79 (talk) at 03:46, 6 May 2008 (Added link to PEER). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

OpenSees is an object-oriented, open source software framework created at the NSF-sponsored Pacific Earthquake Engineering (PEER) Center. It 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.

Usage

Users of OpenSees create applications by writing scripts in the Tcl programming language. The TclModelBuilder class in the OpenSees framework extends an instance of the Tcl interpreter with commands for finite element model building and analysis.

OpenSees developers access the source code using CVS. Although anyone may check-out the source code anonymously, only a handful of individuals have check-in access (McKenna, Scott, Jeremic).

Acronym

The proper acronym capitalization is OpenSees, as opposed to OpenSEES. This reflects the same unconventional capitalization of Tcl.

History

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."

Licensing

OpenSees is protected under the LGPL by the UC Regents.