View Issue Details

IDProjectCategoryView StatusLast Update
0001698OpenFOAMBugpublic2015-08-03 10:38
ReporterDanielJ Assigned Towill  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionno change required 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Summary0001698: Particle cloud hangs when bouncing of horizontal wall
DescriptionSimulation of particles, with gravity and rebound as wall interaction, halts when particles touch the horizontal wall (floor). Interaction with vertical walls occurs correctly.
Steps To ReproduceI attach a case that demonstrates the problem.
TagsNo tags attached.

Activities

DanielJ

2015-05-19 14:43

reporter  

particles.zip (119,080 bytes)

will

2015-08-03 10:37

manager   ~0005172

The velocity boundary condition is set to "type zeroGradient;" on your wall patches. This isn't correct. In regions of outflow the flow pushes the particle out, and the wall keeps it in, thousands of times per time-step. This makes the simulation stall.

Change the wall boundary condition to "type fixedValue; value uniform (0 0 0);". If I do this the wall interaction happens fine.

Issue History

Date Modified Username Field Change
2015-05-19 14:43 DanielJ New Issue
2015-05-19 14:43 DanielJ File Added: particles.zip
2015-08-03 10:37 will Note Added: 0005172
2015-08-03 10:37 will Status new => closed
2015-08-03 10:38 will Assigned To => will
2015-08-03 10:38 will Resolution open => no change required