diff options
Diffstat (limited to '2513/CH14/EX14.10/14_10.sce')
-rwxr-xr-x | 2513/CH14/EX14.10/14_10.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/2513/CH14/EX14.10/14_10.sce b/2513/CH14/EX14.10/14_10.sce new file mode 100755 index 000000000..fcd89b02c --- /dev/null +++ b/2513/CH14/EX14.10/14_10.sce @@ -0,0 +1,17 @@ +clc
+//initialisation of variables
+Q1=30//cfs
+Q2=16//cfs
+a=32//sq ft
+r=1.6//ft
+i=10^-4//ft
+n=1.25*10^-2//ft
+h2=0.50//ft
+c=3.33//ft
+h1=5.20//ft
+l=72//ft
+s=12320//ft
+//CALCULATIONS
+L=s-l//ft
+//RESULTS
+printf('the forchheimer s methos =% f ft',L)
|