|
[Sponsors] |
January 26, 2012, 04:03 |
order of time integration schemes
|
#1 |
Member
fisch
Join Date: Feb 2010
Posts: 97
Rep Power: 16 |
Hello,
i'm performing convergence order tests of a few OF solver. Currently i try to enstablish 2nd order time integration in my tests. I can establish 2nd order for the backward and the CrankNicholson schemes only in the laplacianFoam solver; but not in the pisoFoam or pimpleFoam solvers. Does anybody know if these schemes are really working 2nd order (on orthogonal meshes) in all solvers or is this behavior solver dependent??? Or do i have some mistakes in my fvSchemes file below or do i need special settings in the fvSolution? I'm grateful for all hints. Thanks, Rupert I'm calculating currently with Version 2.1.x My fvSchemes file for a orthogonal mesh looks e.g.: FoamFile { version 2.1; format ascii; class dictionary; location "system"; object fvSchemes; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ddtSchemes { default CrankNicholson 1; } gradSchemes { default none; grad(p) Gauss linear; grad(U) Gauss linear; } divSchemes { div(phi,U) Gauss linear; div((nuEff*dev(T(grad(U))))) Gauss linear; } laplacianSchemes { default none; laplacian(nuEff,U) Gauss linear uncorrected; laplacian((1|A(U)),p) Gauss linear uncorrected; } interpolationSchemes { default linear; } snGradSchemes { default uncorrected; } fluxRequired { default no; p ; } // ************************************************** *********************** // |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Extrusion with OpenFoam problem No. Iterations 0 | Lord Kelvin | OpenFOAM Running, Solving & CFD | 8 | March 28, 2016 12:08 |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
How to write k and epsilon before the abnormal end | xiuying | OpenFOAM Running, Solving & CFD | 8 | August 27, 2013 16:33 |
CFL condition for higher order schemes | Shyam | Main CFD Forum | 2 | February 14, 2008 15:24 |
High order compact finite difference schemes | Mikhail | Main CFD Forum | 6 | August 5, 2003 11:36 |