Fix deposit

Hi
Is this command( fix deposit) applicable to a cylindrical substrate? I did not notice anything about this in the guide. I encounter errors when using this command for cylinder substrate

Thanks

I don’t see how the geometry of the substrate should have an impact. Those errors have likely a different origin.

888

error:“fix deposit region doesnot support a bounding box”

for:

group car type 5
region cc cylinder z 15.50 15.50 17.00 INF INF side out units box
fix coat car deposit 1000 5 1000 29494 region cc near 1.0

or

group car type 5
region cc block -5.00 30.00 -1.00 30.00 INF INF side out units box
fix coat car deposit 1000 5 1000 29494 region cc near 1.0

I do not know in which part I have made a mistake that I encounter these errors

please guide me…

From the fix deposit documentation:

The fix deposit command must use the region keyword to define an insertion volume. The specified region must have been previously defined with a region command. It must be defined with side = in.

Thank you very much .It was solved.