Skip to content
Snippets Groups Projects
Commit 1d14951b authored by henry's avatar henry
Browse files

Added turbulent diffusivity.

parent 88ea18c3
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
(
fvm::ddt(alpha1)
+ fvm::div(phi, alpha1)
- fvm::laplacian(Dab, alpha1)
- fvm::laplacian(turbulence->nut() + Dab, alpha1)
);
alpha1Eqn.solve();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment