Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
2d2d8d40
Commit
2d2d8d40
authored
Aug 01, 2011
by
Henry
Browse files
chtMultiRegionSimpleFoam: revert change to hEqn to support liquids
parent
a926a8a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/fluid/hEqn.H
View file @
2d2d8d40
...
...
@@ -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
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment