blob: 7db8f189668dc39fdaa024722c13b537ed189c8e (
plain)
1
2
3
4
5
6
7
|
//Example 2-5 Determining the Viscosity of Fluid
L = 40 //length of viscometer [cm]
l = 0.15 //gap between two cylinders [cm]
d_o = 12 //outer diameter of inner cylinder [cm]
ndot = 300 //rotational speed of inner cylinder [rpm]
T = 1.8 //torque required to move cylinder [N.m]
|