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
These solvers call method_compute_timestep to get the intiial timestep for the initial iterations, but this doesn't have the safety checks that the main compute_timestep provides -- should they call the main version?
Also, since the pressure is lagged as p^{n-1/2}, is there a correction needed to account for the fact that dt is not the same between the previous step as it is for the next? (sources don't seem to deal with this)
The text was updated successfully, but these errors were encountered:
These solvers call
method_compute_timestep
to get the intiial timestep for the initial iterations, but this doesn't have the safety checks that the maincompute_timestep
provides -- should they call the main version?Also, since the pressure is lagged as p^{n-1/2}, is there a correction needed to account for the fact that dt is not the same between the previous step as it is for the next? (sources don't seem to deal with this)
The text was updated successfully, but these errors were encountered: