summaryrefslogtreecommitdiff
path: root/797/CH11/EX11.3e/11_03_example.sci
diff options
context:
space:
mode:
Diffstat (limited to '797/CH11/EX11.3e/11_03_example.sci')
-rw-r--r--797/CH11/EX11.3e/11_03_example.sci7
1 files changed, 7 insertions, 0 deletions
diff --git a/797/CH11/EX11.3e/11_03_example.sci b/797/CH11/EX11.3e/11_03_example.sci
new file mode 100644
index 000000000..bf1d6f6a8
--- /dev/null
+++ b/797/CH11/EX11.3e/11_03_example.sci
@@ -0,0 +1,7 @@
+//Example 11-3 Flow of Hot Oil over a Flat Plate
+T = 40 //temperature of hot oil [C]
+L = 5 //length of flat plate [m]
+V = 2 //free stream velocity of oil [m/s]
+rho = 876 //density of oil at 40 C [kg/m^3]
+nu = 2.485 * 10**-4 //kinematic viscosity of oil at 40 C [m^2/s]
+Re_cr = 5 * 10**5 //critical Reynold's number