forked from idaholab/malamute
-
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.
Address some SQA check warnings from DED tests and SPS tests. Add exa…
…mples directory to list of directories to monitor in check. Currently: 94 warnings! Refs idaholab#73
- Loading branch information
1 parent
dc8d565
commit 1f66fc0
Showing
5 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,51 @@ | ||
[Tests] | ||
issues = '#66' | ||
[gaussian_heat_source] | ||
type = CSVDiff | ||
input = 'gaussian_heat_source.i' | ||
csvdiff = 'gaussian_heat_source_out.csv' | ||
requirement = 'The system shall produce the correct temperature field with moving Gaussian heat ' | ||
'source.' | ||
design = 'ADGaussianHeatSourceBase.md ADFunctionPathGaussianHeatSource.md' | ||
[] | ||
[velocity_gaussian_heat_source] | ||
type = CSVDiff | ||
input = 'velocity_gaussian_heat_source.i' | ||
csvdiff = 'velocity_gaussian_heat_source_out.csv' | ||
requirement = 'The system shall produce the correct temperature field with moving Gaussian heat ' | ||
'source.' | ||
design = 'ADGaussianHeatSourceBase.md ADVelocityGaussianHeatSource.md' | ||
[] | ||
[gaussian_heat_source_vary_r] | ||
type = CSVDiff | ||
input = 'gaussian_heat_source_vary_r.i' | ||
csvdiff = 'gaussian_heat_source_vary_r_out.csv' | ||
requirement = 'The system shall produce the correct temperature field with moving Gaussian heat ' | ||
'source and anisotropic effective radii along three directions.' | ||
design = 'ADGaussianHeatSourceBase.md ADFunctionPathGaussianHeatSource.md' | ||
[] | ||
[velocity_gaussian_heat_source_vary_r] | ||
type = CSVDiff | ||
input = 'velocity_gaussian_heat_source_vary_r.i' | ||
csvdiff = 'velocity_gaussian_heat_source_vary_r_out.csv' | ||
requirement = 'The system shall produce the correct temperature field with moving Gaussian heat ' | ||
'source and anisotropic effective radii along three directions.' | ||
design = 'ADGaussianHeatSourceBase.md ADVelocityGaussianHeatSource.md' | ||
[] | ||
[gaussian_heat_source_experiment_r] | ||
type = CSVDiff | ||
input = 'gaussian_heat_source_experiment_r.i' | ||
csvdiff = 'gaussian_heat_source_experiment_r_out.csv' | ||
requirement = 'The system shall produce the correct temperature field with moving Gaussian heat ' | ||
'source and anisotropic effective radii based on experimental measurements.' | ||
design = 'ADGaussianHeatSourceBase.md ADFunctionPathGaussianHeatSource.md' | ||
[] | ||
[velocity_gaussian_heat_source_experiment_r] | ||
type = CSVDiff | ||
input = 'velocity_gaussian_heat_source_experiment_r.i' | ||
csvdiff = 'velocity_gaussian_heat_source_experiment_r_out.csv' | ||
requirement = 'The system shall produce the correct temperature field with moving Gaussian heat ' | ||
'source and anisotropic effective radii based on experimental measurements.' | ||
design = 'ADGaussianHeatSourceBase.md ADVelocityGaussianHeatSource.md' | ||
[] | ||
[] |