Closed singhgp4321 closed 1 year ago
@lindsayad @cticenhour For some reason the concentration profile does not evolve with time. The solution is incorrect. Do you have any insight?
@singhgp4321 I'm going to be on vacation for the next two and a half weeks. There's a good chance I won't be able to look at this until I'm back. Sorry for the delay!
@singhgp4321 sorry it took me so long to get around to this. Please see the commit I just pushed. I think things look pretty good now
Job Documentation on 05732ba wanted to post the following:
View the site here
This comment will be updated on new commits.
@cticenhour
@cticenhour @lindsayad Tests with threads and parallel are failing due to csvdiff. I've tried tightening the nl_rel_tol but that does not work.
@cticenhour from the call today it sounded like you were looking into this. If I understood wrong, I can take a look tomorrow
I was able to duplicate the issue on moosebuild, and think I have some things to try tomorrow. Might reach out if I get stuck.
@singhgp4321 why did you choose the point that you did for the postprocessor?
It's possible that the PointValue
postprocessor is not robust when the length scale is as small as it is in this test. For instance I had to make sure to match IDs instead of performing geometric topology based matching with Exodiff
because it complained that the element centroids were so close together there were multiple matches. Anyway with my added commit, serial, parallel, and threads are passing for me locally. We'll see what CIVET says
Sorry for this delayed response.
@lindsayad That particular point was chosen based on the documentation for TMAP4 or TMAP7: they used that point for verification and I tried to be consistent with them. Thanks for fixing the issue.
12