Skip to content

Commit d77985a

Browse files
committed
remove 'mesh_id' from the 2D nonlinear cantilever example
1 parent 5cf3392 commit d77985a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

structural_mechanics/validation/beam_nonlinear_cantilever/source/ProjectParameters.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"time_stepping" : {
2323
"time_step" : 0.0005
2424
},
25-
"line_search" : false,
25+
"line_search" : false,
2626
"convergence_criterion" : "residual_criterion",
2727
"displacement_relative_tolerance" : 1e-5,
2828
"displacement_absolute_tolerance" : 1e-5,
@@ -38,7 +38,6 @@
3838
"help" : "This process fixes the selected components of a given vector variable",
3939
"process_name" : "AssignVectorVariableProcess",
4040
"Parameters" : {
41-
"mesh_id" : 0,
4241
"model_part_name" : "Structure.DISPLACEMENT_dirichletXYZ",
4342
"variable_name" : "DISPLACEMENT",
4443
"value" : [0.0,0.0,0.0],
@@ -50,7 +49,6 @@
5049
"help" : "This process fixes the selected components of a given vector variable",
5150
"process_name" : "AssignVectorVariableProcess",
5251
"Parameters" : {
53-
"mesh_id" : 0,
5452
"model_part_name" : "Structure.DISPLACEMENT_dirichletZ",
5553
"variable_name" : "DISPLACEMENT",
5654
"value" : [null,null,0.0],
@@ -62,7 +60,6 @@
6260
"help" : "This process fixes the selected components of a given vector variable",
6361
"process_name" : "AssignVectorVariableProcess",
6462
"Parameters" : {
65-
"mesh_id" : 0,
6663
"model_part_name" : "Structure.ROTATION_dirrot",
6764
"variable_name" : "ROTATION",
6865
"value" : [0.0,0.0,0.0],
@@ -76,7 +73,6 @@
7673
"check" : "DirectorVectorNonZero direction",
7774
"process_name" : "AssignModulusAndDirectionToConditionsProcess",
7875
"Parameters" : {
79-
"mesh_id" : 0,
8076
"model_part_name" : "Structure.PointLoad2D_neumann",
8177
"variable_name" : "POINT_LOAD",
8278
"modulus" : "1000*t",

0 commit comments

Comments
 (0)