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

changing the amount of injected parcels with time-kinematicCloudProperties

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 7, 2017, 06:48
Default changing the amount of injected parcels with time-kinematicCloudProperties
  #1
New Member
 
Raheleh M
Join Date: Nov 2017
Posts: 1
Rep Power: 0
Rahel is on a distinguished road
Hi,

I am a new begginer to openFoam and working on lagrangian particle tracking in order to simulate particles in a flow field. The code used to inject particles (hier: parcels) is:


injectionModels

{
injection
{
type patchInjection;
massTotal 0.00653349;
parcelBasisType mass;
patchName INLET;
parcelsPerSecond 100;
duration 148;
U0 ( 0 0 0 );
SOI 0;
flowRateProfile constant 1;
sizeDistribution
{
type general;
generalDistribution
{
distribution
(
#include "../../../../../resources/distributions/expNormal185_005.txt"
);
}
}
}
}


Now I would like to change the code in order to vary the amount of injected parcels over time steps.

I would be very grateful if someone shows me the way.
Rahel is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
bash script for pseudo-parallel usage of reconstructPar kwardle OpenFOAM Post-Processing 42 May 7, 2024 23:17
courant number increases to rather large values 6863523 OpenFOAM Running, Solving & CFD 22 July 5, 2023 23:48
Stuck in a Rut- interDyMFoam! xoitx OpenFOAM Running, Solving & CFD 14 March 25, 2016 07:09
[solidMechanics] solidMechanics gear contact in rotation nlc OpenFOAM CC Toolkits for Fluid-Structure Interaction 3 January 11, 2015 06:41
mixerVesselAMI2D's mass is not balancing sharonyue OpenFOAM Running, Solving & CFD 6 June 10, 2013 09:34


All times are GMT -4. The time now is 12:35.