|
[Sponsors] |
December 24, 2010, 01:31 |
interFoam.
|
#1 |
Senior Member
Join Date: Mar 2009
Posts: 225
Rep Power: 18 |
Some strange thing happens while I'm running one of my simulations. I'm running my job in parallel. Some of the grids ran fine, but others at different times produce such a strange error with extremely huge alpha field numbers. How come is it possible? I'm using interFoam solver.
Interesting is, that for larger time-step simulation ran fine. Below please find output from my file: Courant Number mean: 0.0097294 max: 9.31111 Interface Courant Number mean: 0.00150258 max: 6.29323 Time = 4.681 MULES: Solving for alpha1 Liquid phase volume fraction = 0.0377748 Min(alpha1) = -19730.1 Max(alpha1) = 17562 MULES: Solving for alpha1 Liquid phase volume fraction = 0.0377758 Min(alpha1) = -59502.8 Max(alpha1) = 58261.1 MULES: Solving for alpha1 Liquid phase volume fraction = 0.0377768 Min(alpha1) = -162905 Max(alpha1) = 183859 MULES: Solving for alpha1 |
|
December 25, 2010, 20:19 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Kristian,
Well, by your description, I can't figure out if:
Code:
checkMesh for a in processor*; do checkMesh -case $a; done The other possibility is that you might have stumbled upon a bug; if so, you better test first with the latest OpenFOAM 1.7.x before reporting it as a bug. I vaguely remember seeing similar issues described here in the forum, so I think that it's either an occasional bug or it has already been fixed. Best regards and good luck! Bruno
__________________
|
|
December 26, 2010, 01:18 |
|
#3 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
hi Bruno Santos
im using a modified version of interFoam for evaporation i have some strange dependencies to grid size and time step and with alpha sub cycle, for example there is a linear relation between time step and my answer!!! when i reduce time step i have a faster evaporation for given time!!! it makes me some how confused can i send you my solver to find out what the problem is? do you have any idea? |
|
December 26, 2010, 08:56 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Nima,
I'm sorry, but I have barely any clue as to what you're talking about My experience with OpenFOAM so far has been mostly oriented to "making it work", rather then getting down to the CFD engineering part The only thing that comes to mind about the problem you are having is that when you are changing grid sizes or time constraints, you're not taking into account the physical limitations of the model. And I say this because I've been playing around with the icoFoam cavity tutorial and I noticed that the equations stated in the User Guide about this tutorial, really need to be taken into account, namely Re and Co (Reynolds and Courant numbers). Similar equations should be taken into account with the interFoam related models, especially since (if I'm not mistaken) interFoam simulates real time and not stationary simulations. So, it's more sensitive to time constraints. (I'm basing myself solely on the damBreak tutorial case!) Best regards and good luck! Bruno
__________________
|
|
January 7, 2011, 00:22 |
|
#5 |
Senior Member
Join Date: Mar 2009
Posts: 225
Rep Power: 18 |
Very sorry for late reply, for some reason I didn't get any information to my email address of any replies to the thread.
I solved the problem. Unnecessarily, I hurried with the post... Late hours, a bit of work. The problem was my time-step was exceeding the limit Courant number. The solution is to whether use coarser grid or simply decrease the time-step or use adjustable time-step. By changing this I was able to obtain the solution. Many very thanks for the reply. K |
|
|
|
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 05:21 |
InterFoam stops after deltaT goes to 1e14 | francesco_b | OpenFOAM Running, Solving & CFD | 9 | July 25, 2020 07:36 |
Slow interFoam compared with other CFD tools? | Ralph M | OpenFOAM Programming & Development | 1 | November 17, 2010 07:46 |
Moving from simpleFoam to interFoam with alpha = 0 | kjetil | OpenFOAM Running, Solving & CFD | 1 | November 8, 2009 21:04 |
Open Channel Flow using InterFoam type solver | sxhdhi | OpenFOAM Running, Solving & CFD | 3 | May 5, 2009 22:58 |