mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-19 01:14:44 -05:00
Fix miscellaneous documentation typos
This commit is contained in:
committed by
Ingmar Schoegl
parent
72d21e1c7f
commit
0c561b64ea
@@ -37,7 +37,7 @@ f.show()
|
||||
# Solve with mixture-averaged transport model
|
||||
f.transport_model = 'mixture-averaged'
|
||||
# Compute diffusive fluxes using a mass fraction-based gradient ("mass")
|
||||
# or mole fracion-based gradient ("mole", default)
|
||||
# or mole fraction-based gradient ("mole", default)
|
||||
f.flux_gradient_basis = "mass" # only relevant for mixture-averaged model
|
||||
f.solve(loglevel=loglevel, auto=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user