simdesign.rcmrf.bdim.tr_7599.analysis

This module provides the class implementation representing the elastic numerical model used in the BDIM layer for the tr_7599 design class.

class simdesign.rcmrf.bdim.tr_7599.analysis.ElasticModel(beams, columns, loads, geometry, beta)[source]

Bases: ElasticModelBase

Elastic model implementation for design class tr_7599.

This class extends ElasticModelBase by narrowing the attribute types.

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

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

Parameters:

See also

ElasticModelBase

Base class defining the core behaviour and configuration.

beams: List[Beam]
columns: List[Column]