summaryrefslogtreecommitdiff
path: root/650/CH3/EX3.17/17.sce
blob: a1e907537251878cf79b9107341382b9d6fb94f1 (plain)
1
2
3
4
5
6
7
8
9
10
clc
u=1.5; // Ns/m^2
v=0.5; // m/s
H=0.02/2; // m

t=-u*3*v/H;
disp("The shear stress =")
disp(t)
disp("N/m^2")
disp("It acts in the opposite direction to the flow.")