Post reply

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: william
« on: February 06, 2012, 06:48:13 PM »

To remove a particles, you need t use the following DPM macro:

p->stream_index = -1;

This command works for all particle types.
The mass and energy of the particle also gets lost along with the particle.
Posted by: pitney1
« on: February 06, 2012, 06:46:12 PM »

Hello,

I am doing multiphase simulation with particles tracked using lagrangian approach. I want to set a condition that when the particles hit a certain location in the geometry, the particles should get removed from the simulation. Its heat and mass balance along with it.

Can any one suggest me how to do this?

Thank you.