simdesign.rcmrf.bdim.eu_cdh.analysis
This module provides the class implementation representing the elastic
numerical model used in the BDIM layer for the eu_cdh design class.
- class simdesign.rcmrf.bdim.eu_cdh.analysis.ElasticModel(beams, columns, loads, geometry, beta)[source]
Bases:
ElasticModelBaseElastic model implementation for design class
eu_cdh.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.