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: ElasticModelBase

Elastic model implementation for design class tr_post18_dch.

This class extends ElasticModelBase by narrowing the attribute types and overriding analyze_for_all method.

Variables:
  • beams (List[Beam]) – List of beam objects of the building.

  • columns (List[Column]) – List of column objects of the building.

  • OVERSTRENGTH_FACTOR (float) – Overstrength factor for buildings with high ductility.

Parameters:

See also

ElasticModelBase

Base 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.

beams: List[Beam]
columns: List[Column]
OVERSTRENGTH_FACTOR: float = 3.0
analyze_for_all()[source]

Analyze the building and store element forces for all load cases and combinations.