|
22 | 22 | "time_stepping" : { |
23 | 23 | "time_step" : 0.0005 |
24 | 24 | }, |
25 | | - "line_search" : false, |
| 25 | + "line_search" : false, |
26 | 26 | "convergence_criterion" : "residual_criterion", |
27 | 27 | "displacement_relative_tolerance" : 1e-5, |
28 | 28 | "displacement_absolute_tolerance" : 1e-5, |
|
38 | 38 | "help" : "This process fixes the selected components of a given vector variable", |
39 | 39 | "process_name" : "AssignVectorVariableProcess", |
40 | 40 | "Parameters" : { |
41 | | - "mesh_id" : 0, |
42 | 41 | "model_part_name" : "Structure.DISPLACEMENT_dirichletXYZ", |
43 | 42 | "variable_name" : "DISPLACEMENT", |
44 | 43 | "value" : [0.0,0.0,0.0], |
|
50 | 49 | "help" : "This process fixes the selected components of a given vector variable", |
51 | 50 | "process_name" : "AssignVectorVariableProcess", |
52 | 51 | "Parameters" : { |
53 | | - "mesh_id" : 0, |
54 | 52 | "model_part_name" : "Structure.DISPLACEMENT_dirichletZ", |
55 | 53 | "variable_name" : "DISPLACEMENT", |
56 | 54 | "value" : [null,null,0.0], |
|
62 | 60 | "help" : "This process fixes the selected components of a given vector variable", |
63 | 61 | "process_name" : "AssignVectorVariableProcess", |
64 | 62 | "Parameters" : { |
65 | | - "mesh_id" : 0, |
66 | 63 | "model_part_name" : "Structure.ROTATION_dirrot", |
67 | 64 | "variable_name" : "ROTATION", |
68 | 65 | "value" : [0.0,0.0,0.0], |
|
76 | 73 | "check" : "DirectorVectorNonZero direction", |
77 | 74 | "process_name" : "AssignModulusAndDirectionToConditionsProcess", |
78 | 75 | "Parameters" : { |
79 | | - "mesh_id" : 0, |
80 | 76 | "model_part_name" : "Structure.PointLoad2D_neumann", |
81 | 77 | "variable_name" : "POINT_LOAD", |
82 | 78 | "modulus" : "1000*t", |
|
0 commit comments