BuildingTcl -- addMaterial: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
[[Image:BuildingTclLogo.gif|link=BuildingTcl|right]] | |||
==Commands == | ==Commands == | ||
Line 10: | Line 12: | ||
:… | :… | ||
:'''addMaterial''' | :'''addMaterial''' | ||
Different MaterialModels have different input arguments: | |||
:*[[BuildingTcl -- addMaterial: MaterialModelLabel Elastic]] | |||
:*[[BuildingTcl -- addMaterial: MaterialmodelLabel Steel]] | |||
:*[[BuildingTcl -- addMaterial: MaterialmodelLabel ConfinedConcrete]] | |||
:*[[BuildingTcl -- addMaterial: MaterialmodelLabel UnconfinedConcrete]] | |||
:*[[BuildingTcl -- addMaterial: MaterialmodelLabel TrilinearHysteretic]] | |||
:*[[BuildingTcl -- addMaterial: MaterialmodelLabel Steel02]] | |||
==Arguments == | ==Arguments == | ||
;$MaterialLabel : Unique Analysis Label for reference | |||
;$MaterialModelLabel : Specifies which MaterialModel is being used. | |||
;$RequiredArgument1Label $RequiredArgument1Value ... :Labels and corresponding values for MaterialModel-specific required argument. | |||
;$InputArgument1Label $InputArgument1Value … : Labels and corresponding values for MaterialModel-specific Input Arguments (Optional) | |||
==Notes == | ==Notes == | ||
The addMaterial command must be placed at the end of each | The addMaterial command must be placed at the end of each Material-data definition, as it takes all data defined since the last addMaterial command and define the Material. | ||
Line 30: | Line 40: | ||
==Options == | ==Options == | ||
== Examples == | |||
*[[BuildingTcl -- addMaterial Examples -- Reinforced-Concrete Materials]] | |||
*[[BuildingTcl -- addMaterial Examples -- Structural-Steel Materials]] | |||
---- | ---- | ||
[[BuildingTcl -- addSection]] | |||
[[ | Return to [[BuildingTcl Command Language Manual]] |
Latest revision as of 00:04, 5 November 2009
Commands
- addMaterialData MaterialLabel $MaterialLabel
- addMaterialData MaterialModelLabel $MaterialModelLabel
- addMaterialData $RequiredArgument1Label $RequiredArgument1Value
- addMaterialData $RequiredArgument2Label $RequiredArgument2Value
- …
- <addMaterialData $InputArgument1Label $InputArgument1Value>
- <addMaterialData $InputArgument2Label $InputArgument2Value>
- …
- addMaterial
Different MaterialModels have different input arguments:
- BuildingTcl -- addMaterial: MaterialModelLabel Elastic
- BuildingTcl -- addMaterial: MaterialmodelLabel Steel
- BuildingTcl -- addMaterial: MaterialmodelLabel ConfinedConcrete
- BuildingTcl -- addMaterial: MaterialmodelLabel UnconfinedConcrete
- BuildingTcl -- addMaterial: MaterialmodelLabel TrilinearHysteretic
- BuildingTcl -- addMaterial: MaterialmodelLabel Steel02
Arguments
- $MaterialLabel
- Unique Analysis Label for reference
- $MaterialModelLabel
- Specifies which MaterialModel is being used.
- $RequiredArgument1Label $RequiredArgument1Value ...
- Labels and corresponding values for MaterialModel-specific required argument.
- $InputArgument1Label $InputArgument1Value …
- Labels and corresponding values for MaterialModel-specific Input Arguments (Optional)
Notes
The addMaterial command must be placed at the end of each Material-data definition, as it takes all data defined since the last addMaterial command and define the Material.
Options
Examples
- BuildingTcl -- addMaterial Examples -- Reinforced-Concrete Materials
- BuildingTcl -- addMaterial Examples -- Structural-Steel Materials
Return to BuildingTcl Command Language Manual