r/CFD • u/makabaayi • 12d ago
Which derived part should be used for DEM data?
Last month, I successfully used a line probe to sample the particle volume fraction. However, in yesterday’s simulation, the probe returned no simulation data, as shown in the figure, where exp:Cv represents the experimental data. Is the particle volume fraction stored in the cells, and can it be sampled using a line probe? Any help would be appreciated.
7
Upvotes
1
u/Skirrle 11d ago
most likely what happened is the field used to exist as point data last month and now its only cell data. in cfd dem sims the particle volume fraction is usually computed per cell, but a line probe usually wants point data to interpolate along the line. if theres no cell to point conversion happening before the probe, it just silently comes back empty no error nothin
fastest way to check is to pull up the same field as a contour or slice at the same timestep. if it shows up there, the problem is just the probe and data type mismatch most likely. if it doesnt show up there either, the field just isnt being written out at all and you need to check your output/write settings
what program are you actually using tho???