Example 1.4-1 The viscosity of CO2 at 200, 300, and 800K at 1 atm.
Using start301 in Matlab to get:
Here are your compounds' formulae and names:
No. Formula Name
----------------------------------------
1 CO2 carbon dioxide
Here are your reactions:
----------------------------------------
No reactions given
>>Tdeg
Tdeg =
K
>>mucalc(200)
ans =
1.0137e-05 <- with SI units kg/m/s
>>mucalc(300)
ans =
1.4937e-05
>>mucalc(800)
ans =
3.2691e-05
Using Maple to change units:
> restart;
> mu200:=1.0137e-5*kg/m/s;mu300:=1.4937e-5*kg/m/s;mu800:=3.2691e-5*kg/m/s;
> kg:=1000*g;m:=100*cm;
> mu200;mu300;mu800;
![[Maple Math]](images/ex1413.gif)