Steel

class compas_fea.structure.Steel(name, fy=355, fu=None, eu=20, E=210, v=0.3, p=7850)[source]

Bases: compas_fea.structure.material.Material

Bi-linear steel with given yield stress.

Parameters
  • name (str) – Material name.

  • fy (float) – Yield stress [MPa].

  • fu (float) – Ultimate stress [MPa].

  • eu (float) – Ultimate strain [%].

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

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

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