diff options
Diffstat (limited to '896/CH18/EX18.4')
-rwxr-xr-x | 896/CH18/EX18.4/4.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/896/CH18/EX18.4/4.sce b/896/CH18/EX18.4/4.sce new file mode 100755 index 000000000..b1f365447 --- /dev/null +++ b/896/CH18/EX18.4/4.sce @@ -0,0 +1,7 @@ +clc
+//Example 18.4
+//Calculate the Kolmogorov scale
+v=1.613*10^(-4)//ft^2/s
+eta=0.21//ft^2/s^3
+kolmogorov_scale=(v^3/eta)^0.25//ft
+printf("The Kolmogorov scale is %f ft",kolmogorov_scale);
\ No newline at end of file |