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
3fd6abf8
Commit
3fd6abf8
authored
Dec 05, 2012
by
andy
Browse files
ENH: Updated simpleFoam sources hook for relativeFlux
parent
1faed70c
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/simpleFoam/pEqn.H
View file @
3fd6abf8
...
...
@@ -7,6 +7,8 @@
surfaceScalarField
phiHbyA
(
"phiHbyA"
,
fvc
::
interpolate
(
HbyA
)
&
mesh
.
Sf
());
adjustPhi
(
phiHbyA
,
U
,
p
);
sources
.
relativeFlux
(
phiHbyA
);
// Non-orthogonal pressure corrector loop
while
(
simple
.
correctNonOrthogonal
())
{
...
...
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