OpenSees User: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
== User Documentation == | == User Documentation == | ||
*< | *<h4>[[Introduction to OpenSees]]</h4> | ||
*< | *<h4>[[Command Manual]] </h4> | ||
:The OpenSees [[Command Manual]] is now in wiki form. Users and code developers are encouraged to add and correct the manual as the see fit. | :The OpenSees [[Command Manual]] is now in wiki form. Users and code developers are encouraged to add and correct the manual as the see fit. | ||
:The [[Command Manual]] details those new commands that have been added to [http://en.wikipedia.org/wiki/Tcl Tcl] by the OpenSees interpreters. | :The [[Command Manual]] details those new commands that have been added to [http://en.wikipedia.org/wiki/Tcl Tcl] by the OpenSees interpreters. | ||
:In the command manual we only details those commands added to Tcl for finite element programming. | :In the command manual we only details those commands added to Tcl for finite element programming. | ||
*< | *<h4>[[Getting Started with OpenSees]] </h4> | ||
*< | *<h4>[[OpenSees Examples Manual -- Structural Models & Analyses]]</h4> | ||
:The OpenSees [http://opensees.berkeley.edu/OpenSees/manuals/ExamplesManual/HTML/ Examples Manual ] contains examples on how to create models and perform simulations on those models. | :The OpenSees [http://opensees.berkeley.edu/OpenSees/manuals/ExamplesManual/HTML/ Examples Manual ] contains examples on how to create models and perform simulations on those models. | ||
:It has examples ranging from simple single element linear models to complex 3d nonlinear fiber models. | :It has examples ranging from simple single element linear models to complex 3d nonlinear fiber models. | ||
:These examples are intended only to show the usage of the commands available in OpenSees. They are not necessarily examples showing the best of practice. | :These examples are intended only to show the usage of the commands available in OpenSees. They are not necessarily examples showing the best of practice. | ||
*< | *<h4>[[OpenSees User-Requirements Document]]</h4> | ||
== Practical Examples == | == Practical Examples == |
Revision as of 19:14, 30 November 2009
Introduction
OpenSees User pages are intended for users of the OpenSees applications
- OpenSees.exe
- OpenSeesSP.exe
- OpenSeesMP.exe
These applications are all interpreters which interpret input written in an extended form of the Tcl programming language. The extensions to the Tcl language are for finite element analysis using the classes provided for in the OpenSees Framework.
User Documentation
- The OpenSees Command Manual is now in wiki form. Users and code developers are encouraged to add and correct the manual as the see fit.
- The Command Manual details those new commands that have been added to Tcl by the OpenSees interpreters.
- In the command manual we only details those commands added to Tcl for finite element programming.
- The OpenSees Examples Manual contains examples on how to create models and perform simulations on those models.
- It has examples ranging from simple single element linear models to complex 3d nonlinear fiber models.
- These examples are intended only to show the usage of the commands available in OpenSees. They are not necessarily examples showing the best of practice.