BuildingTcl -- addMaterial: MaterialModelLabel Elastic: Difference between revisions
Jump to navigation
Jump to search
(Created page with '__NOTOC__ link=BuildingTcl|right ==Commands == :addMaterialData MaterialLabel $MaterialLabel :addMaterialData MaterialModelLabel Elastic :addMateri…') |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
:addMaterialData E $E | :addMaterialData E $E | ||
:<addMaterialData MaterialDescription $MaterialDescription > | :<addMaterialData MaterialDescription $MaterialDescription > | ||
:<addMaterialData WeightDensity $WeightDensity> | :<addMaterialData WeightDensity $WeightDensity> | ||
:'''addMaterial''' | :'''addMaterial''' | ||
Line 29: | Line 29: | ||
== OpenSees Object == | == OpenSees Object == | ||
This MaterialModel is based on the OpenSees [[Elastic Material]] | This MaterialModel is based on the OpenSees [[Elastic Uniaxial Material]] | ||
---- | ---- |
Latest revision as of 21:13, 2 November 2009
Commands
- addMaterialData MaterialLabel $MaterialLabel
- addMaterialData MaterialModelLabel Elastic
- addMaterialData E $E
- <addMaterialData MaterialDescription $MaterialDescription >
- <addMaterialData WeightDensity $WeightDensity>
- addMaterial
Arguments
- $MaterialLabel
- Unique Material Label for reference
- $E
- Elastic Modulus
- $MaterialDescription
- Text. Optional, default = blank {}
- $WeightDensity
- Volumetric Weight Density of Material. Used to calculated section WeightDensity: sectionWeightDensity=$materialWeightDensity*SectionArea. Optional, default = 0.
- NOT IMPLEMENTED IN CURRENT VERSION
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
OpenSees Object
This MaterialModel is based on the OpenSees Elastic Uniaxial Material
Return to BuildingTcl Command Language Manual