Added turbulent diffusivity.

This commit is contained in:
henry
2009-05-29 09:32:32 +01:00
parent 88ea18c3a7
commit 1d14951bf5

View File

@ -3,7 +3,7 @@
( (
fvm::ddt(alpha1) fvm::ddt(alpha1)
+ fvm::div(phi, alpha1) + fvm::div(phi, alpha1)
- fvm::laplacian(Dab, alpha1) - fvm::laplacian(turbulence->nut() + Dab, alpha1)
); );
alpha1Eqn.solve(); alpha1Eqn.solve();