Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

incompressible fluid solver: add pisoTol setting to fvSchemes/PIMPLE #261

Merged
merged 1 commit into from
Apr 25, 2016

Conversation

davidsblom
Copy link
Owner

The maximum number of PISO correctors is set by nCorrectors, the tolerance
threashold pisoTol is used to perform a variable number of PISO correctors
for efficiency.
The pisoTol should only be decreased in case of instability problems. The
tolerance setting specificies to what level the non-linear equations are
solved.

Fixes #256

…ixes #256)

The maximum number of PISO correctors is set by nCorrectors, the tolerance
threashold pisoTol is used to perform a variable number of PISO correctors
for efficiency.
The pisoTol should only be decreased in case of instability problems. The
tolerance setting specificies to what level the non-linear equations are
solved.
@davidsblom davidsblom merged commit ad71fb5 into master Apr 25, 2016
@davidsblom davidsblom deleted the iss-256 branch April 25, 2016 10:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant