Material.uniElastoPlastic

From Nemesis
(Difference between revisions)
Jump to: navigation, search
 
m (Syntax)
 
Line 19: Line 19:
 
|nu      || Poisson's ratio              ||align="center"| float    ||align="center"|0.
 
|nu      || Poisson's ratio              ||align="center"| float    ||align="center"|0.
 
|-
 
|-
|rho    || density                     ||align="center"| float    ||align="center"|0.
+
|rho    || Density                     ||align="center"| float    ||align="center"|0.
 
|-
 
|-
|aT      || thermal coefficient          ||align="center"| float    ||align="center"|0.
+
|aT      || Thermal coefficient          ||align="center"| float    ||align="center"|0.
 
|-
 
|-
|sy      || yield stress                ||align="center"| float    ||align="center"|0.
+
|sy      || Yield stress                ||align="center"| float    ||align="center"|0.
 
|-
 
|-
 
|Hiso    || Isotropic hardening nodulus  ||align="center"| float    ||align="center"|0.
 
|Hiso    || Isotropic hardening nodulus  ||align="center"| float    ||align="center"|0.

Latest revision as of 21:01, 20 January 2008

The following article describes the use of the material.uniElastoPlastic command. This command defines a uniaxial elastoplastic material.

Contents

[edit] Syntax

material.uniElastoPlastic(id,E,|nu,|rho,|aT,|sy,|Hiso,|Hkin,|eta)

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.
sy Yield stress float 0.
Hiso Isotropic hardening nodulus float 0.
Hkin Kinematic hardening nodulus float 0.
eta Viscocity parameter float 0.

[edit] Examples

Create a uniaxial elastoplastic material.

 material.uniElastoPlastic(2, 1000., 0.2, 20., 1e-4, 1500., 500., 500., 1e6)

[edit] Comments

[edit] See also

Personal tools