ElasticPlastic

class compas_fea.structure.ElasticPlastic(name, E, v, p, f, e)[source]

Bases: compas_fea.structure.material.Material

Elastic and plastic, isotropic and homogeneous material.

Parameters
  • name (str) – Material name.

  • E (float) – Young’s modulus E [Pa].

  • v (float) – Poisson’s ratio v [-].

  • p (float) – Density [kg/m3].

  • f (list) – Plastic stress data (positive tension values) [Pa].

  • e (list) – Plastic strain data (positive tension values) [-].

Notes

  • Plastic stress–strain pairs applies to both compression and tension.