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

patchFlowRateInjection model in Openfoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 20, 2021, 11:35
Default patchFlowRateInjection model in Openfoam
  #1
Senior Member
 
Join Date: Jun 2020
Posts: 100
Rep Power: 6
atul1018 is on a distinguished road
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
atul1018 is offline   Reply With Quote

Reply

Tags
concentration, parcleconcentration, patchflowrateinjection


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
interFoam wave propagation and explosion of Courant number and residuals ChiaraViola OpenFOAM Running, Solving & CFD 1 June 26, 2019 05:36
compressible k-epsilon model in OpenFOAM cryabroad OpenFOAM Running, Solving & CFD 0 January 27, 2019 23:48
dynamic smagorinsky model in OpenFOAM 4.1 zhangxc0223 OpenFOAM Running, Solving & CFD 2 October 29, 2018 03:53
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 06:20
OpenFOAM: LES turbulence model names Ollie Main CFD Forum 1 April 11, 2011 13:03


All times are GMT -4. The time now is 15:24.