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

Proper divScheme for solver system without fvm::laplacian()

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 6, 2024, 06:43
Default Proper divScheme for solver system without fvm::laplacian()
  #1
Member
 
Sereff
Join Date: Jan 2019
Posts: 51
Rep Power: 8
Sereff is on a distinguished road
Hi FOAMers:

I am dealling with solving a fvScalarMatrix equation that is without fvm::laplacian() term, or have extremely low diffusivity. And this leads to "solution singularity" problem. On the other hand, change the fvScalarMatrix of TEqn in buoyanBoussinesqPimpleFoam to be without fvm::laplacian() term, the temperature field can be solved without any error. I chosed the same solver and divScheme for both of them, but the different result still remains. please help

fvSolution:
Code:
    "(T|s)"
    {
        solver          PBiCGStab;
        preconditioner  DILU;
        tolerance       1e-6;
        relTol          1e-3;
    }

    "(T|s)Final"
    {
        $T;
        relTol          0;
    }
fvSchemes:
Code:
divSchemes
{
    default         Gauss linear;

    div(phi,U)      Gauss LUST grad(U);
    div(phi,k)      Gauss limitedLinear 1;
    div(phi,epsilon) Gauss linear;

    div(phi,T)      Gauss upwind;
    div(phi,s)     Gauss upwind;

    div((nuEff*dev2(T(grad(U))))) Gauss linear;
}
Sereff is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
CFX11 + Fortran compiler ? Mohan CFX 20 March 30, 2011 18:56
plz rply urgent regrding vof model for my system garima chaudhary FLUENT 1 July 20, 2007 08:37
Need ideas-fuel discharge system Jan FLUENT 1 October 10, 2006 23:05
Need ideas-fuel discharge system Jan CFX 1 October 9, 2006 08:16
Need ideas-fuel discharge system Jan Main CFD Forum 0 October 9, 2006 04:27


All times are GMT -4. The time now is 11:08.