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

How coneNozzleInjection Works?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 18, 2020, 20:35
Default How coneNozzleInjection Works?
  #1
Cal
New Member
 
Calvin
Join Date: Nov 2019
Posts: 13
Rep Power: 6
Cal is on a distinguished road
Hi all,


I am editing code someone else wrote and am having trouble understanding what each variable does. I am currently using coneNozzleInjection with the following parameters:


Code:
injectionModels
    {
        model1
        {
            type            coneNozzleInjection;
            massTotal       1.3171528e-3;
            parcelBasisType mass;//fixed;
            nParticle       1;
            injectionMethod disc;
            flowType        constantVelocity;
            UMag            89.4; //Calculation with K = 1 sudden expansion
            outerDiameter   250e-6;
            innerDiameter   0;
            SOI             0;
            duration        0.3;
            position        (0 0 1e-3); // 4 Liquid Jet diameters
            direction       (1 0 0);
            parcelsPerSecond 5.0e8; 
            flowRateProfile table
                (
                (0               4.3905092e-6)
                (0.3             4.3905092e-6)
                (0.6             4.3905092e-6)
                );

            //Cd              constant 0.9; if  flowType = flowRateAndDischarge
            //Pinj            constant 80 bar; if flowType = pressure DrivenVelocity

            thetaInner      constant 0.0;
            thetaOuter      constant 0.0;

            sizeDistribution
            {
/*                type        RosinRammler;*/
/*                RosinRammlerDistribution*/
/*                {*/
/*                    minValue        10e-06;*/
/*                    maxValue        250e-6;*/
/*                    d               250e-6;*/
/*                    n               3;*/
/*                }*/

                type        uniform;
                uniformDistribution
                {
                    minValue    4.376955e-5;//2.0316025e-5;
                    maxValue    4.376955e-5;//2.0316025e-5;
                }
            }
        }
    }



Would anyone be able to explain to me what the following variables mean and how they affect the spray characteristics?
- nParticle
- parcelsPerSecond
- flowRateProfile table


Thanks!
Cal is offline   Reply With Quote

Reply


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
Homogeneous reaction works fine alone but not with diffusion and/or convection Anderson2019 Main CFD Forum 1 October 5, 2019 09:12
Viscosity UDF works when interpreted, Doesn't when compiled? bloodflow Fluent UDF and Scheme Programming 4 April 11, 2019 09:06
My UDF works well with Fluent 16 but not with Fluent 19 Ahmed A. Serageldin Fluent UDF and Scheme Programming 3 October 19, 2018 11:38
Why renumbering works for LduMatrix? chengdi OpenFOAM 4 July 31, 2017 18:54
Parallel runs with sonicDyMFoam crashes (works fine with sonicFoam) jnilsson OpenFOAM Running, Solving & CFD 0 March 9, 2012 06:45


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