|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Sebastian Lang
Join Date: Aug 2009
Posts: 44
Rep Power: 5 ![]() |
Hi everyone,
I am writing my Bachelor-Thesis at the moment and need an information about the way time is integrated by the interFoam solver for the basics-chapter of my thesis. I already spent a lot of time for searching the User- and Programmer-Guides, but all I found are the several possibilities to perform the time integration. What I want to know is: Which of the possibilities is really used by the interFoam solver? The three possibilities are listed in the Programmer-Guide: -Euler implicit -Euler explicit and -Crank-Nicholson The only thing I found is the possibility to choose the time derivative in the fvSchemes dictionary, but I could not find a place to choose the way time integration is performed. I think the answer is located within the PISO loop that is called by interFoam, but I searched every source I could think of and did not find the answer to my question. Greetings Sebastian |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Posts: 1,140
Rep Power: 19 ![]() |
Hi Sebastian
For interFoam, the momentum equation is discretized in time using the schemes chosen in fvSchemes by either default .... or ddt(rho,U) .... With respect to the gamma-equation it is solved using explicit Euler if you use the standard interFoam. It can be recompiled to use input from fvSchemes, i.e. implicit time integration; threads can be found on the forum on this topic. Best regards, Niels |
|
|
|
|
|
|
|
|
#3 |
|
Member
Sebastian Lang
Join Date: Aug 2009
Posts: 44
Rep Power: 5 ![]() |
Thanks ngj!
This was exactly what I wanted to know! Greets Sebastian |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting a concentration field around a bubble in InterFoam | azman | OpenFOAM Running, Solving & CFD | 2 | January 7, 2013 13:47 |
| Steady state version of interFoam | anger | OpenFOAM Running, Solving & CFD | 1 | October 1, 2009 12:49 |
| Open Channel Flow using InterFoam type solver | sxhdhi | OpenFOAM Running, Solving & CFD | 3 | May 5, 2009 21:58 |
| Question on InterFoam moving mesh capabilities | ziv | OpenFOAM Running, Solving & CFD | 0 | April 23, 2008 09:11 |
| InterFoam stops after deltaT goes to 1e14 | francesco_b | OpenFOAM Running, Solving & CFD | 2 | March 3, 2008 14:48 |