1) It will simpler if I show you the lines
&PROP ID='pdpa_adm'
PART_ID='CHARGE'
QUANTITY='NUMBER CONCENTRATION'
PDPA_M=1
PDPA_N=1
PDPA_RADIUS=0.1
PDPA_START=2.0 /
&DEVC XYZ=0.0,0.0,1.8, QUANTITY='PDPA', PROP_ID='pdpa_adm'
ID='PDPA_Admin'/
With this, if I am correct, The sensor 'PDPA_admin' returns the number
of particles 'CHARGE' in a sphere of 0.2m of radius (centered on
[0,0,1.8]), and the measurment starts at the 2nd second of the
simulation ?
My problem in that case is that these lines give me a count of
millions of particles. Yet I only introduce arround 1000 particles per
second, and the velocity of the flow is sufficient to bring the
particles to the exit of the duct, so I should have results of the
10^3 order. I don't understand what my error is.
2) Thank you for this answer, I overlooked this part :).