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

InterFoam generating stack trace

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 2, 2022, 13:42
Post InterFoam generating stack trace
  #1
New Member
 
Diego Rodrigo
Join Date: Sep 2022
Posts: 5
Rep Power: 3
d3co is on a distinguished road
Hello,
trying to do a case where flow is going through 3 inlets of a 2.5D geometry
When i run interFoam, the case goes till time 145.052 and stop running with back trace error.
Can anyone help me with this issue. Any suggestion will be aprecciated.
Thank you.


fvScheme

Code:
ddtSchemes
{
    default         Euler;
}

gradSchemes
{
    default         Gauss linear;
}

divSchemes
{
    div(rhoPhi,U)  Gauss linearUpwind grad(U);
    div(phi,alpha)  Gauss vanLeer;
    div(phirb,alpha) Gauss linear;
    div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}

laplacianSchemes
{
    default         Gauss linear corrected;
}

interpolationSchemes
{
    default         linear;
}

snGradSchemes
{
    default         corrected;
}
fvSolution
Code:
solvers
{
    "alpha.water.*"
    {
        nAlphaCorr      2;
        nAlphaSubCycles 1;
        cAlpha          1.5;

        MULESCorr       yes;
        nLimiterIter    3;

        solver          smoothSolver;
        smoother        symGaussSeidel;
        tolerance       1e-8;
        relTol          0;
    }

    pcorr
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-5;
        relTol          0;
    }

    pcorrFinal
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-5;
        relTol          0;
    }

    p_rgh
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-08;
        relTol          0.05;
    }

    p_rghFinal
    {
        $p_rgh;
        relTol          0;
    }

    U
    {
        solver          smoothSolver;
        smoother        symGaussSeidel;
        tolerance       1e-08;
        relTol          0;
    }
}

PIMPLE
{
    momentumPredictor   no;//solve Navier-Stokes equations explicitly
    nOuterCorrectors    1;//number of outer correctors
    nCorrectors         3;//number of pressure - velocity coupling iterations
    nNonOrthogonalCorrectors 0;//number of pressure iterations
}

relaxationFactors
{
    equations
    {
        ".*" 1;//no under-relaxation in this case
    }
}
Attached Files
File Type: txt backtrace.txt (3.4 KB, 3 views)
File Type: txt checkmesh.txt (1.0 KB, 1 views)
d3co 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
Generating Stack Trace while solving johny_walker OpenFOAM Running, Solving & CFD 1 January 29, 2021 03:48
SimpleFoam generating stack trace & failing to solve rakesh.a OpenFOAM Running, Solving & CFD 9 May 14, 2019 08:02
Doxygen documentation Tanay OpenFOAM Installation 9 September 23, 2011 11:40
ParaView and Qt 4.3.5 on Mac OS X 10.6 Adrian OpenFOAM 3 August 8, 2010 03:16
Phase locked average in run time panara OpenFOAM 2 February 20, 2008 14:37


All times are GMT -4. The time now is 21:56.