Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

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).

[bingo_chatbox]