|
| 1 | +{ |
| 2 | + "Dimension" : 3, |
| 3 | + "PeriodicDomainOption" : false, |
| 4 | + "BoundingBoxOption" : false, |
| 5 | + "AutomaticBoundingBoxOption" : false, |
| 6 | + "BoundingBoxEnlargementFactor" : 1.1, |
| 7 | + "BoundingBoxStartTime" : 0.0, |
| 8 | + "BoundingBoxStopTime" : 1000.0, |
| 9 | + "BoundingBoxMaxX" : 10, |
| 10 | + "BoundingBoxMaxY" : 10, |
| 11 | + "BoundingBoxMaxZ" : 10, |
| 12 | + "BoundingBoxMinX" : -10, |
| 13 | + "BoundingBoxMinY" : -10, |
| 14 | + "BoundingBoxMinZ" : -10, |
| 15 | + "dem_inlet_option" : false, |
| 16 | + "GravityX" : 0.0, |
| 17 | + "GravityY" : 0.0, |
| 18 | + "GravityZ" : 0.0, |
| 19 | + "RotationOption" : true, |
| 20 | + "CleanIndentationsOption" : false, |
| 21 | + "VirtualMassCoefficient" : 1.0, |
| 22 | + "RollingFrictionOption" : false, |
| 23 | + "GlobalDamping" : 0.0, |
| 24 | + "ContactMeshOption" : true, |
| 25 | + "OutputFileType" : "Binary", |
| 26 | + "Multifile" : "multiple_files", |
| 27 | + "ElementType" : "SphericContPartDEMElement3D", |
| 28 | + "TranslationalIntegrationScheme" : "Symplectic_Euler", |
| 29 | + "RotationalIntegrationScheme" : "Direct_Integration", |
| 30 | + "MaxTimeStep" : 1e-5, |
| 31 | + "FinalTime" : 0.1, |
| 32 | + "NeighbourSearchFrequency" : 1, |
| 33 | + "SearchTolerance" : 0.02, |
| 34 | + "GraphExportFreq" : 1e-2, |
| 35 | + "VelTrapGraphExportFreq" : 1e-2, |
| 36 | + "OutputTimeStep" : 1e-2, |
| 37 | + "PostBoundingBox" : true, |
| 38 | + "PostLocalContactForce" : true, |
| 39 | + "PostDisplacement" : true, |
| 40 | + "PostRadius" : true, |
| 41 | + "PostVelocity" : true, |
| 42 | + "PostAngularVelocity" : true, |
| 43 | + "PostElasticForces" : true, |
| 44 | + "PostContactForces" : true, |
| 45 | + "PostRigidElementForces" : false, |
| 46 | + "PostStressStrainOption" : true, |
| 47 | + "PostTangentialElasticForces" : false, |
| 48 | + "PostTotalForces" : true, |
| 49 | + "PostPressure" : false, |
| 50 | + "PostShearStress" : false, |
| 51 | + "PostSkinSphere" : true, |
| 52 | + "PostNonDimensionalVolumeWear" : false, |
| 53 | + "PostParticleMoment" : true, |
| 54 | + "PostEulerAngles" : false, |
| 55 | + "PostRollingResistanceMoment" : false, |
| 56 | + "problem_name" : "test_PBM", |
| 57 | + "DeltaOption" : "Absolute", |
| 58 | + "CoordinationNumber" : 10, |
| 59 | + "AmplifiedSearchRadiusExtension" : 1.1, |
| 60 | + "PoissonEffectOption" : false, |
| 61 | + "ShearStrainParallelToBondOption" : false, |
| 62 | + "ComputeStressTensorOption" : false, |
| 63 | + "MaxAmplificationRatioOfSearchRadius" : 1000, |
| 64 | + "PostContactFailureId" : true, |
| 65 | + |
| 66 | + "EnergyCalculationOption" : false, |
| 67 | + "VelocityTrapOption" : false, |
| 68 | + "solver_settings" : { |
| 69 | + "RemoveBallsInitiallyTouchingWalls" : false, |
| 70 | + "strategy" : "sphere_strategy" |
| 71 | + }, |
| 72 | + "ModelDataInfo" : false, |
| 73 | + "DontSearchUntilFailure" : false, |
| 74 | + "MaxNumberOfIntactBondsToConsiderASphereBroken" : 0, |
| 75 | + "AutomaticTimestep" : false, |
| 76 | + "DeltaTimeSafetyFactor" : 1.0, |
| 77 | + "ControlTime" : 4.0, |
| 78 | + "PostPoissonRatio" : false, |
| 79 | + "PostCharacteristicLength" : false, |
| 80 | + "PostNodalArea" : false, |
| 81 | + "PostContactSigma" : true, |
| 82 | + "PostContactTau" : true, |
| 83 | + "PostFailureCriterionState" : true, |
| 84 | + "PostMeanContactArea" : false, |
| 85 | + "PostRHS" : false, |
| 86 | + "PostDampForces" : false, |
| 87 | + "PostAppliedForces" : true, |
| 88 | + "PostGroupId" : false, |
| 89 | + "PostExportId" : false, |
| 90 | + "post_vtk_option" : false |
| 91 | +} |
| 92 | + |
0 commit comments