forked from idaholab/blackbear
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request idaholab#131 from SudiptaBiswas/conc_validation
Adding concrete assessment cases
- Loading branch information
Showing
13 changed files
with
3,516 additions
and
3 deletions.
There are no files selected for viewing
884 changes: 884 additions & 0 deletions
884
assessment/ASR_Validation/wald2017B/asr_concrete_block_calibration.i
Large diffs are not rendered by default.
Oops, something went wrong.
1,035 changes: 1,035 additions & 0 deletions
1,035
assessment/ASR_Validation/wald2017B/asr_concrete_block_validation_rebar.i
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[Tests] | ||
issues = '#89' | ||
requirement = 'BlackBear shall simulate accelerated alkali-silica reaction experiments on | ||
plain and reinforced concrete blocks, and adequately match experimental data.' | ||
design = 'ASR_validation/index.md' | ||
|
||
[./conc_time0] | ||
type = 'CSVDiff' | ||
input = 'asr_concrete_block_calibration.i' | ||
csvdiff = 'asr_concrete_block_calibration_out.csv' | ||
min_parallel = 8 | ||
max_time = 40000 | ||
[../] | ||
[./conc_time1] | ||
type = 'CSVDiff' | ||
input = 'asr_concrete_block_calibration.i' | ||
cli_args = 'Executioner/start_time=5940846 Outputs/file_base=asr_concrete_block_time1' | ||
csvdiff = 'asr_concrete_block_time1.csv' | ||
min_parallel = 8 | ||
max_time = 40000 | ||
[../] | ||
[./conc_time2] | ||
type = 'CSVDiff' | ||
input = 'asr_concrete_block_calibration.i' | ||
cli_args = 'Executioner/start_time=14391759 Outputs/file_base=asr_concrete_block_time2' | ||
csvdiff = 'asr_concrete_block_time2.csv' | ||
min_parallel = 8 | ||
max_time = 40000 | ||
[../] | ||
[./conc_rebarz] | ||
type = 'CSVDiff' | ||
input = 'asr_concrete_block_validation_rebar.i' | ||
csvdiff = 'asr_concrete_block_validation_rebar_out.csv' | ||
min_parallel = 8 | ||
max_time = 40000 | ||
[../] | ||
[] |
424 changes: 424 additions & 0 deletions
424
assessment/ASR_Validation/wald2017B/gold/asr_concrete_block_calibration_out.csv
Large diffs are not rendered by default.
Oops, something went wrong.
384 changes: 384 additions & 0 deletions
384
assessment/ASR_Validation/wald2017B/gold/asr_concrete_block_time1.csv
Large diffs are not rendered by default.
Oops, something went wrong.
286 changes: 286 additions & 0 deletions
286
assessment/ASR_Validation/wald2017B/gold/asr_concrete_block_time2.csv
Large diffs are not rendered by default.
Oops, something went wrong.
424 changes: 424 additions & 0 deletions
424
assessment/ASR_Validation/wald2017B/gold/asr_concrete_block_validation_rebar_out.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[Tests] | ||
issues = '#89' | ||
requirement = 'Input files for alkali-silica reaction validation tests shall have valid syntax' | ||
design = 'ASR_validation/index.md' | ||
[./conc_calibration] | ||
type = RunApp | ||
input = 'asr_concrete_block_calibration.i' | ||
check_input = True | ||
method = opt | ||
[../] | ||
[./conc_rebar] | ||
type = RunApp | ||
input = 'asr_concrete_block_validation_rebar.i' | ||
check_input = True | ||
method = opt | ||
[../] | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters