|
[Sponsors] |
August 20, 2009, 15:24 |
Temporal discretisation in interFoam
|
#1 |
Member
Sebastian Lang
Join Date: Aug 2009
Posts: 47
Rep Power: 17 |
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 |
|
August 21, 2009, 04:43 |
|
#2 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,902
Rep Power: 37 |
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 |
|
August 21, 2009, 07:39 |
|
#3 |
Member
Sebastian Lang
Join Date: Aug 2009
Posts: 47
Rep Power: 17 |
Thanks ngj!
This was exactly what I wanted to know! Greets Sebastian |
|
Thread Tools | Search this Thread |
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 | 3 | June 7, 2022 04:21 |
InterFoam stops after deltaT goes to 1e14 | francesco_b | OpenFOAM Running, Solving & CFD | 9 | July 25, 2020 06:36 |
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 |