-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathProjectParameters.json
More file actions
98 lines (98 loc) · 4.5 KB
/
Copy pathProjectParameters.json
File metadata and controls
98 lines (98 loc) · 4.5 KB
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
{
"problem_data" : {
"problem_name" : "Beam_nonlinear_cantilever",
"parallel_type" : "OpenMP",
"start_time" : 0.0,
"end_time" : 1.0,
"echo_level" : 0
},
"solver_settings" : {
"solver_type" : "static",
"model_part_name" : "Structure",
"domain_size" : 3,
"echo_level" : 0,
"analysis_type" : "non_linear",
"model_import_settings" : {
"input_type" : "mdpa",
"input_filename" : "Beam_nonlinear_cantilever"
},
"material_import_settings" : {
"materials_filename" : "StructuralMaterials.json"
},
"time_stepping" : {
"time_step" : 0.0005
},
"line_search" : false,
"convergence_criterion" : "residual_criterion",
"displacement_relative_tolerance" : 1e-5,
"displacement_absolute_tolerance" : 1e-5,
"residual_relative_tolerance" : 1e-5,
"residual_absolute_tolerance" : 1e-5,
"max_iteration" : 300,
"rotation_dofs" : true
},
"processes" : {
"constraints_process_list" : [{
"python_module" : "assign_vector_variable_process",
"kratos_module" : "KratosMultiphysics",
"help" : "This process fixes the selected components of a given vector variable",
"process_name" : "AssignVectorVariableProcess",
"Parameters" : {
"model_part_name" : "Structure.DISPLACEMENT_dirichletXYZ",
"variable_name" : "DISPLACEMENT",
"value" : [0.0,0.0,0.0],
"interval" : [0.0,"End"]
}
},{
"python_module" : "assign_vector_variable_process",
"kratos_module" : "KratosMultiphysics",
"help" : "This process fixes the selected components of a given vector variable",
"process_name" : "AssignVectorVariableProcess",
"Parameters" : {
"model_part_name" : "Structure.DISPLACEMENT_dirichletZ",
"variable_name" : "DISPLACEMENT",
"value" : [null,null,0.0],
"interval" : [0.0,"End"]
}
},{
"python_module" : "assign_vector_variable_process",
"kratos_module" : "KratosMultiphysics",
"help" : "This process fixes the selected components of a given vector variable",
"process_name" : "AssignVectorVariableProcess",
"Parameters" : {
"model_part_name" : "Structure.ROTATION_dirrot",
"variable_name" : "ROTATION",
"value" : [0.0,0.0,0.0],
"interval" : [0.0,"End"]
}
}],
"loads_process_list" : [{
"python_module" : "assign_vector_by_direction_to_condition_process",
"kratos_module" : "KratosMultiphysics",
"help" : "This process sets a vector variable value over a condition",
"check" : "DirectorVectorNonZero direction",
"process_name" : "AssignModulusAndDirectionToConditionsProcess",
"Parameters" : {
"model_part_name" : "Structure.PointLoad2D_neumann",
"variable_name" : "POINT_LOAD",
"modulus" : "1000*t",
"direction" : [0,-1,0],
"interval" : [0.0,"End"]
}
}]
},
"output_processes" : {
"vtk_output" : [{
"python_module" : "vtk_output_process",
"kratos_module" : "KratosMultiphysics",
"Parameters" : {
"model_part_name" : "Structure",
"file_format" : "binary",
"output_sub_model_parts" : false,
"output_interval" : 1,
"nodal_solution_step_data_variables" : ["DISPLACEMENT","ROTATION","POINT_LOAD","POINT_MOMENT"],
"gauss_point_variables_extrapolated_to_nodes" : []
}
}]
}
}