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

rhoReactingBuoyantFoam_2 species _leak simulation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 17, 2020, 06:46
Question rhoReactingBuoyantFoam_2 species _leak simulation
  #1
Member
 
nikhil108's Avatar
 
Nikhil
Join Date: May 2020
Location: Freiburg
Posts: 43
Rep Power: 6
nikhil108 is on a distinguished road
Dear fellow Foamers,

I am trying to simulate a leak from a pump (box) using rhoReactingBuoyantFoam. Propane is leaking from a hole inside the pump, as shown in the figure below. The problem is, the velocity in the figure below is 10 m/s and i am seeing some propane coming out, But when i gave 1 m/s velocity at the inlet (leak), there is no propane coming out, there is nothing going on, no velocity or anything. But in the log file of the solver, propane species equation is getting solved (i can see the iterations). I thought may be the velocity is too low, and i tried to increase the tolerance in fvSolutions but no change. I tried with 2 m/s velocity then there is some propane coming out. But why its not coming out for 1m/s. I need results for 1 m/s. Please can someone shed some light on this. Any ideas are welcome.
Images order: pump geometry 1,2, leak 1ms, 2ms, 10ms

Here are the case_files

fvSolutions
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

solvers
{
    "rho.*"
    {
        solver          diagonal;
    }

    p
    {
        solver           PCG;
        preconditioner   DIC;
        tolerance        1e-6;
        relTol           0.1;
    }
    p_rgh
    {
        solver           PCG;
        preconditioner   DIC;
        tolerance        1e-6;
        relTol           0.1;
    }

    p_rghFinal
    {
        $p;
        tolerance        1e-6;
        relTol           0.0;
    }
    pFinal
    {
        $p;
        tolerance        1e-6;
        relTol           0.0;
    }

    "(U|h|k|omega|epsilon)"
    {
        solver          PBiCG;
        preconditioner  DILU;
        tolerance       1e-10;
        relTol          0.1;
    }

    "(U|h|k|omega|epsilon)Final"
    {
        $U;
        relTol          0;
    }

    "(Yi|YiFinal)"
    {
        solver          PBiCG;
        preconditioner  DILU;
        tolerance       1e-10;
        relTol          0;
        //$hFinal;
    }

}

PIMPLE
{
    momentumPredictor no;
    nOuterCorrectors  1; //2;
    nUCorrectors     2;
    nCorrectors    1; //1;
    nNonOrthogonalCorrectors 0;
}

// ************************************************************************* //

cheers,
nikhil.
Attached Images
File Type: jpg geom01.jpg (32.2 KB, 6 views)
File Type: jpg geom02.jpg (29.6 KB, 6 views)
File Type: jpg 1ms.jpg (19.9 KB, 6 views)
File Type: jpg 2ms.jpg (22.0 KB, 6 views)
File Type: jpg 10ms.jpg (9.6 KB, 5 views)
nikhil108 is offline   Reply With Quote

Reply

Tags
boundary conditions, fvsolution, leak simulation, rhoreactingbuoyantfoam, species


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
Species transfer in the interface of a phase change VOF simulation Asghari_M Main CFD Forum 0 May 26, 2018 04:45
Surface Integrals of Species Mass Flow to Wall Incorrect koad FLUENT 4 January 12, 2016 16:38
restarting paused transient simulation using reactingFoam JMDag2004 OpenFOAM Running, Solving & CFD 1 August 10, 2015 10:15
Species transport simulation in cyclic flow SH_P FLUENT 0 May 29, 2015 11:15
non-physical turbulence viscosity in coaxial free-jet simulation with species Felipeb FLUENT 3 August 2, 2010 09:27


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