Skip to content

Commit

Permalink
Reorganize test files
Browse files Browse the repository at this point in the history
Rename gold to match file output
  • Loading branch information
GiudGiud committed Dec 12, 2024
1 parent d0eb122 commit a0b6fc0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions lwr/rpv_fracture/probabilistic_fracture/tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
[rpv_pfm_3d]
type = CSVDiff
input = 'rpv_pfm_3d.i'
cli_args = 'Executioner/end_time=1.0 Samplers/sample/num_rpvs=1000 UserObjects/clad_axial_coefs/polynomial_coefficient_file=../thermomechanical/gold/rpv_thermomechanical_3d_out_coefs_axial_clad.csv UserObjects/clad_hoop_coefs/polynomial_coefficient_file=../thermomechanical/gold/rpv_thermomechanical_3d_out_coefs_hoop_clad.csv UserObjects/base_axial_coefs/polynomial_coefficient_file=../thermomechanical/gold/rpv_thermomechanical_3d_out_coefs_axial_base.csv UserObjects/base_hoop_coefs/polynomial_coefficient_file=../thermomechanical/gold/rpv_thermomechanical_3d_out_coefs_hoop_base.csv UserObjects/base_temp_coefs/polynomial_coefficient_file=../thermomechanical/gold/rpv_thermomechanical_3d_out_coefs_temp_base.csv Outputs/out/file_base=rpv_pfm_3d_out_abbrev Outputs/final/file_base=rpv_pfm_3d_final_abbrev Outputs/initial/file_base=rpv_pfm_3d_initial_abbrev'
csvdiff = 'rpv_pfm_3d_final_abbrev_cpi_running_statistics_0035.csv rpv_pfm_3d_final_abbrev_flaw_failure_data_0035.csv rpv_pfm_3d_out_abbrev.csv'
cli_args = "Executioner/end_time=1.0 Samplers/sample/num_rpvs=1000
UserObjects/clad_axial_coefs/polynomial_coefficient_file=../thermomechanical/gold/rpv_thermomechanical_3d_out_coefs_axial_clad.csv
UserObjects/clad_hoop_coefs/polynomial_coefficient_file=../thermomechanical/gold/rpv_thermomechanical_3d_out_coefs_hoop_clad.csv
UserObjects/base_axial_coefs/polynomial_coefficient_file=../thermomechanical/gold/rpv_thermomechanical_3d_out_coefs_axial_base.csv
UserObjects/base_hoop_coefs/polynomial_coefficient_file=../thermomechanical/gold/rpv_thermomechanical_3d_out_coefs_hoop_base.csv
UserObjects/base_temp_coefs/polynomial_coefficient_file=../thermomechanical/gold/rpv_thermomechanical_3d_out_coefs_temp_base.csv
Outputs/out/file_base=rpv_pfm_3d_out_abbrev Outputs/final/file_base=rpv_pfm_3d_initial_abbrev Outputs/initial/file_base=rpv_pfm_3d_final_abbrev"
csvdiff = 'rpv_pfm_3d_final_abbrev_cpi_running_statistics_0035.csv rpv_pfm_3d_final_abbrev_flaw_failure_data_0035.csv rpv_pfm_3d_final_abbrev.csv'
rel_err = 1e-2
min_parallel = 16
max_time = 500
Expand Down
2 changes: 1 addition & 1 deletion lwr/rpv_fracture/thermomechanical/tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[rpv_thermomechanical_3d_abbrev]
type = 'CSVDiff'
input = 'rpv_thermomechanical_3d.i'
cli_args = 'Outputs/exodus=false Outputs/file_base=rpv_thremomechanical_3d_abbrev_out Executioner/num_steps=1'
cli_args = 'Outputs/exodus=false Outputs/file_base=rpv_thermomechanical_3d_abbrev_out Executioner/num_steps=1'
csvdiff = 'rpv_thermomechanical_3d_abbrev_out_coefs_axial_base.csv rpv_thermomechanical_3d_abbrev_out_coefs_axial_clad.csv rpv_thermomechanical_3d_abbrev_out_coefs_hoop_base.csv rpv_thermomechanical_3d_abbrev_out_coefs_hoop_clad.csv rpv_thermomechanical_3d_abbrev_out_coefs_temp_base.csv rpv_thermomechanical_3d_abbrev_out_line_sampler_endpoints.csv'
rel_err = 1e-2
max_time = 500
Expand Down

0 comments on commit a0b6fc0

Please sign in to comment.