chtMultiRegionSimpleFoam: revert change to hEqn to support liquids
This commit is contained in:
parent
a926a8a97d
commit
2d2d8d4081
@ -5,8 +5,8 @@
|
||||
- fvm::Sp(fvc::div(phi), h)
|
||||
- fvm::laplacian(turb.alphaEff(), h)
|
||||
==
|
||||
fvc::div(phi/fvc::interpolate(rho), rho/psi, "div(U,p)")
|
||||
- (rho/psi)*fvc::div(phi/fvc::interpolate(rho))
|
||||
fvc::div(phi/fvc::interpolate(rho), p, "div(U,p)")
|
||||
- p*fvc::div(phi/fvc::interpolate(rho))
|
||||
+ rad.Sh(thermo)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user