|
[Sponsors] |
patchInjection in icoUncoupledKinematicParcelFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 14, 2018, 18:48 |
patchInjection in icoUncoupledKinematicParcelFoam
|
#1 |
Member
Join Date: Apr 2016
Posts: 30
Rep Power: 10 |
hello,
I am trying to simulate lagrangian particle tracking and want to add 1e05 particles only once in the flow. However with the patchinjection script below the number of particles keep adding after every time step. What should I do to inject particles all at once during the starting of the flow? I am using windows 17.10 version of openfoam model1 { type patchInjection; massTotal 0; parcelBasisType fixed; patchName INLET; nParticle 1; parcelsPerSecond 1e9; duration 1e-4; flowRateProfile constant 1; SOI 0; U0 (0 0 0); sizeDistribution { type fixedValue; fixedValueDistribution { value 5e-6; Last edited by shanvach; February 27, 2018 at 17:11. |
|
July 20, 2018, 13:52 |
|
#2 |
Member
Join Date: Oct 2015
Posts: 63
Rep Power: 11 |
Hi Shanvach,
Check if the time step in your controlDict is also 1e-4. If it is, then I see no reason why it should continue injecting parcels in subsequent time steps. Best, Scram_1 |
|
Tags |
icouncoupledkinematic, lagrangian tracking, patchinjection |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PatchInjection: Initial Particle Position | mayank.dce2k7 | OpenFOAM Programming & Development | 1 | October 6, 2022 13:11 |
tangential velocity for patchInjection | leowong | OpenFOAM Running, Solving & CFD | 1 | February 5, 2021 13:36 |
PatchInjection crashes in parallel | marcomacchi | OpenFOAM Running, Solving & CFD | 2 | April 23, 2018 12:21 |
patchInjection | yingkun | OpenFOAM Running, Solving & CFD | 5 | July 11, 2011 04:17 |
patchInjection | lord_kossity | OpenFOAM Running, Solving & CFD | 0 | August 3, 2009 07:50 |