Ansys Learning Forum Forums Discuss Simulation Fluids Remove parcels at defined cell zone Reply To: Remove parcels at defined cell zone

DrAmine
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
}