BuildingTcl -- addAnalysisModel: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 32: Line 32:
==Notes ==
==Notes ==


The addAnalysisModel command must be placed at the end of each Analysis-data definition, as it takes all data defined since the last addAnalysisModel command and define the Analysis.
#The addAnalysisModel command must be placed at the end of each Analysis-data definition, as it takes all data defined since the last addAnalysisModel command and define the Analysis.
The addAnalysisModel command is optional because the default AnalysisModels available are sufficient.
 
#The addAnalysisModel command is optional because the default AnalysisModels available are sufficient.





Revision as of 00:20, 5 November 2009

Commands

addAnalysisModelData AnalysisModelLabel $AnalysisModelLabel
addAnalysisModelData AnalysisTypeLabel $AnalysisTypeLabel
addAnalysisModelData $RequiredArgument1Label $RequiredArgument1Value
addAnalysisModelData $RequiredArgument2Label $RequiredArgument2Value
<addAnalysisModelData $InputArgument1Label $InputArgument1Value>
<addAnalysisModelData $InputArgument2Label $InputArgument2Value>
addAnalysisModel

Different AnalysisTypes have different input arguments:


Arguments

$AnalysisModelLabel
Unique Analysis Label for reference
$AnalysisTypeLabel
Specifies which AnalysisType is being used.
$RequiredArgument1Label $RequiredArgument1Value ...
Labels and corresponding values for AnalysisType-specific required argument.
$InputArgument1Label $InputArgument1Value …
Labels and corresponding values for AnalysisType-specific Input Arguments (Optional)


Notes

  1. The addAnalysisModel command must be placed at the end of each Analysis-data definition, as it takes all data defined since the last addAnalysisModel command and define the Analysis.
  1. The addAnalysisModel command is optional because the default AnalysisModels available are sufficient.


Options

Examples




BuildingTcl -- addLoad

Return to BuildingTcl Command Language Manual