|
[Sponsors] |
Relations between lagrangian particle concentration and mesh size |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 8, 2022, 22:51 |
Relations between lagrangian particle concentration and mesh size
|
#1 |
Member
Huan Zhang
Join Date: Nov 2020
Posts: 55
Rep Power: 6 |
Dear Foamers,
I am wondering that if the lagrangian particle concentration varies with mesh grid size? In openfoam, the particle concentration theta was defined as: Code:
theta[celli] += p.nParticle()*p.volume(); theta.primitiveFieldRef() /= mesh_.V(); Any point is welcome! |
|
June 10, 2022, 05:06 |
|
#2 |
Senior Member
Josh Williams
Join Date: Feb 2021
Location: Scotland
Posts: 113
Rep Power: 5 |
Hi Huan,
Yes the concentration will naturally change with mesh size. Regarding your point "how can we validate the concentration with experiment?": Could you give some information on the experimental data you are trying to validate against? It is unlikely that experimental data would give as detailed measurement as local particle concentration (at a similar length scale as a computational cell). It is more likely that the experiment may provide some domain-averaged concentration statistics (mean, std dev, etc). Alternatively, if there is some local information provided, then you may need to resample your particle cloud in post-processing to match the length scale used for to quantify 'concentration' in the experimental data. E.g. in the paper below by Marchioli et al, several laboratories performed simulations of particle-laden channel flow on varying meshes. Then they all sample instantaneous particle concentrations following the same protocol (which is therefore mesh independent). Marchioli, Ch, A. Soldati, J. G. M. Kuerten, B. Arcen, A. Taniere, G. Goldensoph, K. D. Squires, M. F. Cargnelutti, and L. M. Portela. "Statistics of particle dispersion in direct numerical simulations of wall-bounded turbulence: Results of an international collaborative benchmark test." International Journal of Multiphase Flow 34, no. 9 (2008): 879-893. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calculating source term total cell-zone volume parallel computation | RobV | Fluent UDF and Scheme Programming | 2 | May 30, 2022 04:46 |
particle mass concentration | ram Mehar | FLUENT | 0 | November 23, 2020 20:21 |
CFD-DEM Simulation - Particle Size compared to mesh cell size | 90nash | Main CFD Forum | 5 | November 1, 2018 21:50 |
Instability in transport solution on tet mesh | mpeti | OpenFOAM | 5 | October 18, 2011 12:25 |
Mesh Concentration Points | Ali_M | ANSYS Meshing & Geometry | 7 | April 3, 2011 10:02 |