[Transport] Note required correction velocity for unity Lewis transport
This commit is contained in:
parent
3c3ef10f93
commit
d4492f3ea3
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue