{% extends "base.html" %} {% block title %}ConcreteDesignPy - RC Design Calculators{% endblock %} {% block content %}
Open-source reinforced concrete design calculators based on NSCP 2015 and ACI 318-19
{{ calc.desc }}
{% endfor %}All calculators are available as JSON API endpoints. Send POST requests with JSON body:
| Endpoint | Description |
|---|---|
POST /api/beam/moment | Beam moment capacity |
POST /api/beam/shear | Beam shear design |
POST /api/beam/torsion | Beam torsion checks |
POST /api/beam/deflection | Beam deflection |
POST /api/column/interaction | P-M interaction diagram |
POST /api/column/flexural | Column flexural check |
POST /api/joint/shear | Joint shear verification |
POST /api/mander/confined | Mander confined concrete |
POST /api/section/development-length | Hook geometry |
POST /api/section/moment-curvature | Moment-curvature |
POST /api/section/rebar-layout | Rebar coordinates |
POST /api/section/alternative-inertia | Alternative Ie |