Concrete

class compas_fea.structure.Concrete(name, fck, v=0.2, p=2400, fr=None)[source]

Bases: compas_fea.structure.material.Material

Elastic and plastic-cracking Eurocode based concrete material.

Parameters
  • name (str) – Material name.

  • fck (float) – Characteristic (5%) 28 day cylinder strength [MPa].

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

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

  • fr (list) – Failure ratios.

Notes

  • The concrete model is based on Eurocode 2 up to fck=90 MPa.