Skip to content

Commit

Permalink
Fixup incorrect wording in requirements
Browse files Browse the repository at this point in the history
MALAMUTE shall --> The system shall

Refs idaholab#73
  • Loading branch information
cticenhour committed May 17, 2023
1 parent a75647b commit 5e70d81
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/tests/curvature_regularization/tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
input = 'curvature_regularization.i'
exodiff = 'curvature_regularization_out.e'
design = 'LevelSetCurvatureRegularization.md'
requirement = 'MALAMUTE shall compute the regularized curvature of an interface defined by a level set.'
requirement = 'The system shall compute the regularized curvature of an interface defined by a level set.'
[../]
[]
2 changes: 1 addition & 1 deletion test/tests/gradient_regularization/tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
input = 'gradient_regularization.i'
exodiff = 'gradient_regularization_out.e'
design = 'VariableGradientRegularization.md'
requirement = 'MALAMUTE shall compute the regularized graident of a level set variable.'
requirement = 'The system shall compute the regularized graident of a level set variable.'
[../]
[]
2 changes: 1 addition & 1 deletion test/tests/melt_pool_fluid/tests
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
abs_zero = 1e-8
max_time = 450
design = 'INSMeltPoolMaterial.md INSMeltPoolMomentumSource.md LevelSetFluidMaterial.md'
requirement = 'MALAMUTE shall solve momentum conservations of a melt pool.'
requirement = 'The system shall solve momentum conservations of a melt pool.'
[../]
[]
4 changes: 2 additions & 2 deletions test/tests/melt_pool_heat/tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
input = 'heat.i'
exodiff = 'heat_out.e'
design = 'MeltPoolHeatSource.md'
requirement = 'MALAMUTE shall compute laser heat source and heat loss due to convection and radiation at the level set interface.'
requirement = 'The system shall compute laser heat source and heat loss due to convection and radiation at the level set interface.'
[../]
[./thermal_material]
type = 'Exodiff'
input = 'thermal_material.i'
exodiff = 'thermal_material_out.e'
design = 'LevelSetThermalMaterial.md MushyZoneMaterial.md'
requirement = 'MALAMUTE shall compute thermal properties in gas and mushy zone phases.'
requirement = 'The system shall compute thermal properties in gas and mushy zone phases.'
[../]
[]
2 changes: 1 addition & 1 deletion test/tests/melt_pool_level_set/tests
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
abs_zero = 5e-4
method = opt
design = 'LevelSetGradientRegularizationReinitialization.md INSMeltPoolMassTransferMaterial.md LevelSetPhaseChange.md LevelSetAdvection.md LevelSetTimeDerivativeSUPG.md LevelSetAdvectionSUPG.md'
requirement = 'MALAMUTE shall solve level set evolution equations of a melt pool.'
requirement = 'The system shall solve level set evolution equations of a melt pool.'
[../]
[]

0 comments on commit 5e70d81

Please sign in to comment.