simdesign.rcmrf.bdim.eu_cdl.rebars

This module provides the rebars class implementation representing the detailing of structural members for the``eu_cdl`` design class in the BDIM layer.

class simdesign.rcmrf.bdim.eu_cdl.rebars.Rebars[source]

Bases: RebarsBase

Rebars implementation for design class eu_cdl.

This class extends RebarsBase by providing the detailing rules appropriate for the eu_cdl design class.

Variables:
  • concrete (Concrete) – Concrete material instance considered in design of beams and columns.

  • steel (Steel) – Steel material instance considered in design of beams and columns.

  • _data_path (Path | str) – Path to the json file containing rebar data.

See also

RebarsBase

Base class defining the core behaviour and configuration.

concrete: Concrete
steel: Steel