diff options
Diffstat (limited to '548/CH4/EX4.22/4_22.sce')
-rwxr-xr-x | 548/CH4/EX4.22/4_22.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/548/CH4/EX4.22/4_22.sce b/548/CH4/EX4.22/4_22.sce new file mode 100755 index 000000000..130e026dd --- /dev/null +++ b/548/CH4/EX4.22/4_22.sce @@ -0,0 +1,9 @@ +pathname=get_absolute_file_path('4_22.sce')
+filename=pathname+filesep()+'4_22data.sci'
+exec(filename)
+Ve=Ae*Me;disp(Ve,"Ve=","velocity at exit Ve=Ae*Me")
+Mt=Dt*At*Vt;disp(Mt,"Mt=Dt*At*Vt","mass flow through nozzle Mt")
+printf("\Answer:\n")
+printf("\n\Velocity at exit: %f m/s\n\n",Ve)
+printf("\n\mass flow through nozzle: %f Kg/m^3\n\n",Mt)
+
|