File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -264,11 +264,12 @@ $$S$$ is a generic source term, and the convective and viscous fluxes are
264264
265265$$ \bar{F}^{c}(V) = \left\{\begin{array}{c} \rho Y_1 \bar{v} \\ ... \\\rho Y_{N-1} \, \bar{v} \end{array} \right\} $$
266266
267- $$ \bar{F}^{v}(V,\nabla V) = \left\{\begin{array}{c} D \nabla Y_{1} \\ ... \\ D \nabla Y_{N-1} \end{array} \right\} $$
267+ $$ \bar{F}^{v}(V,\nabla V) = \left\{\begin{array}{c} \rho D \nabla Y_{1} \\ ... \\ \rho D \nabla Y_{N-1} \end{array} \right\} $$
268268
269269with $$ D $$ $$ [m^2/s] $$ being the mass diffusion.
270+ For turbulence modeling, the diffusion coefficient becomes:
270271
271- $$ D = D_{lam} + \frac{\mu_T}{Sc_{T}} $$
272+ $$ \rho D = \rho D_{lam} + \frac{\mu_T}{Sc_{T}}$$
272273
273274where $$ \mu_T $$ is the eddy viscosity and $$ Sc_{T} $$ $$ [-] $$ the turbulent Schmidt number.
274275
You can’t perform that action at this time.
0 commit comments