You are on page 1of 2

Program Propeller_Mounting

Step 1 [start]

Step 2 [input value of T]

read T as Propeller Thrust

Step 3 [determine whether the given number is positive or negative]

if (T > 0) then

go to step 4

else

if (T < 0) then

go to step 6

else

exit

end if

Step 4 [input the value of T, cA, ce, Q, A, f, ]

read T as Propeller Thrust


read cA as Coefficient of shrink joints
read ce as ice class reinforcement factor
read Q as peripheral force at mean taper diameter
read A as effective area of a shrink fit
read f as factor
𝐶
read  as as half-conicity 2

Step 5 [calculate the value of PE]

PE = (sqrt(^2+T^2*f*( cA^2*ce^6*Q^2+T^2))-*T)/(A*f)

write Pressure per unit area (PE)

go to step 8

Step 6 [input the value of µo, S, ]

read µo as coefficient of static friction


read S as safety margin against propeller slipping on cone
𝐶
read  as half-conicity
2
Step 7 [calculate the value of f]

f = ((µo/S)^2)-^2

write factor

go to step 8

Step 8 [finished]

Stop

You might also like