BuildingTcl -- addMaterial: MaterialModelLabel Elastic

From OpenSeesWiki
Revision as of 20:45, 2 November 2009 by Silviamazzoni (talk | contribs)
Jump to navigation Jump to search

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 Material


BuildingTcl -- addMaterial

Return to BuildingTcl Command Language Manual