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 Remove parcels at defined cell zone Reply To: Remove parcels at defined cell zone

Amine Ben Hadj Ali
Ansys Employee
I guess that was posted elsewhere. You can change the cell zone ID to anything else or make it case dependent. You can get it the Thread of cells of particular cell zone using the macro Lookup_Thread or you use the conditional if (THREAD_ID(t)==yourID ) {
do something
}