summaryrefslogtreecommitdiff
path: root/3814/CH1/EX1.5/Ex1_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3814/CH1/EX1.5/Ex1_5.sce')
-rw-r--r--3814/CH1/EX1.5/Ex1_5.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3814/CH1/EX1.5/Ex1_5.sce b/3814/CH1/EX1.5/Ex1_5.sce
new file mode 100644
index 000000000..dcd63700f
--- /dev/null
+++ b/3814/CH1/EX1.5/Ex1_5.sce
@@ -0,0 +1,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)