-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add elastic-tube-1d watchpoint plot #438
Add elastic-tube-1d watchpoint plot #438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related to (or in the same context as) #426.
Still needs some rebasing, as it includes changes related to porting to v3.
f6f89f5
to
08e9163
Compare
I removed the run-all script and changed This omits the solver participant from the plots, but should be practical enough to detect problems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, but I have not tried if it works. Please also document the Solid participant used in the plot.
It's not possible to get the solid participant from the run files. So hard coding a name can easily become incorrect. Not sure how to solve this. |
You checked in a plot, which you generated after running some combinations, right? I am only asking that you document which Solid participant you used, nothing more. |
This PR is based on #434 and #435.
It adds a watchpoint at x=5 of the fluid solver as well as a plot of for pressure and diameter over all time steps.
Scripts run-all.sh and plot-all.sh generate this plot.