BuildingTcl: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


'''BuildingTcl:'''
'''BuildingTcl:'''
Generate building-model data
- High-level scripting tool
Generate analysis-model data
- Generate building-model data
Generate loading and load-combination data
-- Materials
Generate OpenSees model of building
-- Sections
Perform OpenSees numerical simulations
-- Element Types
Post-Process OpenSees recorder output into formatted data
-- Analysis Models
This library of procedures can be used within the OpenSees.exe or OpenSeesTk.exe programs
-- 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
 


'''BuildingTclViewer:'''
'''BuildingTclViewer:'''
View the model/analysis/loading data generated by BuildingTcl
- Graphical User Interface (GUI) for BuildingTcl
View structural model graphically
- generate and/or visualize ALL BuildingTcl input graphically
Perform numerical simulations using OpenSees interactively
- Save ALL input into BuildingTcl script
Monitor OpenSees simulation real-time
- Perform numerical simulations using OpenSees interactively
Pause and/or stop OpenSees analysis real-time
- Visualize OpenSees simulation real-time
View simulation results interactively
- Pause and/or stop OpenSees analysis real-time
This library of procedures can be used within the OpenSeesTk.exe program.
- Visualize simulation results interactively
- Export simulation results
 


[Tcl] is the scripting language used by OpenSees.exe. It runs on Windows, Unix and Macintosh platforms.
[Tcl] is the scripting language used by OpenSees.exe. It runs on Windows, Unix and Macintosh platforms.

Revision as of 18:42, 27 October 2009

Introduction

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.


BuildingTcl: - 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


BuildingTclViewer: - 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


[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.


Installation Instructions