eurocode_column_checker
Check axial column buckling per Eurocode for steel and concrete columns. Returns critical load, slenderness, reduction factor, resistance, and utilization.
Instructions
Eurocode axial column buckling check (steel EC3 6.3.1 flexural buckling / RC EC2 5.8 simplified). Returns Ncr, non-dimensional slenderness, reduction factor chi, NRd and utilisation. Indicative, not a stamped design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Steel section key, e.g. UC203x203x46 (steel only) | |
| depth_mm | No | RC column depth h (mm), concrete only | |
| material | Yes | Section material | |
| width_mm | No | RC column width b (mm), concrete only | |
| axial_load_kn | Yes | Design axial load NEd (kN) | |
| buckling_curve | No | EC3 buckling curve (steel only) | |
| eccentricity_mm | No | Load eccentricity (mm), optional | |
| reinforcement_pct | No | RC reinforcement ratio % (concrete only) | |
| effective_length_m | Yes | Effective (buckling) length Lcr (m) |