Getting Started with OpenSees -- Run OpenSees: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with 'There are three ways that OpenSees/Tcl commands can be executed: <h2>Interactive</h2> Commands can be input directly at the propt, as shown in the figure (Win32 version): <h…')
 
No edit summary
Line 14: Line 14:
<h2>Batch Mode</h2>
<h2>Batch Mode</h2>
The previously-created input file containing the Tcl script commands necessary to execute the analsis can also be executed at the MS-DOS/Unix prompt, as shown in the figure (Win32 version):
The previously-created input file containing the Tcl script commands necessary to execute the analsis can also be executed at the MS-DOS/Unix prompt, as shown in the figure (Win32 version):
----
Return to [[Getting Started with OpenSees]]

Revision as of 22:47, 25 November 2009

There are three ways that OpenSees/Tcl commands can be executed:

Interactive

Commands can be input directly at the propt, as shown in the figure (Win32 version):



Execute Input File at OpenSees prompt

This method is the most-commonly used one. An external file containing the input commands can be generated a-priori (inputFile.tcl) and be executed at the OpenSees prompt by using the source command. The generation of the input script files is presented in this chapter. The file execution is shown in the figure (Win32 version):


Batch Mode

The previously-created input file containing the Tcl script commands necessary to execute the analsis can also be executed at the MS-DOS/Unix prompt, as shown in the figure (Win32 version):




Return to Getting Started with OpenSees