Skip to content

Commit

Permalink
Update floor in .exodiff and apply it to the delayed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
simopier committed Oct 24, 2024
1 parent 8278b8d commit 8ca8ed7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/tests/val-2c/tests
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
prereq = val-2c_immediate_injection_csv
should_execute = false # this test relies on the output files from val-2c_immediate_injection_csv, so it shouldn't be run twice
exodiff = val-2c_immediate_injection_out.e
custom_cmp = 'val-2c_immediate_injection_exodus.exodiff'
custom_cmp = 'val-2c_exodus.exodiff'
requirement = 'The system shall be able to model the Test Cell Release Experiment (val-2c) with immediate T2 injection and properly compute the exodus file.'
recover = false
[]
Expand All @@ -32,6 +32,7 @@
prereq = val-2c_delay_csv
should_execute = false # this test relies on the output files from val-2c_delay_csv, so it shouldn't be run twice
exodiff = val-2c_delay_out.e
custom_cmp = 'val-2c_exodus.exodiff'
requirement = 'The system shall be able to model the Test Cell Release Experiment (val-2c) with delayed T2 injection and properly compute the exodus file.'
recover = false
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
# EXODIFF EXODIFF EXODIFF EXODIFF EXODIFF EXODIFF EXODIFF
# *****************************************************************

# This is use in two different tests:
# FILE 1: ~/projects/TMAP8/test/tests/val-2c/gold/val-2c_immediate_injection_out.e
# FILE 2: ~/projects/TMAP8/test/tests/val-2c/gold/val-2c_delay_out.e
# Title: polypole1_intergranular_coarsening_out.e
# Dim = 1, Blocks = 2, Nodes = 15, Elements = 14, Nodesets = 2, Sidesets = 2
# Vars: Global = 13, Nodal = 8, Element = 0, Nodeset = 0, Sideset = 0, Times = 201
Expand Down Expand Up @@ -48,7 +50,7 @@ NODAL VARIABLES relative 5.5.e-6 floor 1e-10
ht_enclosure_concentration
ht_paint_concentration
hto_enclosure_concentration
hto_paint_concentration relative 1.0e-04 floor 1e-7
hto_paint_concentration relative 1.0e-04 floor 7.e-6
t2_enclosure_concentration
t2_paint_concentration

Expand Down

0 comments on commit 8ca8ed7

Please sign in to comment.