-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectParametersCSM.json
More file actions
71 lines (71 loc) · 2.98 KB
/
ProjectParametersCSM.json
File metadata and controls
71 lines (71 loc) · 2.98 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
{
"problem_data" : {
"problem_name" : "Mok_CSM",
"parallel_type" : "OpenMP",
"start_time" : 0.0,
"end_time" : 25.0,
"echo_level" : 3
},
"solver_settings" : {
"solver_type" : "static",
"echo_level" : 0,
"analysis_type" : "non_linear",
"model_part_name" : "Structure",
"domain_size" : 2,
"model_import_settings" : {
"input_type" : "mdpa",
"input_filename" : "Mok_CSM_copy"
},
"material_import_settings" : {
"materials_filename" : "StructuralMaterials.json"
},
"time_stepping" : {
"time_step" : 0.15
},
"line_search" : false,
"convergence_criterion" : "residual_criterion",
"displacement_relative_tolerance" : 1e-6,
"displacement_absolute_tolerance" : 1e-6,
"residual_relative_tolerance" : 1e-6,
"residual_absolute_tolerance" : 1e-6,
"max_iteration" : 25,
"linear_solver_settings" : {
"solver_type" : "LinearSolversApplication.sparse_qr"
},
"rotation_dofs" : false
},
"processes" : {
"constraints_process_list" : [{
"python_module" : "assign_vector_variable_process",
"kratos_module" : "KratosMultiphysics",
"Parameters" : {
"model_part_name" : "Structure.bottom",
"variable_name" : "DISPLACEMENT",
"constrained" : [true,true,true],
"value" : [0.0,0.0,0.0],
"interval" : [0.0,"End"]
}
}],
"loads_process_list" : []
},
"output_processes" : {
"vtk_output" : [{
"python_module" : "vtk_output_process",
"kratos_module" : "KratosMultiphysics",
"process_name" : "VtkOutputProcess",
"help" : "This process writes postprocessing files for Paraview",
"Parameters" : {
"model_part_name" : "Structure",
"output_control_type" : "step",
"output_interval" : 1,
"file_format" : "binary",
"output_precision" : 7,
"output_sub_model_parts" : false,
"output_path" : "vtk_output_mok_fsi_csd",
"save_output_files_in_folder" : true,
"nodal_solution_step_data_variables" : ["DISPLACEMENT", "POINT_LOAD"],
"gauss_point_variables_in_elements" : ["PK2_STRESS_VECTOR", "GREEN_LAGRANGE_STRAIN_VECTOR"]
}
}]
}
}