Skip to content

Commit 85b3079

Browse files
authored
Merge pull request #146 from KratosMultiphysics/structural/mesh-id
Update Some Examples
2 parents a45a470 + d77985a commit 85b3079

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

co_simulation/validation/fsi_mok/source/ProjectParametersCFD.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"kratos_module" : "KratosMultiphysics",
4949
"process_name" : "AssignVectorByDirectionProcess",
5050
"Parameters" : {
51-
"mesh_id" : 0,
5251
"model_part_name" : "FluidModelPart.inlet",
5352
"variable_name" : "VELOCITY",
5453
"modulus" : "2*0.06067*(1-cos(pi*t/10))*y*(1-y)",
@@ -61,7 +60,6 @@
6160
"kratos_module" : "KratosMultiphysics",
6261
"process_name" : "AssignVectorByDirectionProcess",
6362
"Parameters" : {
64-
"mesh_id" : 0,
6563
"model_part_name" : "FluidModelPart.inlet",
6664
"variable_name" : "VELOCITY",
6765
"modulus" : "4*0.06067*y*(1-y)",

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",

structural_mechanics/validation/two_dimensional_circular_truss_arch_snapthrough/source/DispControl/ProjectParameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"Parameters" : {
6767
"model_part_name" : "Structure.PrescribedDisplacement_top",
6868
"direction" : "y",
69-
"POINT_LOAD_value": -1.0,
70-
"PRESCRIBED_DISPLACEMENT_value" : "-39.0*t",
69+
"point_load_value": -1.0,
70+
"prescribed_displacement_value" : "-39.0*t",
7171
"interval" : [0.0,"End"]
7272
}
7373
}],

0 commit comments

Comments
 (0)