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
576a226d
Commit
576a226d
authored
Dec 21, 2017
by
sergio
Browse files
BUG: Correcting HbyA constrain with cellMask in pEq.H
parent
bd181f9a
Changes
1
Show whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/pimpleFoam/overPimpleDyMFoam/pEqn.H
View file @
576a226d
...
...
@@ -20,7 +20,7 @@ surfaceScalarField faceMask(localMin<scalar>(mesh).interpolate(cellMask));
surfaceScalarField
rAUf
(
"rAUf"
,
faceMask
*
fvc
::
interpolate
(
rAU
));
volVectorField
HbyA
(
"HbyA"
,
U
);
HbyA
=
constrainHbyA
(
rAU
*
UEqn
.
H
(),
U
,
p
);
HbyA
=
constrainHbyA
(
cellMask
*
rAU
*
UEqn
.
H
(),
U
,
p
);
//mesh.interpolate(HbyA);
if
(
massFluxInterpolation
)
...
...
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