summaryrefslogtreecommitdiff
path: root/3814/CH1/EX1.5/Ex1_5.sce
blob: dcd63700f112f335561616e451160093c060856c (plain)
1
2
3
4
5
6
// to calculate pressure of air at the nozzle
clc
R=1e-3 // radius in meter
sigma= 72.7e-3// N/m
p=(2*sigma)/R
mprintf('\n Excess pressure p= %f N/m2',p)