Fix writing out and testing Concentration. - #642
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #642 +/- ##
=======================================
Coverage 73.41% 73.41%
=======================================
Files 269 269
Lines 40337 40337
Branches 6755 6753 -2
=======================================
Hits 29612 29612
Misses 10482 10482
Partials 243 243 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
kko27
left a comment
There was a problem hiding this comment.
Approved! I did have two comments.
- Is there documentation for setting up simulations that involve scalar transport? I did not realize that there was a nuance of creating an Alias output type (to rename temperature as concentration).
- Where does the reference solution for this test case come from?
|
@kko27 There is some basic documentation for the The reference solution is from rerunning the simulation with the updated solver.xml file. |
This is also my bad. Originally I added the |
|
I think the CI failures result from the field |
…put-Concentration_638
|
@zasexton Thanks for reminding me about this! I did add a new reference solution file for test_dye_AD but it seems that it did not get merged correctly. |
…thub.com/ktbolt/svMultiPhysics into dye_AD-does-not-output-Concentration_638
This fixes writing Concentration data and updates the CI test to check those results. #638.