Hey, I have a small problem setting up my simulation. I am trying to simulate dispersion in urban area, however I am struggling with applying boundary conditions. I have done some research and it looks like I need to use DPM model in Fluent. In attached picture you can find what kind of boundary condition I want to obtain. I am using file as a source for the particles. Unfortunately, Fluent does not interpret the file as I want it to, as you can see on the other picture. I think the problem is in non-uniform mesh but I do not know what should I do. Do you have any advises how to properly create the particle input file?
P.S. my particles input file has the default format i.e.:
((x y z u v w diameter temperature mass-flow) name)
((-400.0 -150.0 0.804020100503 0.0 0.0 0.0 2e-06 323.15 5.58963715083e-09)inject0)
((-400.0 -150.0 2.41206030151 0.0 0.0 0.0 2e-06 323.15 7.0437612492e-09)inject1)
((-400.0 -150.0 4.02010050251 0.0 0.0 0.0 2e-06 323.15 7.8453763972e-09)inject2)
((-400.0 -150.0 5.62814070352 0.0 0.0 0.0 2e-06 323.15 8.42397298797e-09)inject3)
((-400.0 -150.0 7.23618090452 0.0 0.0 0.0 2e-06 323.15 8.88482690199e-09)inject4)
((-400.0 -150.0 8.84422110553 0.0 0.0 0.0 2e-06 323.15 9.27166109045e-09)inject5)
etc.
Thanks!!!