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

order of time integration schemes

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 26, 2012, 03:03
Default order of time integration schemes
  #1
Member
 
fisch
Join Date: Feb 2010
Posts: 97
Rep Power: 16
fisch is on a distinguished road
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 ;
}

// ************************************************** *********************** //
fisch 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
Extrusion with OpenFoam problem No. Iterations 0 Lord Kelvin OpenFOAM Running, Solving & CFD 8 March 28, 2016 11:08
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
CFL condition for higher order schemes Shyam Main CFD Forum 2 February 14, 2008 14:24
High order compact finite difference schemes Mikhail Main CFD Forum 6 August 5, 2003 10:36


All times are GMT -4. The time now is 20:23.