george2cool36 commited on
Commit
a953a4c
Β·
verified Β·
1 Parent(s): 224524c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,12 +1,26 @@
1
  ---
2
- title: Combined Loading Circular
3
- emoji: πŸ“‰
4
- colorFrom: blue
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.49.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Combined Loading β€” Circular (Solid/Hollow)
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
+ # Combined Loading Calculator β€” Circular (Solid/Hollow)
13
+
14
+ Computes **axial + bending + torsion** stresses for circular sections (solid/hollow):
15
+ - normal stress at the outer fiber, shear from torsion, **von Mises** equivalent, and **FoS** vs. yield.
16
+ - explicit arithmetic shown (with `*`) so students can **see the math**.
17
+
18
+ ## Run locally
19
+ ```bash
20
+ pip install -r requirements.txt
21
+ python app.py
22
+ ```
23
+
24
+ ## Notes
25
+ - LLM is optional; app falls back to a deterministic one-liner if Transformers/Torch aren't available.
26
+ - Educational demo; ignores stress concentrations, transverse shear, and buckling.