diff options
Diffstat (limited to '548/CH5/EX5.04')
-rwxr-xr-x | 548/CH5/EX5.04/5_04.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/548/CH5/EX5.04/5_04.sce b/548/CH5/EX5.04/5_04.sce new file mode 100755 index 000000000..29758bbf1 --- /dev/null +++ b/548/CH5/EX5.04/5_04.sce @@ -0,0 +1,6 @@ +pathname=get_absolute_file_path('5_04.sce')
+filename=pathname+filesep()+'5_04data.sci'
+exec(filename)
+Cp=(P1-P)/q;disp(Cp,"Cp=","Cp=(P1-P)/q","pressure coefficient Cp :")
+printf("\Answer:\n")
+printf("\n\pressure coefficient : %f \n\n",Cp)
\ No newline at end of file |