From d4492f3ea39bb991f493407470b31b22e7ba8e42 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 6 Jun 2018 23:45:34 -0400 Subject: [PATCH] [Transport] Note required correction velocity for unity Lewis transport --- include/cantera/transport/UnityLewisTransport.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/cantera/transport/UnityLewisTransport.h b/include/cantera/transport/UnityLewisTransport.h index 6c8dfd448..e4f4c49f8 100644 --- a/include/cantera/transport/UnityLewisTransport.h +++ b/include/cantera/transport/UnityLewisTransport.h @@ -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. */