We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation Fluids DPM boundary UDF for a filter Reply To: DPM boundary UDF for a filter

jchen17
Subscriber

if (particle diameter > D_filter_size)

{

boundary condition is DPM_BC_REFLECT;

}

if (particle diameter < D_filter_size)

{

boundary condition DPM_BC_INTERIOR;

}

For interior DPM, it's just like the "porous jump" boundary, interior for DPM, and particles can pass through the boundary without anything happening ("filter" surface in my figure).