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

About using momentumLookupTableInjection

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 18, 2023, 21:21
Default About using momentumLookupTableInjection
  #1
New Member
 
ZhangWenXuan
Join Date: Mar 2023
Posts: 2
Rep Power: 0
tyhero is on a distinguished road
When using momentumLookupTableInjection, there may be situations where some positions do not inject particles or only one position injects particles.
https://ss1.xrea.com/penguinitis.g1....injection.html I followed the prompts on this website to set the time step and parcelsPerSecond, but there were still issues.
Here are my settings:
Code:
model1
        {
            type            momentumLookupTableInjection;

            inputFile       "injectionTable";

            parcelBasisType fixed;
            nParticle        1;
            parcelsPerSecond 200;
            randomise off;

            massTotal       0;
            SOI             116;
            duration        1;	

        }
Code:
FoamFile
{
    version     10;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      injectionTable;
}

// (x y z) (u v w) d rho mDot
(
    (0 0 0) (0 0 0) 1e-3 9341.88 1e-7
    (0.5 0.01 0) (0 0 0) 1e-3 9341.88 1e-7
    (-0.5 0.01 0) (0 0 0) 1e-3 9341.88 1e-7
    (-0.1 -0.01 0) (0 0 0) 1e-3 9341.88 1e-7
    (-0.4 -0.02 0) (0 0 0) 1e-3 9341.88 1e-7
    (-0.6 -0.02 0) (0 0 0) 1e-3 9341.88 1e-7
    (-0.8 -0.05 0) (0 0 0) 1e-3 9341.88 1e-7
    (0.7 0.04 0) (0 0 0) 1e-3 9341.88 1e-7
);
I hope someone can give me an answer.
Thank you!
tyhero is offline   Reply With Quote

Reply

Tags
injection model, lagrangian


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



All times are GMT -4. The time now is 01:48.