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

Where exactly to set up interpolation scheme

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2008, 10:48
Default Dear FOAMers, I'm afraid I
  #1
New Member
 
Thomas Ceyrowsky
Join Date: Mar 2009
Location: Germany
Posts: 9
Rep Power: 17
ceyrows is on a distinguished road
Dear FOAMers,

I'm afraid I have a pretty stupid question concerning the interpolation schemes:

Where do I choose the interpolation scheme? In the fvSchemes-Dict there are the following options:

ddtSchemes
{
default CrankNicholson 0;
}

gradSchemes
{
default Gauss linear;
grad(p) Gauss linear;
grad(U) Gauss linear;
}

divSchemes
{
default none;
div(phi,U) Gauss limitedLinearV 1;
div(phi,k) Gauss limitedLinear 1;
div(phi,epsilon) Gauss limitedLinear 1;
div(phi,R) Gauss limitedLinear 1;
div(R) Gauss linear;
div(phi,nuTilda) Gauss limitedLinear 1;
div((nuEff*dev(grad(U).T()))) Gauss linear;
}

laplacianSchemes
{
default none;
laplacian(nuEff,U) Gauss linear corrected;
laplacian((1|A(U)),p) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(DREff,R) Gauss linear corrected;
laplacian(DnuTildaEff,nuTilda) Gauss linear corrected;
}

interpolationSchemes
{
default linear;
interpolate(U) MUSCL phi;
}

What is the difference between the "divSchemes"- and the "interpolationSchemes"-entry or is there a double assignment? Where do I enter the chosen scheme?

Thanks for your suggestions and regards,

Thomas
ceyrows 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
Which interpolation scheme is used for velocity Chen Fangzhi FLUENT 1 July 27, 2015 16:53
Deciphering interpolation scheme implementation alberto OpenFOAM Running, Solving & CFD 0 March 13, 2008 22:18
Spray interpolation scheme chris1980 OpenFOAM Running, Solving & CFD 1 June 16, 2006 14:58
interpolation scheme? HADD Siemens 9 September 16, 2005 14:08
CAVITATION (pressure interpolation scheme)!? ROOZBEH FLUENT 0 March 3, 2004 04:26


All times are GMT -4. The time now is 10:35.