Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
fbee36db
Commit
fbee36db
authored
Feb 19, 2014
by
andy
Committed by
Andrew Heather
Feb 19, 2014
Browse files
BUG: chtMultiRegionSimpleFoam - solveSolid error due to incorrect scoping - mantis
#1163
parent
433c4521
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/solid/solveSolid.H
View file @
fbee36db
...
...
@@ -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
)
);
...
...
Write
Preview
Supports
Markdown
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