Skip to content

Commit 3c2d392

Browse files
committed
added ansys bridge design activity
1 parent 7e0196f commit 3c2d392

1 file changed

Lines changed: 115 additions & 0 deletions

File tree

mee342_bridge_design.md

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
---
2+
layout: default
3+
title: MEE342 Bridge Design 2026
4+
---
5+
6+
# ANSYS Bridge Design Activity 2026
7+
8+
You will design a lightweight pedestrian bridge and verify it using **1 static** and **1 modal** analysis in ANSYS.
9+
10+
---
11+
12+
## 1. Model setup
13+
14+
### Element types
15+
- **Primary structure (truss/frame/bracing):** **BEAM188 only**
16+
- **Deck:** **SHELL181 only**
17+
18+
### Deck geometry
19+
- **Span:** 15.0 m
20+
- **Clear deck width:** 3.0 m
21+
- **Deck thickness:** **8 mm steel**
22+
23+
### Deck mesh
24+
- Shell element size: **0.25 m** across the deck
25+
26+
### Deck must be fully covered
27+
- The deck must be a **complete shell surface** covering the entire **15.0 m × 3.0 m** footprint (**no gaps/holes**).
28+
29+
---
30+
31+
## 2. Deck support and beam–deck connection
32+
33+
You must provide beams that actually support the deck. Most real bridges use interior support lines. You are encouraged to include beams that support the **central deck area**. When connecting beams and the deck, **use shared nodes (conformal connection), do not use contacts.**
34+
35+
### How to do it
36+
1. Create the deck shell surface (15.0 m × 3.0 m).
37+
2. **Mesh the deck first** (0.25 m size).
38+
3. Create your beam lines directly on the deck surface (beam centerlines lie in the same plane as the deck midsurface).
39+
4. Mesh the beams so **beam nodes coincide with deck shell nodes** along the support lines.
40+
41+
---
42+
43+
## 3. Beam-to-beam joints
44+
45+
If two beams meet or cross, they must be **connected**:
46+
- Ensure beam lines intersect and the mesh creates a **shared node** at the intersection.
47+
- Model joints as **fully connected (rigid/continuous) joints** by default.
48+
No special bolt/weld/pin flexibility modeling is required.
49+
50+
---
51+
52+
## 4. Design objective
53+
54+
**Minimize total mass** of the entire bridge (beams + deck).
55+
56+
---
57+
58+
## 5. Loads (apply to the deck shell top face)
59+
60+
Use global axes with **+Z upward**.
61+
62+
- **Gravity (self-weight): ON**
63+
- **Uniform pedestrian pressure:**
64+
\[
65+
q = 5.0\ \text{kN/m}^2 \quad \text{downward (−Z)}
66+
\]
67+
68+
---
69+
70+
## 6. Boundary conditions (supports)
71+
72+
Use **simply supported** conditions:
73+
74+
- **Left support (pin):** constrain \(U_x = U_y = U_z = 0\) at the left abutment end region.
75+
- **Right support (roller):** constrain \(U_y = U_z = 0\), allow \(U_x\).
76+
77+
> Apply constraints to a small set of end nodes/area—not a single node.
78+
79+
---
80+
81+
## 7. Material + performance limits (steel-only)
82+
83+
Assume **S275 steel**, yield strength \(f_y = 275\ \text{MPa}\).
84+
85+
Your design must satisfy all of the following:
86+
87+
1. **Strength (static):**
88+
89+
The maximum Von Mises stress must be no larger than 160MPa:
90+
\[
91+
\sigma_{vM,\max} \le 160\ \text{MPa}
92+
\]
93+
94+
2. **Deflection (static):**
95+
96+
The maximum deflection of the deck must be no larger than 37.5mm along Z-direction:
97+
\[
98+
\delta_{\max} \le \frac{L}{400} = 37.5\ \text{mm}
99+
\]
100+
101+
3. **Vibration (modal):**
102+
103+
The 1st natural frequency must be greater than 3Hz:
104+
\[
105+
f_{1,\text{vertical}} \ge 3.0\ \text{Hz}
106+
\]
107+
108+
---
109+
110+
## 8. What to submit
111+
112+
- A screenshot showing **full deck shell coverage** and **0.25 m mesh**.
113+
- Results table: **mass**, \(\sigma_{vM,\max}\), \(\delta_{\max}\), \(f_{1,\text{vertical}}\).
114+
- One plot of **deformed shape** and one plot of **von Mises stress**.
115+
- The standard model file (.stp) exported from ANSYS EnSight.

0 commit comments

Comments
 (0)