You are on page 1of 2

Assumed Design Parameters

A1 := 0.010
h := 0.12

A2 := 0.0012

t := 0.003

A := 2 A1 + 2 A2

b1 := 0.125

b2 := 0.330

c := .22

Vy := 1000

Mx := 70000

My := 10000

A = 0.022

Applied Loads
Vx := 200

2 A1 b1 + 2 A2 ( b1 + b2)

xc :=

Centroid location

Mz := 1000

xc = 0.16

X and Y coordinates of stringers


x1 := xc b1

x1 = 0.035

y1 := h

y1 = 0.12

x2 := xc b1

x2 = 0.035

y2 := h

y2 = 0.12

x3 := xc b1 b2

x3 = 0.295

y3 := h

y3 = 0.12

x4 := xc b1 b2

x4 = 0.295

y4 := h

y4 = 0.12

Moments of Inertia
2

Ix = 3.226 10

Iy = 2.334 10

Ix := 2 A1 y2 + 2 A2 y3
Iy := 2 A1 x2 + 2 A2 x4

4
4

Compute area of each cell


Aa := h b1

Ab := 2 h b2

Aa = 0.015

Ab = 0.0792
q0 := 0

Assign guess values for q's

q1 := 0

q2 := 0

Solve Block to solve the linear system of equations


Given
q2 q1 =

Vy

q0 q3 =

Vy

1
Ab

Ix

Ix

q1 2 h
t

A1 ( 0.1) +

Vx

A2 ( 0.2) +

q2 b2
t

Iy

A1 x1

Vx
Iy

A2 x3

q3 2 h
t

1 q0 c 2
q2 2 h
+
=

t
Aa t

Mz Vx h q3 2 h b2 q2 b2 2 h = 0
ans := Find( q0 , q1 , q2 , q3)

The solution is stored in this array

4.65 103

4
2.203 10

ans =

4
1.863 10
5.697 103

q3 := 0

Move the array values back to simple variables


q0 := ans

q1 := ans

q0 = 4.65 10

q2 := ans

q1 = 2.203 10

q3 := ans

q2 = 1.863 10

q3 = 5.697 10

You might also like