BuildingTcl: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<big> | |||
'''BuildingTcl''' is a library of Tcl procedures (commands) used to build a database for numerical simulation of building frames. Structural model, loading and analysis data are included in this database. Additional procedures are available to perform the numerical simulation using OpenSees. | |||
'''BuildingTclViewer''' is a Tcl/Tk widget (program) that provides a graphical user interface to view the BuildingTcl database, run the numerical simulations using OpenSees interactively, and view the results interactively.* Generate numerical-simulation input in a manner consistent with architectural/structural drawings | |||
</big> | |||
<!-- TODAY'S FEATURED PICTURE --> | <!-- TODAY'S FEATURED PICTURE --> | ||
{| id="mp-tfp" style="margin:4px 0 0 0; width:100%; background:none;" | {| id="mp-tfp" style="margin:4px 0 0 0; width:100%; background:none;" | ||
Line 12: | Line 15: | ||
|- | |- | ||
| style="color:#000;padding: 2px" | | | style="color:#000;padding: 2px" | | ||
* Create a database of all structure and simulation data | * Create a database of all structure and simulation data | ||
* The implementation of OpenSees to do the analysis is natural here, but not restrictive | * The implementation of OpenSees to do the analysis is natural here, but not restrictive | ||
Line 81: | Line 81: | ||
|} | |} | ||
|} | |} | ||
Revision as of 21:16, 4 November 2009
BuildingTcl is a library of Tcl procedures (commands) used to build a database for numerical simulation of building frames. Structural model, loading and analysis data are included in this database. Additional procedures are available to perform the numerical simulation using OpenSees.
BuildingTclViewer is a Tcl/Tk widget (program) that provides a graphical user interface to view the BuildingTcl database, run the numerical simulations using OpenSees interactively, and view the results interactively.* Generate numerical-simulation input in a manner consistent with architectural/structural drawings
|
Tcl/Tk:
- Tcl is the scripting language used by OpenSees.exe. It runs on Windows, Unix and Macintosh platforms.
- Tk is the graphical user interface toolkit associated with Tcl.
- Tcl/Tk Commands
Documentation
- BuildingTcl Installation Instructions
- Getting Started with BuildingTcl
- BuildingTcl Command Language Manual
Resources
- Official BuildingTcl Web Site
- Download from NEESforge