Skip to content
Snippets Groups Projects
Commit 2d2d8d40 authored by Henry's avatar Henry
Browse files

chtMultiRegionSimpleFoam: revert change to hEqn to support liquids

parent a926a8a9
Branches
Tags
No related merge requests found
......@@ -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)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment