simdesign.rcmrf.bdim.tr_post18_dch.analysis
This module provides the class implementation representing the elastic
numerical model used in the BDIM layer for the tr_post18_dch design class.
- class simdesign.rcmrf.bdim.tr_post18_dch.analysis.ElasticModel(beams, columns, loads, geometry, beta)[source]
Bases:
ElasticModelBaseElastic model implementation for design class
tr_post18_dch.This class extends
ElasticModelBaseby narrowing the attribute types and overridinganalyze_for_allmethod.- Variables:
- Parameters:
beams (List[Beam])
columns (List[Column])
loads (LoadsBase)
geometry (GeometryBase)
beta (float)
See also
ElasticModelBaseBase class defining the core behaviour and configuration.
Notes
Overrides
analyze_for_all()method to include an overstrength factor of 3, which is the value for RCMRF buildings with high ductility in the case of DTS1 and DTS2.- OVERSTRENGTH_FACTOR: float = 3.0