BuildingTcl: Difference between revisions
No edit summary |
No edit summary |
||
(101 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
<!-- INTRODUCTION --> | |||
{| style="width:100%; vertical-align:top; border:1px solid #black; background:#white;" | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
<big><big>Introduction</big></big></h1> | |||
|- | |||
| style="color:#000;" | <div style="padding:2px 5px"> | |||
'''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. | |||
BuildingTclViewer is a Tcl/Tk widget (program) that provides a graphical user interface to | |||
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. | |||
</div> | |||
|} | |||
<!-- OBJECTIVES --> | |||
{| style="width:100%; vertical-align:top; border:1px solid #black; background:#white;" | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
<big><big>Objectives</big></big></h1> | |||
|- | |||
| style="color:#000;" | <div style="padding:2px 5px"> | |||
* 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 | |||
</div> | |||
|} | |||
<!-- BUILDINGTCL AND BUILDINGTCLVIEWER --> | |||
{| style="margin:0; background:none;" | |||
| style="width:50%; border:1px solid #black; background:#white; vertical-align:top; color:#000;" | | |||
{| style="width:100%; vertical-align:top; background:#white;" | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
[[Image:BuildingTclLogo.gif|link=BuildingTcl Documentation]]</h1> | |||
|- | |||
| style="color:#000;" | <div style="padding:2px 5px"> | |||
*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 | |||
[[BuildingTcl Documentation | more ...]] | |||
</div> | |||
|- | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
</h1> | |||
|- | |||
| style="color:#000;padding:2px 5px 5px" | <div ></div> | |||
|} | |||
| style="border:1px solid transparent;" | | |||
<!-- BUILGINTCLVIEWER --> | |||
| style="width:50%; border:1px solid #black; background:#white; vertical-align:top;"| | |||
{| style="width:100%; vertical-align:top; background:#white;" | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
[[Image:BuildingTclViewerLogo.gif|link=BuildingTclViewer Documentation]]</h1> | |||
|- | |||
| style="color:#000;padding:2px 5px" | <div > | |||
*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 | |||
[[BuildingTclViewer Documentation | more ...]] | |||
</div> | |||
|- | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
</h1> | |||
|- | |||
| style="color:#000;padding:2px 5px 5px" | <div > | |||
</div> | |||
|} | |||
|} | |||
<!-- DOCUMENTATION & TCL/TK --> | |||
{| style="margin:0; background:none;" | |||
| style="width:50%; border:1px solid #black; background:#white; vertical-align:top; color:#000;" | | |||
{| style="width:100%; vertical-align:top; background:#white;" | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
<big><big>Documentation</big></big></h1> | |||
|- | |||
| style="color:#000;" | <div style="padding:2px 5px"> | |||
* [[BuildingTcl & BuildingTclViewer Installation Instructions]] | |||
* [[BuildingTcl & BuildingTclViewer -- How to Run]] | |||
* [[BuildingTcl Documentation]] | |||
** [[Getting Started with BuildingTcl]] | |||
** [[BuildingTcl Command Language Manual]] | |||
* [[BuildingTclViewer Documentation]] | |||
</div> | |||
|- | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
</h1> | |||
|- | |||
| style="color:#000;padding:2px 5px 5px" | <div ></div> | |||
|} | |||
| style="border:1px solid transparent;" | | |||
<!-- TCL/TK --> | |||
| style="width:50%; border:1px solid #black; background:#white; vertical-align:top;"| | |||
{| style="width:100%; vertical-align:top; background:#white;" | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
<big><big>Tcl/Tk</big></big></h1> | |||
|- | |||
| style="color:#000;padding:2px 5px" | <div > | |||
*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. | |||
*[http://www.tcl.tk/man/tcl8.5/TclCmd/contents.htm Tcl/Tk Commands] | |||
</div> | |||
|- | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
</h1> | |||
|- | |||
| style="color:#000;padding:2px 5px 5px" | <div > | |||
</div> | |||
|} | |||
|} | |||
<!-- DOWNLOAD --> | |||
{| style="width:100%; vertical-align:top; border:1px solid #black; background:#white;" | |||
! style="padding:2px" | <h1 style="margin:3px; background:white; font-size:120%; font-weight:bold; border:1px solid #black; text-align:left; color:#000; padding:0.2em 0.4em;"> | |||
<big><big>Download</big></big></h1> | |||
|- | |||
| style="color:#000;" | <div style="padding:2px 5px"> | |||
</div> | |||
|} | |||
The BuildingTcl software is now stored using Apache Subversion (SVN) software. SVN provides the means to store not only the current version of a piece of source code, | |||
but a record of all changes (and who | |||
made those changes) that have occurred to that source code. Use of SVN | |||
is particularly common on projects with multiple developers, since SVN | |||
ensures changes made by one developer are not accidentally removed when | |||
another developer posts their changes to the source tree. | |||
SVN Access | |||
This project can be checked out through anonymous access with the following command (use the dos prompt if | |||
on a windows machine). | |||
<PRE> | |||
svn co svn://opensees.berkeley.edu/usr/local/svn/BuildingTcl/trunk BuildingTcl | |||
</PRE> | |||
Users of Windows machines are encouraged to look at [http://tortoisesvn.tigris.org/ TortoiseSVN] |
Latest revision as of 20:00, 9 November 2010
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
While BuildingTcl and BuildingTclViewer were developed on a Windows platform, they can be made to work on other platforms, even Mac.
|
Objectives |
---|
|
|
|
Download |
---|
The BuildingTcl software is now stored using Apache Subversion (SVN) software. SVN provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of SVN is particularly common on projects with multiple developers, since SVN ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree.
SVN Access
This project can be checked out through anonymous access with the following command (use the dos prompt if on a windows machine).
svn co svn://opensees.berkeley.edu/usr/local/svn/BuildingTcl/trunk BuildingTcl
Users of Windows machines are encouraged to look at TortoiseSVN