mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added turbulent diffusivity.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
(
|
||||
fvm::ddt(alpha1)
|
||||
+ fvm::div(phi, alpha1)
|
||||
- fvm::laplacian(Dab, alpha1)
|
||||
- fvm::laplacian(turbulence->nut() + Dab, alpha1)
|
||||
);
|
||||
|
||||
alpha1Eqn.solve();
|
||||
|
||||
Reference in New Issue
Block a user