Skip to content

Commit

Permalink
SQA: fixup duplicate requirements in gaussian heat source tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cticenhour committed Oct 10, 2023
1 parent 762d7d8 commit cbc2a03
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions test/tests/gaussian_heat_source/tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,51 @@
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.'
'source, whose movement is prescribed by a position function.'
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.'
'source, whose movement is prescribed by a given velocity vector.'
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.'
'source (movement prescribed by a position function) 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.'
'source (movement prescribed by velocity vector) 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.'
'source (movement prescribed by a position function) 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.'
'source (movement prescribed by velocity vector) and anisotropic effective radii '
'based on experimental measurements.'
design = 'ADGaussianHeatSourceBase.md ADVelocityGaussianHeatSource.md'
[]
[]

0 comments on commit cbc2a03

Please sign in to comment.