-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjectParameters.json
123 lines (123 loc) · 5.16 KB
/
ProjectParameters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"problem_data" : {
"problem_name" : "klaus",
"model_part_name" : "Structure",
"domain_size" : 3,
"time_step" : 1.1,
"start_time" : 0.0,
"end_time" : 1.0,
"echo_level" : 0
},
"solver_settings" : {
"solver_type" : "solid_mechanics_static_solver",
"echo_level" : 0,
"solution_type" : "Static",
"analysis_type" : "Linear",
"model_import_settings" : {
"input_type" : "mdpa",
"input_filename" : "klaus"
},
"line_search" : false,
"convergence_criterion" : "Residual_criterion",
"displacement_relative_tolerance" : 0.0001,
"displacement_absolute_tolerance" : 1e-9,
"residual_relative_tolerance" : 0.0001,
"residual_absolute_tolerance" : 1e-9,
"max_iteration" : 10,
"linear_solver_settings" : {
"solver_type" : "Super_LU",
"scaling" : false,
"verbosity" : 0
},
"problem_domain_sub_model_part_list" : ["Parts_surface"],
"processes_sub_model_part_list" : ["DISPLACEMENT_XYZ","DISPLACEMENT_YZ","ROTATION_XYZ","PointLoad3D_neumann"],
"rotation_dofs" : true
},
"constraints_process_list" : [{
"implemented_in_file" : "impose_vector_value_by_components_process",
"implemented_in_module" : "KratosMultiphysics",
"help" : "This process fixes the selected components of a given vector variable",
"process_name" : "ImposeVectorValueByComponentsProcess",
"Parameters" : {
"mesh_id" : 0,
"model_part_name" : "DISPLACEMENT_XYZ",
"variable_name" : "DISPLACEMENT",
"is_fixed_x" : true,
"is_fixed_y" : true,
"is_fixed_z" : true,
"value" : [0.0,0.0,0.0]
}
},{
"implemented_in_file" : "impose_vector_value_by_components_process",
"implemented_in_module" : "KratosMultiphysics",
"help" : "This process fixes the selected components of a given vector variable",
"process_name" : "ImposeVectorValueByComponentsProcess",
"Parameters" : {
"mesh_id" : 0,
"model_part_name" : "DISPLACEMENT_YZ",
"variable_name" : "DISPLACEMENT",
"is_fixed_x" : false,
"is_fixed_y" : true,
"is_fixed_z" : true,
"value" : [0.0,0.0,0.0]
}
},{
"implemented_in_file" : "impose_vector_value_by_components_process",
"implemented_in_module" : "KratosMultiphysics",
"help" : "This process fixes the selected components of a given vector variable",
"process_name" : "ImposeVectorValueByComponentsProcess",
"Parameters" : {
"mesh_id" : 0,
"model_part_name" : "ROTATION_XYZ",
"variable_name" : "ROTATION",
"is_fixed_x" : true,
"is_fixed_y" : true,
"is_fixed_z" : true,
"value" : [0.0,0.0,0.0]
}
}],
"loads_process_list" : [{
"implemented_in_file" : "process_factory",
"implemented_in_module" : "KratosMultiphysics",
"check" : "DirectorVectorNonZero direction",
"help" : "This process ",
"process_name" : "ApplyConstantVectorValueProcess",
"Parameters" : {
"mesh_id" : 0,
"model_part_name" : "PointLoad3D_neumann",
"variable_name" : "POINT_LOAD",
"factor" : 100,
"direction" : [1,0.0,0]
}
}],
"output_configuration" : {
"result_file_configuration" : {
"gidpost_flags" : {
"GiDPostMode" : "GiD_PostBinary",
"WriteDeformedMeshFlag" : "WriteDeformed",
"WriteConditionsFlag" : "WriteConditions",
"MultiFileFlag" : "SingleFile"
},
"file_label" : "step",
"output_control_type" : "step",
"output_frequency" : 1.0,
"body_output" : true,
"node_output" : false,
"skin_output" : false,
"plane_output" : [],
"nodal_results" : ["DISPLACEMENT","REACTION","ROTATION","TORQUE"],
"gauss_point_results" : []
},
"point_data_configuration" : []
},
"restart_options" : {
"SaveRestart" : false,
"RestartFrequency" : 0,
"LoadRestart" : false,
"Restart_Step" : 0
},
"constraints_data" : {
"incremental_load" : false,
"incremental_displacement" : false
}
}