-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjectParametersDEM.json
77 lines (77 loc) · 3.2 KB
/
ProjectParametersDEM.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
{
"Dimension" : 3,
"PeriodicDomainOption" : true,
"BoundingBoxOption" : true,
"AutomaticBoundingBoxOption" : false,
"BoundingBoxEnlargementFactor" : 1.1,
"BoundingBoxStartTime" : 0.0,
"BoundingBoxStopTime" : 1000.0,
"BoundingBoxMaxX" : 0.002,
"BoundingBoxMaxY" : 0.002,
"BoundingBoxMaxZ" : 0.002,
"BoundingBoxMinX" : -0.002,
"BoundingBoxMinY" : -0.002,
"BoundingBoxMinZ" : -0.002,
"dem_inlet_option" : true,
"dem_inlets_settings" : {
"Inlet_INLET": {
"inlet_name" : "Inlet_INLET",
"random_variable_settings" : {
"possible_values" : [0.0003],
"relative_frequencies" : [1.0],
"do_use_seed" : false,
"seed" : 1,
"relative_closeness_tolerance" : 1e-8
}
}
},
"GravityX" : 0.0,
"GravityY" : -9.81,
"GravityZ" : 0.0,
"RotationOption" : true,
"CleanIndentationsOption" : false,
"solver_settings" : {
"RemoveBallsInitiallyTouchingWalls" : false,
"strategy" : "sphere_strategy",
"material_import_settings" : {
"materials_filename" : "MaterialsDEM.json"
}
},
"VirtualMassCoefficient" : 1.0,
"RollingFrictionOption" : false,
"GlobalDamping" : 0.0,
"ContactMeshOption" : true,
"OutputFileType" : "Ascii",
"Multifile" : "multiple_files",
"ElementType" : "SphericPartDEMElement3D",
"TranslationalIntegrationScheme" : "Symplectic_Euler",
"RotationalIntegrationScheme" : "Direct_Integration",
"MaxTimeStep" : 1e-6,
"FinalTime" : 100,
"NeighbourSearchFrequency" : 50,
"SearchTolerance" : 0.00001,
"GraphExportFreq" : 0.01,
"VelTrapGraphExportFreq" : 0.01,
"OutputTimeStep" : 0.01,
"PostBoundingBox" : true,
"PostLocalContactForce" : true,
"PostDisplacement" : true,
"PostRadius" : true,
"PostVelocity" : true,
"PostAngularVelocity" : false,
"PostElasticForces" : false,
"PostContactForces" : true,
"PostRigidElementForces" : false,
"PostStressStrainOption" : false,
"PostTangentialElasticForces" : false,
"PostTotalForces" : false,
"PostPressure" : false,
"PostShearStress" : false,
"PostSkinSphere" : false,
"PostNonDimensionalVolumeWear" : false,
"PostParticleMoment" : false,
"PostEulerAngles" : false,
"PostRollingResistanceMoment" : false,
"problem_name" : "inletPG",
"post_vtk_option" : true
}