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:
InfillBaseMasonry infill wall implementation for the
CP01model.This class extends
InfillBasewith the material modelling strategy utilised in ESRM20 for the struts.See also
InfillBaseInfill class definition extended by this class.
- Parameters:
design (InfillBase)
strut1_nodes (List[Node])
strut2_nodes (List[Node])