summaryrefslogtreecommitdiff
path: root/1052/CH33/EX33.7/337.sce
blob: cf4c1e150574de1607171d345f30deba54f7a2a7 (plain)
1
2
3
4
5
6
7
8
9
10
clc;
//Example 33.7
//page no 531
printf("Example 33.7 page no 531\n\n");
//blood flowing through the arota
D=2.5//diameter of arota
S=%pi*D^2/4//cross sectional area,cm^2
q=93.3//volumeric flow rate,cm^3/s
v=q/S//flow velocity
printf("\n flow velocity v=%f cm/s",v);