|
[Sponsors] |
September 4, 2010, 18:22 |
SonicFoam simulation probleme
|
#1 |
Member
Alex
Join Date: Mar 2010
Posts: 33
Rep Power: 16 |
Dear Foamers!
I'm trying to simulate the exhaust of a muzzle, my mesh and my boundary conditions are ok (transient boundary condition (time-depended) ), i'm using sonicFoam (with perfect gas). the simulation do not give any result (0 iteration all the time). You can find my case directory here http://www.4shared.com/file/hpAUp6tE/test64tar.html Any help please. Alex |
|
September 5, 2010, 17:29 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Alex,
What version of OpenFOAM are you using and which gcc version did you use to build it? To know the gcc version, run: Code:
gcc -v Best regards, Bruno
__________________
|
|
September 5, 2010, 17:35 |
|
#3 |
Member
Alex
Join Date: Mar 2010
Posts: 33
Rep Power: 16 |
Hi Bruno,
I'm using OpenFoam 1.7.0 and gcc version 4.4.3. Best regards |
|
September 5, 2010, 17:52 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Alex,
Well, that was easy... I didn't even need to run it. The problem is that you didn't notice that your write time is larger than your end time: Code:
endTime 0.00007 ; (...) writeInterval 0.0005; And yes, I've made this mistake too in the past Always keep in mind that with OpenFOAM (and probably other CFD applications too), you must handle input and output data with eagle eyes Otherwise, you might end up with a GIGO case (Garbage in - Garbage out). Best regards, Bruno
__________________
|
|
September 5, 2010, 17:59 |
|
#5 |
Member
Alex
Join Date: Mar 2010
Posts: 33
Rep Power: 16 |
Hi Bruno,
I've notice this error ans i modified it ndTime 0.007 ; (...) writeInterval 0.0005; But there is no change, all the simulation is with O iterations (p,e, Ux..) so the result is the same of my initials conditions. I let it working for 10 hours without any change. Any idea. Thanks a lot. |
|
September 5, 2010, 20:14 |
|
#6 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Alex,
Let me first just warn you: I have a lot of experience in installing OpenFOAM in Linux and Windows, but sadly I don't have much experience actually using it Nonetheless, I changed a bit the the times in the controlDict to: Code:
endTime 0.0007 ; deltaT 0.000008; writeControl runTime; writeInterval 0.0001; I can only assume two things from these two pictures:
My suggestion (as a pseudo-amateur) is to first test the mesh with icoFoam or simpleFoam, and see if the air can simply flow from one place to the other, without taking into account accuracy in turbulence and all that. Simply test the mesh if is a valid simulation domain. Best regards and good luck! Bruno
__________________
|
|
September 5, 2010, 22:03 |
|
#7 |
Member
Alex
Join Date: Mar 2010
Posts: 33
Rep Power: 16 |
Hi Bruno,
Thanks for your response. I had my mesh from a fluentMeshToFoam conversion, i've run the case under fluent and it gave a good result. Best regards. |
|
October 30, 2010, 12:06 |
|
#8 |
Member
|
Hi bruxe
how about your simulations. explain me your problem which your are facing now. snd a private msg. regards Ambilpur Kiran |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
energy in sonicFoam | joern | OpenFOAM Running, Solving & CFD | 1 | September 24, 2019 01:15 |
FSI TWO-WAY SIMULATION | Smagmon | CFX | 1 | March 6, 2009 14:24 |
Continuous vs interrupted simulation | sega | OpenFOAM Running, Solving & CFD | 4 | November 3, 2008 15:29 |
simulation of tundish probleme | chankhar | FLUENT | 21 | May 27, 2006 14:46 |
3-D Contaminant Dispersal Simulation | Apple L S Chan | Main CFD Forum | 1 | December 23, 1998 11:06 |