Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenFOAM-plus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Development
OpenFOAM-plus
Commits
034afbe7
Commit
034afbe7
authored
8 years ago
by
Henry Weller
Committed by
Andrew Heather
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
pimpleControl: Corrected handling of finalInnerIter()
parent
130af9ef
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!144
Integration openfoam.org
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControlI.H
+1
-2
1 addition, 2 deletions
...ls/general/solutionControl/pimpleControl/pimpleControlI.H
with
1 addition
and
2 deletions
src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControlI.H
+
1
−
2
View file @
034afbe7
...
@@ -92,8 +92,7 @@ inline bool Foam::pimpleControl::finalIter() const
...
@@ -92,8 +92,7 @@ inline bool Foam::pimpleControl::finalIter() const
inline
bool
Foam
::
pimpleControl
::
finalInnerIter
()
const
inline
bool
Foam
::
pimpleControl
::
finalInnerIter
()
const
{
{
return
return
finalIter
()
corrPISO_
==
nCorrPISO_
&&
corrPISO_
==
nCorrPISO_
&&
corrNonOrtho_
==
nNonOrthCorr_
+
1
;
&&
corrNonOrtho_
==
nNonOrthCorr_
+
1
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Bas Nieuwboer
@bjnieuwboer
mentioned in issue
#786 (closed)
·
7 years ago
mentioned in issue
#786 (closed)
mentioned in issue #786
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment