Skip to content
Snippets Groups Projects
Commit fbee36db authored by andy's avatar andy Committed by Andrew Heather
Browse files

BUG: chtMultiRegionSimpleFoam - solveSolid error due to incorrect scoping - mantis #1163

parent 433c4521
Branches
Tags
No related merge requests found
......@@ -3,9 +3,11 @@
{
fvScalarMatrix hEqn
(
thermo.isotropic()
? -fvm::laplacian(betav*thermo.alpha(), h, "laplacian(alpha,h)")
: -fvm::laplacian(betav*tAnialpha(), h, "laplacian(alpha,h)")
(
thermo.isotropic()
? -fvm::laplacian(betav*thermo.alpha(), h, "laplacian(alpha,h)")
: -fvm::laplacian(betav*tAnialpha(), h, "laplacian(alpha,h)")
)
==
fvOptions(rho, h)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment