simdesign.rcmrf.bdim.tr_post18_dcm.building

This module provides the Building Design Information Model (BDIM) implementation for the tr_post18_dcm design class.

class simdesign.rcmrf.bdim.tr_post18_dcm.building.Building(taxonomy)[source]

Bases: BuildingBase

BDIM implementation for design class tr_post18_dcm.

This class extends BuildingBase by narrowing the attribute types to the tr_post18_dcm implementations and overriding design class-specific methods.

Parameters:

taxonomy (TaxonomyData)

beams

List of beam instances.

Type:

List[Beam]

columns

List of column instances.

Type:

List[Column]

joints

List of joint instances.

Type:

List[Joint]

slabs

List of slab instances.

Type:

List[Slab]

stairs

List of stairs instances.

Type:

List[Stairs]

infills

List of infill wall instances.

Type:

List[Infill]

steel

Steel material instance used in the design of beams and columns.

Type:

Steel

concrete

Concrete material instance used in the design of beams and columns.

Type:

Concrete

loads

Loads instance used to apply building loads.

Type:

Loads

materials

Materials instance used to set building materials.

Type:

Materials

rebars

Rebars instance used to determine reinforcement arrangement.

Type:

Rebars

quality

Quality instance used to adjust properties of structural elements.

Type:

Quality

See also

BuildingBase

Base class defining the core behaviour and configuration.

Notes

  • Design follows limit state design approach.

  • Capacity design principle is followed (weak-beam strong-column).

  • Main reference building code is TBEC-2018 (high ductility class).

  • Basic units are kN, m, sec

  • Seismic load combinations are modified to include vertical loads effect.

  • Overrides _change_beam_type() method to update slab type together with beam type.

  • Overrides _set_maximum_column_dimensions() method to set design-class specific maximum column dimensions.

References

TBEC (2018). Deprem Etkisi Altında Binaların Tasarımı için Esaslar. Resmi Gazete, Türkiye.