Skip to content

Commit

Permalink
remove unused parameter store_stress_old from input file idaholab#181
Browse files Browse the repository at this point in the history
  • Loading branch information
sveerara committed Dec 3, 2018
1 parent f48cec1 commit 9f2116f
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions examples/ex04/2BlockFriction_Isoilunit.i
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@
[./stress_top]
#Computes the stress, using linear elasticity
type = ComputeFiniteStrainElasticStress
store_stress_old = true
block = 1003
[../]
[./den_top]
Expand All @@ -298,7 +297,6 @@
[./stress_bot]
#Computes the stress, using linear elasticity
type = ComputeFiniteStrainElasticStress
store_stress_old = true
block = 1001
[../]
[./strain_from_initial_stress_bot]
Expand Down
1 change: 0 additions & 1 deletion src/actions/ISoilAction.C
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ ISoilAction::act()
params.set<bool>("wave_speed_calculation") = true;
params.set<std::vector<FunctionName>>("initial_soil_stress") =
getParam<std::vector<FunctionName>>("initial_soil_stress");
params.set<bool>("store_stress_old") = true;
params.set<MooseEnum>("soil_type") = soil_type;
// setting soiltype specific parameters
if (soil_type == "user_defined")
Expand Down
1 change: 0 additions & 1 deletion test/tests/bcs/nonreflecting_bc/non_reflecting_bc_test.i
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@

[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/bcs/seismic_displacement/seismic_displacement.i
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@

[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/bcs/seismic_force/seismic_force_test_x_y.i
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@

[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]

Expand Down
1 change: 0 additions & 1 deletion test/tests/bcs/seismic_force/seismic_force_test_z.i
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
[./stress1]
#Computes the stress, using linear elasticity
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[./strain1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@

[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 1
[../]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@

[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 1
[../]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@

[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 1
[../]

Expand Down
1 change: 0 additions & 1 deletion test/tests/mastodonblock/combined/mastodon_block_actions.i
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/mastodonblock/combined/noaction.i
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/mastodonblock/combined/noaction_2D.i
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/mastodonblock/model/model_dynamic.i
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/mastodonblock/model/model_dynamic_2D.i
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/mastodonblock/model/model_static.i
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/mastodonblock/model/noaction_dynamic.i
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/mastodonblock/model/noaction_dynamic_2D.i
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/mastodonblock/model/noaction_static.i
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/mastodonblock/outputs/stress_strain_output.i
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@

[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@

[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/pra/sub_sub.i
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
[../]
[./stress_1]
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
[./stress1]
#Computes the stress, using linear elasticity
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[./strain1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
[./stress1]
#Computes the stress, using linear elasticity
type = ComputeLinearElasticStress
store_stress_old = true
block = 0
[../]
[./strain1]
Expand Down

0 comments on commit 9f2116f

Please sign in to comment.