diff options
Diffstat (limited to '797/CH2/EX2.6.e/2_06_example.sci')
-rw-r--r-- | 797/CH2/EX2.6.e/2_06_example.sci | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/797/CH2/EX2.6.e/2_06_example.sci b/797/CH2/EX2.6.e/2_06_example.sci new file mode 100644 index 000000000..b22e19d35 --- /dev/null +++ b/797/CH2/EX2.6.e/2_06_example.sci @@ -0,0 +1,7 @@ +//Example 2-6 The Capillary Rise of Water in Tube +D = 0.6 //diameter of glass tube [mm] +T = 20 //temperature of water [degree C] +sigma_s = 0.073 //surface tension of water at 20C [N/m] +rho = 1000 //density of water [kg/m^3] +g = 9.81 //gravitational acceleration [m/s^2] +phi = 0 //contact angle for water and glass [degree]
\ No newline at end of file |