BUG: chtMultiRegionSimpleFoam - solveSolid error due to incorrect scoping - mantis #1163
This commit is contained in:
parent
a2aca34a63
commit
a3382af066
1 changed files with 5 additions and 3 deletions
|
|
@ -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)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue