Ansys Learning Forum › Forums › Discuss Simulation › Fluids › User Defined Particle-Wall Interaction via wall film: how many max. fragments? › Reply To: User Defined Particle-Wall Interaction via wall film: how many max. fragments?
October 4, 2024 at 11:15 am
Ansys Employee
Hi, you might get an overflow or memory error. The reason the help says "Note that a maximum of 4 child droplets may be generated with the child generation model." is becuase PT_WALL_SPLASH chops the single return array into chuncks of 4 as RET(1,1), RET(1,5), etc. You could chop it into larger chunks but it is not clear to me whether sufficient memory will get allocated. I am waiting for the developers to get back to me.