BUG: chtMultiRegionSimpleFoam: fvOptions incorrect sign

This commit is contained in:
mattijs
2013-11-28 14:36:51 +00:00
parent 6bdc55c825
commit 84f64b3175

View File

@ -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();