Fixed typo.

This commit is contained in:
Harry Moffat 2006-04-30 21:37:47 +00:00
parent 43d38e47ba
commit a4d26314e3

View file

@ -17,7 +17,7 @@ for n in range (20):
x[ih] /= 1.4
g.setState_TPX(t, p, x)
# integrate the coverage equations to steady state
d.advanceCoverags(100.0)
d.advanceCoverages(100.0)
cdot = d.netProductionRates(phase = dbulk) [0] #net rate of C(d production /m^2
mdot = mw * cdot
linear_rate = mdot/dbulk.density()