Skip to content

Commit

Permalink
🔧 change stress analysis to stress update
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhinandach committed Aug 2, 2020
1 parent e0055f8 commit 3572a1c
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 2d/hydrostatic_column/quad-mesh/mpm-file.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"analysis": {
"type": "MPMExplicit2D",
"stress_analysis": "usl",
"stress_update": "usl",
"dt": 0.00001,
"uuid": "hydrostatic_usf",
"nsteps": 10000,
Expand Down
2 changes: 1 addition & 1 deletion 2d/hydrostatic_column/quad-mesh/mpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"analysis": {
"type": "MPMExplicit2D",
"stress_analysis": "usl",
"stress_update": "usl",
"dt": 0.00001,
"uuid": "hydrostatic_usf",
"nsteps": 10000,
Expand Down
2 changes: 1 addition & 1 deletion 2d/mc_uniaxial_compression/mpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"analysis": {
"type": "MPMExplicit2D",
"stress_analysis": "usf",
"stress_update": "usf",
"dt": 0.000001,
"uuid": "UCT-2d",
"nsteps": 5000,
Expand Down
2 changes: 1 addition & 1 deletion 2d/plate_with_hole/cartesian/mpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"analysis": {
"type": "MPMExplicit2D",
"stress_analysis": "usf",
"stress_update": "usf",
"velocity_update": true,
"dt": 1.0E-4,
"uuid": "plate-hole",
Expand Down
2 changes: 1 addition & 1 deletion 2d/plate_with_hole/isoparametric/mpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"analysis": {
"type": "MPMExplicit2D",
"stress_analysis": "usf",
"stress_update": "usf",
"velocity_update": true,
"dt": 1.0E-4,
"uuid": "plate-hole",
Expand Down
2 changes: 1 addition & 1 deletion 2d/thick_walled_cylinder/mpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"analysis": {
"type": "MPMExplicit2D",
"stress_analysis": "usl",
"stress_update": "usl",
"dt": 1.0E-6,
"uuid": "thickwalled-cylinder",
"nsteps": 1000,
Expand Down
2 changes: 1 addition & 1 deletion 3d/dam-break/mpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"analysis" : {
"type" : "MPMExplicit3D",
"stress_analysis" : "usf",
"stress_update" : "usf",
"uuid": "dambreak-3d",
"dt" : 1.0E-4,
"nsteps" : 20000,
Expand Down
4 changes: 2 additions & 2 deletions 3d/hydrostatic_column/mpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"generator": {
"check_duplicates": true,
"particle_type": "P3D",
"cset_id": -1,
"cset_id": -1,
"pset_id": 0,
"material_id": 1,
"nparticles_per_dir": 2,
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"analysis": {
"type": "MPMExplicit3D",
"stress_analysis": "usl",
"stress_update": "usl",
"dt": 0.00001,
"uuid": "hydrostatic_usf",
"nsteps": 10000,
Expand Down
2 changes: 1 addition & 1 deletion 3d/inject/mpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"analysis": {
"type": "MPMExplicit3D",
"stress_analysis": "usl",
"stress_update": "usl",
"dt": 0.00001,
"uuid": "PointInjection",
"nsteps": 2500,
Expand Down
4 changes: 2 additions & 2 deletions 3d/sliding_block_inclined_boundary/mpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"type" : "LinearElastic3D",
"density" : 1800,
"youngs_modulus": 1.0E+12,
"poisson_ratio" : 0.0
"poisson_ratio" : 0.0
}
],
"external_loading_conditions" : {
"gravity": [0.0, -9.81, 0.0]
},
"analysis" : {
"type" : "MPMExplicit3D",
"stress_analysis" : "usf",
"stress_update" : "usf",
"dt" : 1.0E-5,
"uuid" : "boundary_inclined_friction",
"nsteps" : 1.0E+5,
Expand Down

0 comments on commit 3572a1c

Please sign in to comment.