diff options
Diffstat (limited to '2666/CH8/EX8.4/8_4.sce')
-rwxr-xr-x | 2666/CH8/EX8.4/8_4.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2666/CH8/EX8.4/8_4.sce b/2666/CH8/EX8.4/8_4.sce new file mode 100755 index 000000000..b44c712b5 --- /dev/null +++ b/2666/CH8/EX8.4/8_4.sce @@ -0,0 +1,15 @@ +clc
+//initialisation of variables
+v=0.7//percent
+p=250//psia
+p1=0.50//percent
+h=(%pi/4)*(13.1)^2*(16.4/1728)//cu ft
+g=0.090//ft
+p2=1.8438//cu ft
+//CALCULATIONS
+W=v*h//cu ft
+V=g+h//cu ft
+V1=g+p1*h//cu ft
+H=V1/p2//lb
+//RESULTS
+printf('the specific volume of dry =% f lb',H)
|