Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
title: Column Buckling Euler
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Column Buckling — Euler Elastic (Rectangular)
|
| 3 |
+
emoji: 🏗️
|
| 4 |
+
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Column Buckling Calculator — Euler Elastic (Rectangular Section)
|
| 13 |
+
|
| 14 |
+
A Gradio app that computes the **Euler critical load** about both principal axes for a **rectangular column**, reports the **governing axis**, **slenderness**, **FoS**, and a clear verdict — with a step-by-step arithmetic printout you can read like engineering notes.
|
| 15 |
+
|
| 16 |
+
## Run locally
|
| 17 |
+
```bash
|
| 18 |
+
pip install -r requirements.txt
|
| 19 |
+
python app.py
|
| 20 |
+
```
|
| 21 |
+
|
| 22 |
+
## Notes
|
| 23 |
+
- Elastic Euler only (no Johnson/inelastic, no eccentricity/imperfection) — for teaching & study.
|