[Doc] Fix notation for mixture-averaged diffusion coefficient

Flame equations are formulated using Dkm *prime* (Eq. 12.180 from Kee et al),
not plain Dkm (Eq. 12.178).
This commit is contained in:
Ray Speth 2018-05-15 10:28:54 -04:00
parent 172e9ffead
commit df6ecb101b

View file

@ -96,11 +96,11 @@ formulation is used, the calculation performed is:
.. math::
j_k^* = \rho \frac{W_k}{\overline{W}} D_{k,m} \frac{\partial X_k}{\partial z}
j_k^* = \rho \frac{W_k}{\overline{W}} D_{km}^\prime \frac{\partial X_k}{\partial z}
j_k = j_k^* - Y_k \sum_i j_i^*
where `\overline{W}` is the mean molecular weight of the mixture, `D_{k,m}` is the
where `\overline{W}` is the mean molecular weight of the mixture, `D_{km}^\prime` is the
mixture-averaged diffusion coefficient for species `k`, and `X_k` is the mole
fraction for species `k`. The diffusion coefficients used here are those
computed by the method :ct:`GasTransport::getMixDiffCoeffs`. The correction