Material.uniElastic
From Nemesis
(Difference between revisions)
m (→Syntax) |
|||
| Line 17: | Line 17: | ||
|E || Young's modulus ||align="center"| float ||align="center"|- | |E || Young's modulus ||align="center"| float ||align="center"|- | ||
|- | |- | ||
| − | |nu || Poisson's ratio ||align="center"| float ||align="center"| | + | |nu || Poisson's ratio ||align="center"| float ||align="center"|0. |
|- | |- | ||
| − | |rho || density ||align="center"| float ||align="center"| | + | |rho || density ||align="center"| float ||align="center"|0. |
|- | |- | ||
| − | |aT || thermal coefficient ||align="center"| float ||align="center"| | + | |aT || thermal coefficient ||align="center"| float ||align="center"|0. |
|} | |} | ||
Latest revision as of 15:04, 29 January 2007
The following article describes the use of the material.uniElastic command. This command defines a uniaxial elastic material.
Contents |
[edit] Syntax
material.uniElastic(id,E,|nu,|rho,|aT)
where
| Parameter | description | type | default |
|---|---|---|---|
| id | The material id | integer | - |
| E | Young's modulus | float | - |
| nu | Poisson's ratio | float | 0. |
| rho | density | float | 0. |
| aT | thermal coefficient | float | 0. |
[edit] Examples
Create a uniaxial elastic material for a bar element.
material.uniElastic(2, 1000.)
Create a uniaxial elastic material for a Timoshenko beam element.
material.uniElastic(4, 1000., 0.25, 25., 1e-4)
[edit] Comments
[edit] See also
- material module.
- User guide.