OpenSees User: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
These applications are all [http://en.wikipedia.org/wiki/Interpreter_(computing) interpreters] which interpret input written in an extended form of the [http://en.wikipedia.org/wiki/Tcl Tcl] [http://en.wikipedia.org/wiki/Programming_language programming language]. The extensions to the Tcl language are for finite element analysis using the classes provided for in the [[OpenSees Framework]].
These applications are all [http://en.wikipedia.org/wiki/Interpreter_(computing) interpreters] which interpret input written in an extended form of the [http://en.wikipedia.org/wiki/Tcl Tcl] [http://en.wikipedia.org/wiki/Programming_language programming language]. The extensions to the Tcl language are for finite element analysis using the classes provided for in the [[OpenSees Framework]].


 
== User Documentation ==
== [[Command Manual]] ==
*[[Command Manual]]  
 
: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.


== Examples Manual ==
*[[Examples Manual]]
 
: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. 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.
: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.


== Practical Examples ==
== Practical Examples ==

Revision as of 18:41, 9 November 2009


OpenSees User pages are intended for users of the OpenSees applications

  1. OpenSees.exe
  2. OpenSeesSP.exe
  3. 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.

Practical Examples

Simulating a Centrifuge Test

How Tos

Message Board

Download