-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimulation_config_pull.json
47 lines (46 loc) · 1.02 KB
/
simulation_config_pull.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
{
"simulation_metadata": {
"title": "Material Stress Analysis",
"description": "Simulation parameters for a two-layer material stress analysis without field input file.",
"date": "2023-08-01",
"author": "Sven Berger"
},
"simulation_parameters": {
"use_two_material_layers": true,
"integration_time_limit": 175000,
"total_timesteps": 10000,
"field_input_file": null,
"output_folder": "out",
"output_file": "plasticity_results.xdmf",
"mesh_resolution": {
"x": 50,
"y": 100
},
"constant_strain_rate": {
"x": null,
"y": 0.0001
},
"finite_element_degrees": {
"u": 2,
"stress": 2
}
},
"material_dimensions": {
"length": 90.0,
"width": 5.0
},
"material_model": {
"material": "Al6082-T6",
"hardening_model": "linear"
},
"boundary_conditions": {
"left": "unset",
"right": "unset",
"top": {
"constant_strain_rate": {
"strain_rate": 0.000001
}
},
"bottom": "no_displacement"
}
}