simdesign.rcmrf.bnsm.cp01.infill

This module provides the infill class implementation for the CP01 model in the BNSM layer.

simdesign.rcmrf.bnsm.cp01.infill.COEFFS = {'Medium': (-31.54, 41.17, 26.5), 'Strong': (-41.03, 55.07, 35.22), 'Weak': (-21.61, 27.92, 18.18)}

Regression coefficients fpc = (a0 + a1.L + a2.H). Based on the data obtained from the expressions in Hak et al. 2012.

class simdesign.rcmrf.bnsm.cp01.infill.Infill(design, strut1_nodes, strut2_nodes)[source]

Bases: InfillBase

Masonry infill wall implementation for the CP01 model.

This class extends InfillBase with the material modelling strategy utilised in ESRM20 for the struts.

See also

InfillBase

Infill class definition extended by this class.

Parameters: