Skip to content
Snippets Groups Projects
Commit 84f64b31 authored by mattijs's avatar mattijs
Browse files

BUG: chtMultiRegionSimpleFoam: fvOptions incorrect sign

parent 6bdc55c8
Branches
Tags
No related merge requests found
......@@ -6,7 +6,8 @@
thermo.isotropic()
? -fvm::laplacian(betav*thermo.alpha(), h, "laplacian(alpha,h)")
: -fvm::laplacian(betav*tAnialpha(), h, "laplacian(alpha,h)")
+ fvOptions(rho, h)
==
fvOptions(rho, h)
);
hEqn.relax();
......
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