blob: 5598e99a6ceb6ae1ad8acbd94f8e19fb7c37c114 (
plain)
1
2
3
4
5
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]
|