Small Logo

Dusan Biocanin MSc in Civil Engineering

CID - Column Interaction Diagram

Language:C# & WPF

Purpose:Dimensioning of columns subjected to biaxial bending and axial force

CID (Column Interaction Diagram) was coded in C# using Visual Studio and XAML. It was designed as a response to approximate dimensioning methods for biaxial bending with normal force, suggested by Eurocode and other standards. After encountering a few dimensioning problems with huge biaxial moments involved, I started thinking about more accurate calculation methods that would provide better insight in column bearing capacity.

CID

CID is composed of several modules. The one considering input data is responsive – user is required to choose number of bars and section dimensions, which is followed by optimum bar placement with the respect of spacing regulations. I found this module very helpful since user can monitor reinforcement parameters and adjust bar disposition interactively.

Algorithm is based on variations of neutral line position. User can define angular and orthogonal iteration step. For every neutral line position, bearing capacity of both concrete and bars is calculated. Those internal force triplets (F, Mx, My) form data collection drawn in charts. User is expected to enter design normal force before calculation start in order to be able to visually examine possible moment pairs in the results module.

Precision of this process lays in treating every bar individually without any grouping or other assumptions. CID offers holistic approach in dimensioning columns, giving the engineer opportunity to optimize his design more intuitively.

Copyright © 2016 Axis Design & Tashen All rights reserved.