-
Notifications
You must be signed in to change notification settings - Fork 21
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 verification case val-2d #204
Conversation
@simopier I just completed the validation case val-2d. Just let me know if you have any suggestions! BTW, the running time of the validation case is still around 9s after I optimized the mesh and time steps. I will continue to find a way to lower the running time, and please let me know if you have any suggestions for that. |
Job Documentation, step Sync to remote on 8f5c856 wanted to post the following: View the site here This comment will be updated on new commits. |
add91f2
to
2fd23dd
Compare
@simopier I found a issue on the RMSPE calculation in val-2d, so I fix it in the latest commits. However, the PR met an "TIMEOUT" error from "ver-1c" during the "Test Debug" check. Do I need to do something for "ver-1c" or leave it alone? |
Definitely leave it alone here. |
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.
Thank you for this contribution, @lin-yang-ly! Let me know if you have any questions.
64194a8
to
c87a3a1
Compare
@simopier I updated the heavy tests with coarser mesh to avoid the "heavy test issue" and the RMSPE don't have much difference. Right now, We can use time_step_interval of 20 instead of a strange large number. Also, I clean the commits history and it is ready for review! |
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.
Some more comments, the main one being that the current TMAP8 results do not look that great, maybe the time step is too large.
- add input and gold files for model - add documentation - add python script (Ref. idaholab#203)
update csv file update tests
Co-authored-by: Pierre-Clement Simon <[email protected]>
Co-authored-by: Pierre-Clement Simon <[email protected]>
021112d
to
0d37827
Compare
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.
An additional comment, and some older comments that were not fully addressed.
Co-authored-by: Pierre-Clement Simon <[email protected]>
@simopier I have lowered the tolerance to 8e-9 from 1e-6. Further reducing the tolerance could increase the coarse simulation running time to over 3 seconds. |
956e9a1
to
8f5c856
Compare
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.
Looks good to me, thank you very much for your contribution, @lin-yang-ly!
(Ref. #12)
(Close. #203)