Fix miscellaneous documentation typos

This commit is contained in:
Ray Speth
2025-09-08 07:38:44 -05:00
committed by Ingmar Schoegl
parent 72d21e1c7f
commit 0c561b64ea
8 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -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)