Skip to content

Commit

Permalink
Merge pull request #12337 from acasagran/line_matl_rank2_samp_sqa_9638
Browse files Browse the repository at this point in the history
Adding SQA requirements for the material line value samplers.
  • Loading branch information
bwspenc committed Oct 18, 2018
2 parents ddde9fd + 946d4ce commit e92c784
Showing 1 changed file with 8 additions and 0 deletions.
@@ -1,14 +1,22 @@
[Tests]
issues = '#4462'
[./rank_two_sampler]
type = 'CSVDiff'
input = 'rank_two_sampler.i'
csvdiff = 'rank_two_sampler_out_stress_xx_0010.csv'
compiler = '!INTEL'
design = 'source/vectorpostprocessors/LineMaterialRankTwoSampler.md'
requirement = "MOOSE shall allow sampling of material properties derived
from rank two tensors along a line and output those
quantities via a vectorpostprocessor."
[../]
[./rank_two_scalar_sampler]
type = 'CSVDiff'
input = 'rank_two_scalar_sampler.i'
csvdiff = 'rank_two_scalar_sampler_out_vonmises_0010.csv'
compiler = '!INTEL'
design = 'source/vectorpostprocessors/LineMaterialRankTwoScalarSampler.md'
requirement = "MOOSE shall allow sampling of scalar material properties along a
line and output those quantities via a vectorpostprocessor."
[../]
[]

0 comments on commit e92c784

Please sign in to comment.