BuildingTcl -- addModel: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
==Commands ==
==Commands ==


:addModelData ModelLabel $ModelLabel
:addModelData ModelModelLabel $ModelModelLabel
:addModelData $RequiredArgument1Label $RequiredArgument1Value
:addModelData $RequiredArgument2Label $RequiredArgument2Value
:…
:<addModelData $InputArgument1Label $InputArgument1Value>
:<addModelData $InputArgument2Label $InputArgument2Value>
:…
:'''addModel'''


==Arguments ==


==Arguments ==
*'''$ModelLabel''': Unique Model Label for reference
 
*'''$ModelModelLabel''': Specifies which ModelModel is being used.


*'''$RequiredArgument1Label $RequiredArgument1Value ...''' :Labels and corresponding values for ModelModel-specific required argument.


*'''$InputArgument1Label $InputArgument1Value …''' : Labels and corresponding values for ModelModel-specific Input Arguments (Optional)




==Notes ==
==Notes ==


*The addModel command must be placed at the end of each Model-data definition, as it takes all data defined since the last addModel command and define the Model.
The addModel command must be placed at the end of each Model-data definition, as it takes all data defined since the last addModel command and define the Model.




Line 18: Line 32:
==Options ==
==Options ==


* [[BuildingTcl -- ]]
* [[BuildingTcl -- ModelModelLabel]]





Revision as of 19:08, 30 October 2009

Commands

addModelData ModelLabel $ModelLabel
addModelData ModelModelLabel $ModelModelLabel
addModelData $RequiredArgument1Label $RequiredArgument1Value
addModelData $RequiredArgument2Label $RequiredArgument2Value
<addModelData $InputArgument1Label $InputArgument1Value>
<addModelData $InputArgument2Label $InputArgument2Value>
addModel

Arguments

  • $ModelLabel: Unique Model Label for reference
  • $ModelModelLabel: Specifies which ModelModel is being used.
  • $RequiredArgument1Label $RequiredArgument1Value ... :Labels and corresponding values for ModelModel-specific required argument.
  • $InputArgument1Label $InputArgument1Value … : Labels and corresponding values for ModelModel-specific Input Arguments (Optional)


Notes

The addModel command must be placed at the end of each Model-data definition, as it takes all data defined since the last addModel command and define the Model.


Options




BuildingTcl -- BuildAndAnalyze

Return to BuildingTcl Command Language Manual