BuildingTcl -- addMaterial: MaterialModelLabel Elastic: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
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



BuildingTcl -- addMaterial

Return to BuildingTcl Command Language Manual