Jump to content

OpenSees

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 128.193.50.221 (talk) at 21:52, 26 October 2007. 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 University of California, Berkeley as part of 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 numerical libraries, such as LAPACK, written in Fortran for linear equation solving.

History

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

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.