|
[Sponsors] |
March 9, 2012, 04:54 |
Numerical schemes: under the hood
|
#1 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Dear foamers,
I am interested in finding out how the different numerical schemes available in OpenFOAM work. I would like to understand some details. Is there any documentation available and/or which are the files in the src where they are expliceted? Thanks a lot, Samuele |
|
March 9, 2012, 05:29 |
|
#2 |
Senior Member
|
Hi,
you can browse the doxygen http://www.openfoam.org/docs/cpp/ http://foam.sourceforge.net/docs/cpp...c3619d681.html might be what you looking for |
|
March 9, 2012, 05:31 |
|
#3 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Thanks Elvis,
that's could be a good starting point. Also, do you know if a more `theoretical' documentation exists? Thanks, Samuele |
|
March 9, 2012, 06:59 |
|
#4 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
And how can I understand which is the best numerical scheme for each solver?
Thanks again, Samuele |
|
March 9, 2012, 08:00 |
|
#5 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
Any textbook on CFD will give information on numerical scheme and how they are defined and can be related to stability and stuff like that.
Which schemes you should use depends on the case more than the solver. |
|
March 9, 2012, 09:50 |
|
#6 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Dear Bernhard,
thanks for answering. Actually, I agree when you say that I should read a book about Fluiddynamycs. The point is that I would like to find a book which uses the names used by OF. For example, reading here, if I have to solve a laplacian I can write: laplacian(nu,U) Gauss <interpolationScheme> <snGradScheme> What I would like to und is what is it meant by <interpolationScheme> and by <snGradScheme>. Could you give me a brief explanation? Or a link? Thanks a lot. Samuele |
|
March 9, 2012, 11:22 |
|
#7 |
Senior Member
|
Hi,
if you take a look at the PHD thesis collection from Dr. Jasak http://powerlab.fsb.hr/ped/kturbo/OpenFOAM/docs/ you find OF based/releated CFD-reseach, but the syntax is not source code like you could find s.th. like that in the OF wiki but those Documentations are hiden somewhere in the wiki. Holger Marschall had a docu project in mind, but he was stopped by somebody´s lawyers (who owns a copyright.) you know Hakan´s Stuff allready? http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2011/ ..2007 or the Gothenburg OpenFOAM workshop Penn State OF Workshop training Summerschool stuff etc. |
|
March 12, 2012, 04:22 |
|
#8 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Hi Elvis,
thanks for help. Actually, I am finding out something very interesting. I have a questio: do you know why the `linear' interpolation scheme is a second order scheme? Being linear, shouldn't it be first order? |
|
August 25, 2014, 10:57 |
|
#9 | |
Member
Pratik Nanavati
Join Date: May 2014
Location: Munich, Germany
Posts: 40
Rep Power: 12 |
Quote:
this post is almost 5 years old. but i am new to openfoam. i also have the same question. i.e. complete description of fvSchemes in OpenFoam terms (well documented). (I read the Elvis's suggestions as well in the thread) have u found any ? if yes, can you please paste the link or share any material over the email ? |
||
August 26, 2014, 06:06 |
|
#10 |
Senior Member
|
Hi,
there is a very slooowly improving initiative http://www.cocoons-project.org/ The goal of the CoCoons Project is to provide peer and technical reviewed, high-quality documentation of C++ libraries for Computational Continuum Numerics on Arbitrary Unstructured Meshes in the Open Source Spirit (OSS). Asking your Question at the http://www.extend-project.de/ =>OpenFOAM Community (OF-extend people) might lead to some information. http://www.sourceflux.de/book/ |
|
August 26, 2014, 07:56 |
|
#11 |
Member
Pratik Nanavati
Join Date: May 2014
Location: Munich, Germany
Posts: 40
Rep Power: 12 |
thanks for the suggestion elvis
|
|
December 9, 2014, 06:51 |
|
#12 |
Member
Tobias Adam
Join Date: Oct 2013
Location: Siegen
Posts: 55
Rep Power: 13 |
Hey everyone
I try to find an explantation to the fv-schemes. I shortly searched on the pages elvis suggested, but there is so much information on that many pages that I just don´t know where to start to find the information about the schemes. I know how to use the main schemes. But I like to understand all schemes from this list. https://docs.google.com/document/d/1...it?usp=sharing Best regards Tobi |
|
December 9, 2014, 07:00 |
Edit of above
|
#13 |
Member
Tobias Adam
Join Date: Oct 2013
Location: Siegen
Posts: 55
Rep Power: 13 |
Hmm,
I cannot edit the post!? Maybe cfd-online does not work very well with google chrome? EDIT: Right link to the list of schemes I´m interested in: https://docs.google.com/document/d/1...it?usp=sharing best regards Tobi |
|
January 30, 2017, 06:56 |
|
#14 |
New Member
muhammet çevik
Join Date: Oct 2016
Location: turkey
Posts: 5
Rep Power: 10 |
Hİ tobias
I am laso trying to find an explantation to the fv-schemes. Did you find anything useful. Best |
|
February 1, 2017, 03:28 |
|
#15 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Dear Muhmt,
please read the notes from Elvis. There you will find all the necessary information. If you want to have all informations, use Doxygen and analyze the C++ code. As it is already written above:
__________________
Keep foaming, Tobias Holzmann |
|
August 18, 2017, 10:39 |
|
#16 | |
Senior Member
|
Quote:
http://www.sciencedirect.com/science...95034917300077 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Numerical schemes for free surface flows (VOF) | botp | OpenFOAM | 2 | March 11, 2011 16:27 |
numerical schemes | Valerio | FLUENT | 2 | July 28, 2008 05:02 |
Kinetic schemes and numerical dissipation | Praveen | Main CFD Forum | 0 | September 6, 2002 08:09 |
Behaviour of Numerical Schemes | Ravi. B. R | Main CFD Forum | 3 | September 22, 2001 11:18 |
Standard for checking and testing numerical schemes? | X. Ye | Main CFD Forum | 7 | August 31, 1999 18:05 |