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

Numerical Schemes in Order of Accuracy

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By Krapf

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 6, 2022, 03:44
Default Numerical Schemes in Order of Accuracy
  #1
New Member
 
gabriel rodrigues
Join Date: Jan 2022
Posts: 10
Rep Power: 4
Lucc is on a distinguished road
Hello !

I'm looking for some information concerning the FvSchemes, where we define the numerical schemes used in the simulation. In my case i'm running the simpleFoam for a mesh of 145.859 tetrahedrical elements and the quality is acceptable. It would be very helpful for me some tips or even a guide around it's numerical schemes.

To simplify, i'd would like to know, ordering from the lesser to the most accurate numerical scheme used in simpleFoam and thus improve my results.

Thank you!

I'm currently using these on mine:
Code:
FoamFile
{
    format      ascii;
    class       dictionary;
    location    "system";
    object      fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

ddtSchemes
{
    default         steadyState;
}

gradSchemes
{
    default         Gauss linear;
}

divSchemes
{
    default         none;
    div(phi,U)      bounded Gauss upwind;
    div(phi,k)      bounded Gauss upwind;
    div(phi,epsilon) bounded Gauss upwind;
    div((nuEff*dev2(T(grad(U))))) Gauss linear;

    div(phi,age)    bounded Gauss upwind;
}


laplacianSchemes
{
    default         Gauss linear corrected;
}

interpolationSchemes
{
    default         linear;
}

snGradSchemes
{
    default         corrected;
}

wallDist
{
    method meshWave;
}
Lucc is offline   Reply With Quote

Old   August 6, 2022, 05:26
Default
  #2
Senior Member
 
Join Date: Oct 2017
Posts: 121
Rep Power: 8
Krapf is on a distinguished road
Take a look at the first part of module 6: https://figshare.com/articles/media/...ining/16783657
reza2031 and Lucc like this.
Krapf is offline   Reply With Quote

Reply

Tags
fvschemes, numerical method, numerical scheme, openfoam 10


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
Starting from 1st order accuracy and continue to 2nd order accuracy elochana FLUENT 1 June 20, 2021 18:22
Fundamental questions about numerical schemes Obad OpenFOAM Running, Solving & CFD 1 May 10, 2021 10:40
Order of Accuracy of BC's in Open FOAM D.B OpenFOAM Running, Solving & CFD 5 April 16, 2016 21:29
no solution in second order schemes immortality OpenFOAM Running, Solving & CFD 14 May 23, 2013 01:39
Standard for checking and testing numerical schemes? X. Ye Main CFD Forum 7 August 31, 1999 17:05


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