idaholab / TMAP8

Tritium Migration Analysis Program, Version 8
https://mooseframework.inl.gov/TMAP8/
GNU Lesser General Public License v2.1
14 stars 17 forks source link

Ver-1c case issues #120

Closed chaibhave closed 4 months ago

chaibhave commented 4 months ago

Bug Description

  1. Python script uses a CSV file with analytical solution instead of directly solving the analytical expression.
  2. Use of HYPRE BOOMERAMG solver in the MOOSE input file is likely the cause of this test failing the parallel run tests as noted in #112
  3. Currently the only test on this case is an exodiff, we should have a CSVdiff and Python script test as well.
  4. Minor formatting fixes needed in documentation
  5. Analytical solution is different between TMAP4 and TMAP7
  6. TMAP4 and TMAP7 use different locations for verification test.

Impact

Improve the quality, reliability and transparency of TMAP8 verification cases.