SteelStrand#

class concreteproperties.material.SteelStrand(name: str, density: float, stress_strain_profile: StrandProfile, colour: str, prestress_stress: float = 0)[source]#

Bases: Steel

Class for a steel strand material.

This steel strand material is treated as a lumped circular mass with a constant strain.

Note

A StrandProfile must be used if using a SteelStrand object.

Note

The strand is assumed to be bonded to the concrete.

Parameters:

Methods

get_prestress_strain

Returns the prestress strain.

get_prestress_stress

Returns the prestress stress.

Attributes

meshed

prestress_stress

name

density

stress_strain_profile

colour

get_prestress_stress() float[source]#

Returns the prestress stress.

Returns:

Prestress stress

Return type:

float

get_prestress_strain() float[source]#

Returns the prestress strain.

Returns:

Prestress strain

Return type:

float