Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_An_Uncompleted_Case #91

Open
saeedmahdavy opened this issue Nov 11, 2023 · 1 comment
Open

run_An_Uncompleted_Case #91

saeedmahdavy opened this issue Nov 11, 2023 · 1 comment
Labels
bug Something isn't working Next version

Comments

@saeedmahdavy
Copy link

Computer may crash sometime. phasicFlow can continue to run, but there is a minor problem. Assume your base case run is for 120 s and the computer crashes in the 5 s. The starTime in the settingsDict must change to the last time of the previous run (in this case the last time is 5). However this change cannot run the simulation. An additional adjustment should be considered. The startTime in the particleInsertion must change to the last time of the previous run to continue running (in this example 5 s).

@hamidrezanorouzi hamidrezanorouzi added bug Something isn't working Next version labels Nov 13, 2023
@PhasicFlow
Copy link
Owner

In version (1.x), the particle insertion dictionary is transferred to time folders. So, program can track the particle insertion progress and save the latest status of particle insertion in the time folders. So, if you terminate execution and want to resume the simulation from latest time of simulation, particle insertion also resumes from the latest time and not adjustment need to be done in particleInsertionDict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Next version
Projects
None yet
Development

No branches or pull requests

3 participants