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
5a3dfc60
Commit
5a3dfc60
authored
Dec 21, 2017
by
sergio
Browse files
BUG: Adding cellMask to constrainHbyA in pEq.H
parent
576a226d
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/compressible/rhoPimpleFoam/overRhoPimpleDyMFoam/pEqn.H
View file @
5a3dfc60
...
...
@@ -8,7 +8,7 @@ surfaceScalarField faceMask(localMin<scalar>(mesh).interpolate(cellMask));
volScalarField
rAU
(
1
.
0
/
UEqn
.
A
());
surfaceScalarField
rhorAUf
(
"rhorAUf"
,
faceMask
*
fvc
::
interpolate
(
rho
*
rAU
));
volVectorField
HbyA
(
"HbyA"
,
U
);
HbyA
=
constrainHbyA
(
rAU
*
UEqn
.
H
(),
U
,
p
);
HbyA
=
constrainHbyA
(
cellMask
*
rAU
*
UEqn
.
H
(),
U
,
p
);
if
(
pimple
.
nCorrPISO
()
<=
1
)
{
...
...
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