[Transport] Note required correction velocity for unity Lewis transport

This commit is contained in:
Ray Speth 2018-06-06 23:45:34 -04:00
parent 3c3ef10f93
commit d4492f3ea3

View file

@ -42,6 +42,13 @@ public:
* D^\prime_{km} = \frac{\lambda}{\rho c_p}
* \f]
*
* In order to obtain the expected behavior from a unity Lewis number model,
* this formulation requires that the correction velocity be computed as
*
* \f[
* V_c = \sum \frac{W_k}{\overline{W}} D^\prime_{km} \nabla X_k
* \f]
*
* @param[out] d Vector of diffusion coefficients for each species (m^2/s).
* length m_nsp.
*/