Fixed typo.
This commit is contained in:
parent
43d38e47ba
commit
a4d26314e3
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ for n in range (20):
|
||||||
x[ih] /= 1.4
|
x[ih] /= 1.4
|
||||||
g.setState_TPX(t, p, x)
|
g.setState_TPX(t, p, x)
|
||||||
# integrate the coverage equations to steady state
|
# 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
|
cdot = d.netProductionRates(phase = dbulk) [0] #net rate of C(d production /m^2
|
||||||
mdot = mw * cdot
|
mdot = mw * cdot
|
||||||
linear_rate = mdot/dbulk.density()
|
linear_rate = mdot/dbulk.density()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue