Skip to content

Commit 9765759

Browse files
committed
Soften coupled MPM bath material
1 parent d693680 commit 9765759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/demos/mpm/newton_mpm_twoway_coupling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class CoupledSceneCfg(InteractiveSceneCfg):
204204
voxel_size=args_cli.voxel_size,
205205
particles_per_cell=PARTICLES_PER_CELL,
206206
jitter=args_cli.voxel_size / PARTICLES_PER_CELL,
207-
material=MPMParticleMaterialCfg(density=2500.0, friction=0.75, yield_pressure=1.0e15),
207+
material=MPMParticleMaterialCfg(density=2500.0, friction=0.5, yield_pressure=1.0e5),
208208
visual_color=PARTICLE_COLOR,
209209
),
210210
)

0 commit comments

Comments
 (0)