mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: chtMultiRegionSimpleFoam: fvOptions incorrect sign
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user