concreteproperties.material.Steel#
- class Steel(name: str, density: float, stress_strain_profile: SteelProfile, colour: str)[source]#
Bases:
object
Class for a steel material.
- Parameters
name (str) – Steel material name
density (float) – Steel density (mass per unit volume)
stress_strain_profile – Ultimate steel stress-strain profile
colour (str) – Colour of the material for rendering
Methods
Attributes
name
density
stress_strain_profile
colour