|
[Sponsors] |
March 28, 2018, 16:30 |
size distribution models in OpenFOAM 4.x
|
#1 |
Member
Min Zhang
Join Date: Mar 2017
Posts: 81
Rep Power: 9 |
In distributionModel.H, it says:
Class Foam::distributionModel Description A library of runtime-selectable distribution models. Returns a sampled value given the expectation (nu) and variance (sigma^2) Current distribution models include: - exponential - fixedValue - general - multi-normal - normal - Rosin-Rammler - uniform The distributionModel is tabulated in equidistant nPoints, in an interval. These values are integrated to obtain the cumulated distribution model, which is then used to change the distribution from unifrom to the actual distributionModel. My goal: Set a volume uniform particle size distribution. my Questions: Q1. What is "general distribution", in this thread Size Distribution Models - Spray Modelling Chrisi1984 gave a general distribution example, I want to make sure whether the second column is the number fraction of the corresponding particle size in the first column. Q2. The "uniform distribution" is a uniform DISTRIBUTION between minValue and maxVaue, yes? My point is it is not a single particle size, it is a distribution. If we choose to use the uniform distribution, we only need to give "minValue" and "maxValue".Then, my question is how many particle sizes (which is nPoints in the above copied distributionModel.H description, yes?) are used? Q3. For my goal "a mass/volume uniform PSD (since the particles have the same density, volume fraction is the same as mass fraction)", which is the efficient option? Right now, I think the general distribution could be the solution. Thanks and best regards, Min |
|
March 30, 2018, 19:10 |
|
#2 | |
Member
Min Zhang
Join Date: Mar 2017
Posts: 81
Rep Power: 9 |
Quote:
My own answers: Q1: The second column is the volume fraction/probability, not number fraction. Q2: I have no answer currently. Q3: "uniform" distributionModel would be the most efficient option. This is because it is uniform mass fraction. Any comments would be very appreciated! |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frequently Asked Questions about Installing OpenFOAM | wyldckat | OpenFOAM Installation | 3 | November 14, 2023 12:58 |
using chemkin | JMDag2004 | OpenFOAM Pre-Processing | 2 | March 8, 2016 23:38 |
New OpenFOAM Forum Structure | jola | OpenFOAM | 2 | October 19, 2011 07:55 |
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 | wyldckat | OpenFOAM Announcements from Other Sources | 3 | September 8, 2010 07:25 |
Particle Size Distribution with R-R fails? | HP | FLUENT | 6 | May 19, 2005 07:35 |