|
[Sponsors] |
May 20, 2021, 12:35 |
patchFlowRateInjection model in Openfoam
|
#1 |
Senior Member
Join Date: Jun 2020
Posts: 100
Rep Power: 6 |
Hello all
I am simulating particle-laden BFS case. I am able to use the patchInjection model (where constant particle injection velocity is defined for all particles) successfully without any problem. Now I want my particles to follow the fluid velocity profile and as per my knowledge the injection model "patchFlowRateInjection" can do this. However, i am not sure about the keywords used in this injection model. In my case, I want to inject particles at certain mass flow rate of fluid (say 10%) from inlet. As per the description given in source code, the user has to define the mass to be injected and their concentration. The diameter of particle (using distribution model defined) and their velocity are automatically calculated by the injection model. The two keywords (concentration and parcelConcentration) are very confusing and I don't know exactly what they mean. What I understand from those keywords is: concentration: volumetric concentration of particle in fluid (volumetric particle discharge/volumetric fluid discharge) parcelConcentration: number of parcel (or particle; when each parcel contains only one particle) in 1 m3 of fluid. In 1 sec, how many parcel (or particle) are there in 1 m3 of fluid. Depending on my understanding I calculated the required parameters but I see no particles are injected from the inlet. The injection model defined in kinematicCloudProperties looks like: Code:
injectionModels { model1 { type patchFlowRateInjection; phi alphaPhi.air; patch inlet; duration 1; SOI 0; parcelBasisType mass; massTotal 5.257e-3; nParticle 1; concentration 1.39e-5; parcelConcentration 77515609; sizeDistribution { type fixedValue; fixedValueDistribution { value 0.00007; } } } } can someone help me to understand this model and setting correct inputs for my simulations. Best Regards Atul |
|
Tags |
concentration, parcleconcentration, patchflowrateinjection |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interFoam wave propagation and explosion of Courant number and residuals | ChiaraViola | OpenFOAM Running, Solving & CFD | 1 | June 26, 2019 06:36 |
compressible k-epsilon model in OpenFOAM | cryabroad | OpenFOAM Running, Solving & CFD | 0 | January 28, 2019 00:48 |
dynamic smagorinsky model in OpenFOAM 4.1 | zhangxc0223 | OpenFOAM Running, Solving & CFD | 2 | October 29, 2018 04:53 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
OpenFOAM: LES turbulence model names | Ollie | Main CFD Forum | 1 | April 11, 2011 14:03 |