You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2022. It is now read-only.
…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.
…ixes#256) (#261)
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We changed the threshold from 1e-02 to 1e-15 such that all nCoorector steps were used.
The text was updated successfully, but these errors were encountered: