simdesign.rcmrf.bdim.tr_0018_dch.analysis
This module provides the class implementation representing the elastic
numerical model used in the BDIM layer for the tr_0018_dch design class.
- class simdesign.rcmrf.bdim.tr_0018_dch.analysis.ElasticModel(beams, columns, loads, geometry, beta)[source]
Bases:
ElasticModelBaseElastic model implementation for design class
tr_0018_dch.This class extends
ElasticModelBaseby narrowing the attribute types.- Variables:
- Parameters:
beams (List[Beam])
columns (List[Column])
loads (LoadsBase)
geometry (GeometryBase)
beta (float)
See also
ElasticModelBaseBase class defining the core behaviour and configuration.