diff options
Diffstat (limited to '797/CH3/EX3.13.e/3_13_example.sci')
-rw-r--r-- | 797/CH3/EX3.13.e/3_13_example.sci | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/797/CH3/EX3.13.e/3_13_example.sci b/797/CH3/EX3.13.e/3_13_example.sci new file mode 100644 index 000000000..5598e99a6 --- /dev/null +++ b/797/CH3/EX3.13.e/3_13_example.sci @@ -0,0 +1,6 @@ +//Example 3-13 Rising of Liquid During Rotation +D = 20 //diameter of cylinder [cm] +H = 60 //height of cylinder [cm] +h_0 = 50 //height of liquid in the container [cm] +rho = 850 //density of liquid in the container [kg/m^3] +g = 9.81 //gravitaional acceleration [m/s^2] |