idaholab / TMAP8

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

Issues with verification test 1.e #88

Closed chaibhave closed 5 months ago

chaibhave commented 7 months ago

Bug Description

  1. Poor solve parameters are causing oscillations in the output. This was also referenced by @RemDelaporteMathurin in #73.
  2. Vector postprocessor is commented out, but it is required by the Python script for checking steady state solution. Currently the input file will not produce the expected csv file name for the steady state solution verification.
  3. PostProcessor required by Python script is commented out too.
  4. Outputs block needs csv = True, currently it only outputs an exodus file.
  5. Python script uses an analytical solution CSV file instead of actually solving the analytical solution.

Impact

This verification test requires the user to make significant modifications to the MOOSE input file and potentially the Python script in order to get any usable results. The verification tests should run as they are.

chaibhave commented 7 months ago

@simopier @cticenhour