|
[Sponsors] |
Is kinematicCloud with nParticle=1 like solidParticle? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 10, 2019, 06:18 |
Is kinematicCloud with nParticle=1 like solidParticle?
|
#1 |
Member
Rishikesh
Join Date: Apr 2016
Posts: 63
Rep Power: 10 |
1. Can we understand the concept of parcel in kinematicCloud as a parcel representing a school of identical fish?What is the relation between "cloud" and parcel?
2. If I use a parcel with properties nParticle =1, does that effectively make it similar in behaviour to solidParticle? If this holds it will be helpful to me in modelling a bubble swarm problem, where as we change volumetric flow rate, the nature of swarm goes from individual bubbles with a bubbling frequency, to a dense bubble cloud at higher flow rates. nParticle, size distribution and parcelsPerSecond seem to be three parameters apt to model this kind of evolution. But it counts on the nParticle = 1 hypothesis. I have not been able to formulate a patchInjection for solidParticle so I haven't been able to compare the two scenarios, hence the question. 3. But when would one tune using nParticle vs using parcelsPerSecond? It seems a large number of parcelsPerSec would generate time-averaged statistics with stabler solution (The intermediate eulerian phase timesteps would not have alternating periods of very different agitation; for low parcelsPerSec (1-2), solution diverges, while for 10 it just stops, and for 100 and above it runs to give a reasonably physical result). On the other hand, what significance would it hold on the total number of PARTICLES which get introduced due to this? Last edited by mrishi; June 10, 2019 at 09:17. |
|
December 30, 2020, 08:40 |
|
#2 |
Member
Arthur
Join Date: Aug 2014
Location: Italy
Posts: 47
Rep Power: 12 |
The post is old but I'll try to give an answer, maybe it will help someone.
1. Can we understand the concept of parcel in kinematicCloud as a parcel representing a school of identical fish?What is the relation between "cloud" and parcel? As I read a parcel is an ensemble of particles with the same characteristics (velocity, ...) For some solvers, kinematicCloudProperties or kinematicCloudPositions are the files where you can store the information about the behaviour of your parcels. 2. If I use a parcel with properties nParticle =1, does that effectively make it similar in behaviour to solidParticle? nParticle = 1 means that during the injection in any Parcel will be just one Particle. To introduce the solid particle in your simulation you must choose the right options, such as density, Young modulus, reactions... Remember that the parameters nParticle requires parcelBasisType=fixed. 3. But when would one tune using nParticle vs using parcelsPerSecond? If you use nParticle in your dictionary you must define the parcelsPerSecond, in this way you define how much mass you want to introduce. Let say that you put nParticle=1, your injection duration is 1e-2 [s] and you want to inject 5e3 particles -> in this case you must choose 5e+05 parcelsPerSecond |
|
Tags |
kinematic cloud, lagrangian openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Trying to get kinematicCloud properties in twoPhaseSystem.C | chenbo | OpenFOAM Programming & Development | 3 | April 28, 2022 12:54 |
Multiphase Solid Particle Tracking | alexlupo | OpenFOAM Running, Solving & CFD | 114 | March 17, 2022 21:52 |
error in kinematicCloud | kalyan | OpenFOAM Running, Solving & CFD | 8 | December 29, 2019 00:52 |
Inconsistencies in reading .dat file during run time in new injection model | Scram_1 | OpenFOAM | 0 | March 23, 2018 23:29 |
Dispersion model for solidParticle Library | ahcai007 | OpenFOAM Running, Solving & CFD | 2 | April 25, 2017 20:12 |