concreteproperties.material.Material#

class Material(name, density, stress_strain_profile, colour, meshed)[source]#

Bases: object

Generic class for a concreteproperties material.

Parameters
  • name (str) – Material name

  • density (float) – Material density (mass per unit volume)

  • stress_strain_profile (StressStrainProfile) – Material stress-strain profile

  • colour (str) – Colour of the material for rendering

  • meshed (bool) – If set to True, the entire material region is meshed; if set to False, the material region is treated as a lumped circular mass at its centroid

Methods

Attributes

name

density

stress_strain_profile

colour

meshed