diff options
Diffstat (limited to '3428/CH22/EX14.22.7/Ex14_22_7.sce')
-rw-r--r-- | 3428/CH22/EX14.22.7/Ex14_22_7.sce | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/3428/CH22/EX14.22.7/Ex14_22_7.sce b/3428/CH22/EX14.22.7/Ex14_22_7.sce index e8d88c9e5..2e2eb1cff 100644 --- a/3428/CH22/EX14.22.7/Ex14_22_7.sce +++ b/3428/CH22/EX14.22.7/Ex14_22_7.sce @@ -1,10 +1,10 @@ //Section-14,Example-1,Page no.-PC.59
//To calculate coefficient of viscosity of experimental liquid.
//(n_1/n_2)=(t_1*d_1)/(t_2*d_2)
-n_2=1 //Coefficient of viscosity of reference liquid.
-t_1=45.32 //t_1and t_2 (times of flow)
-t_2=65.66
-d_1=0.8 //d_1 and d_2 (densities)
-d_2=1.0
+n_2=1 //Coefficient of viscosity of reference liquid (centipoise)
+t_1=45.32 //t_1and t_2 (times of flow) (s)
+t_2=65.66 //(s)
+d_1=0.8 //d_1 and d_2 (densities)(g/cm^3)
+d_2=1.0 //(g/cm^3)
n_1=((n_2*t_1*d_1)/(t_2*d_2))
disp(n_1,'Coefficient of viscosity of experimental liquid(centipoise)')
|