ConcreteSmearedCrack

class compas_fea.structure.ConcreteSmearedCrack(name, E, v, p, fc, ec, ft, et, fr=[1.16, 0.0836])[source]

Bases: compas_fea.structure.material.Material

Elastic and plastic, cracking concrete material.

Parameters
  • name (str) – Material name.

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

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

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

  • fc (list) – Plastic stress data in compression [Pa].

  • ec (list) – Plastic strain data in compression [-].

  • ft (list) – Plastic stress data in tension [-].

  • et (list) – Plastic strain data in tension [-].

  • fr (list) – Failure ratios.