CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

patchInjection in icoUncoupledKinematicParcelFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 14, 2018, 17:48
Default patchInjection in icoUncoupledKinematicParcelFoam
  #1
Member
 
Join Date: Apr 2016
Posts: 30
Rep Power: 10
shanvach is on a distinguished road
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 16:11.
shanvach is offline   Reply With Quote

Old   July 20, 2018, 12:52
Default
  #2
Member
 
Join Date: Oct 2015
Posts: 63
Rep Power: 10
Scram_1 is on a distinguished road
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
Scram_1 is offline   Reply With Quote

Reply

Tags
icouncoupledkinematic, lagrangian tracking, patchinjection


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PatchInjection: Initial Particle Position mayank.dce2k7 OpenFOAM Programming & Development 1 October 6, 2022 12:11
tangential velocity for patchInjection leowong OpenFOAM Running, Solving & CFD 1 February 5, 2021 12:36
PatchInjection crashes in parallel marcomacchi OpenFOAM Running, Solving & CFD 2 April 23, 2018 11:21
patchInjection yingkun OpenFOAM Running, Solving & CFD 5 July 11, 2011 03:17
patchInjection lord_kossity OpenFOAM Running, Solving & CFD 0 August 3, 2009 06:50


All times are GMT -4. The time now is 07:46.