summaryrefslogtreecommitdiff
path: root/1364/CH6/EX6.2.1/6_2_1.sce
blob: 22642d6d4c99e8a90f9a5aeb0d3325312ec09a63 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
w= 0.0764 //lbf/ft^3
u= 88 //ft/sec
g= 32.2 //ft/sec^2
//CALCULATIONS
q= w*u^2/(2*g)
//RESULTS
printf (' dynamic pressure of air = %.2f lbf/ft^2',q)