BuildingTcl: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 106: Line 106:
|-
|-
| style="color:#000;" | <div style="padding:2px 5px">
| style="color:#000;" | <div style="padding:2px 5px">
* [[BuildingTcl & BuildingTclViewer Installation Instructions]]
* [[BuildingTcl Documentation]]
* [[BuildingTcl Documentation]]
** [[BuildingTcl Installation Instructions]]
** [[Getting Started with BuildingTcl]]
** [[Getting Started with BuildingTcl]]
** [[BuildingTcl Command Language Manual]]
** [[BuildingTcl Command Language Manual]]

Revision as of 17:56, 8 November 2009


Introduction

BuildingTcl is a library of Tcl procedures (commands) used to build a database for numerical simulation of building frames. Structural materials, sections, elements, models, analyses, loads and load combinations created in this database. Structural models can be Elevations, Plans, or 3DModels, which combine elevations and plans. Procedures are included to perform the numerical simulation using OpenSees. The OpenSees recorder data is post-processed into more accessible format.

BuildingTclViewer is a Tcl/Tk widget (program) that provides a graphical user interface to create the BuildingTcl database interactively, run the numerical simulations using OpenSees interactively, and view the results interactively.

The user can

  • build a simulation-model library via scripting modules or interactively
  • run simulations via scripting modules or interactively
  • visualize real-time structural response during numerical simulation
  • visualize results interactively.


While BuildingTcl and BuildingTclViewer were developed on a Windows platform, they can be made to work on other platforms, even Mac.


Objectives

  • Generate numerical-simulation input in a manner consistent with architectural/structural drawings
  • Create a database of all structure and simulation data
  • The implementation of OpenSees to do the analysis is natural here, but not restrictive
  • Be able to run on a number of platforms, just as OpenSees can

  • High-level scripting tool
  • Generate building-model data
Materials
Sections
Element Types
Analysis Models
Loads (Gravity & Lateral)
Load Combinations
Models
Elevations
Plan
3D Frames
  • Generate analysis-model data
  • Generate loading and load-combination data
  • Create OpenSees model of building
  • Perform OpenSees numerical simulations
  • Post-Process OpenSees recorder output into formatted data
  • Generate OpenSees input files

  • Graphical User Interface (GUI) for BuildingTcl
  • Generate and/or visualize ALL BuildingTcl input graphically
  • Save ALL input into BuildingTcl script
  • Perform numerical simulations using OpenSees interactively
  • Visualize OpenSees simulation real-time
  • Pause and/or stop OpenSees analysis real-time
  • Visualize simulation results interactively
  • Export simulation results

Documentation

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

Download from NEESforge