|
[Sponsors] |
February 25, 2010, 02:57 |
Wiki solver guides
|
#1 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
Hi,
a few days ago I updated the following guides on the wiki, for those interested:
This is part of the content that should have gone in the documentation project, and the structure used for the guides is very similar to what was the structure of the documents that should have become part of it. Since it did not work out for the reasons we know, I decided to put on the wiki the part of the material I was working on. Keeping it on my hard drive was not helping anybody. More will come in some time, since rearranging the format is all but fun (no LaTeX macros can be defined to my knowledge on the wiki. If you know a way, please share ). Best,
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
March 16, 2010, 19:42 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Alberto,
I've seen you're other thread about these same guides, but only just recently saw this thread... Quote:
In the mean time, I'm still hanging on to the idea of linking up openfoamwiki.net with -extend's SVN in sourceforge... i.e., putting the LaTeX PDF/PS (and even source) versions in the SVN, and making a link to them in the respective solver page in the wiki Best regards, Bruno |
||
March 16, 2010, 22:13 |
|
#3 | ||||
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
Quote:
Quote:
Quote:
Quote:
Best,
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|||||
March 25, 2010, 04:56 |
|
#4 |
New Member
Christian Gross
Join Date: Oct 2009
Location: Germany
Posts: 5
Rep Power: 17 |
Thanks for the guides. They are much appreciated.
|
|
March 28, 2010, 08:25 |
|
#5 |
Member
Piotr Prusinski
Join Date: Oct 2009
Location: Warsaw, Poland
Posts: 67
Rep Power: 17 |
||
March 28, 2010, 21:56 |
|
#6 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
Hello,
that solver is not among those I considered to document. Hopefully someone else will contribute the documentation for it, or you could write it if you decide to study how it works. Best,
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
April 3, 2010, 12:24 |
|
#7 | |
Member
Piotr Prusinski
Join Date: Oct 2009
Location: Warsaw, Poland
Posts: 67
Rep Power: 17 |
Quote:
Thanks for your replay, sorry to read it unfortunately, but maybe something will come up due to another thread. Who knows maybe new solver guide |
||
April 3, 2010, 14:29 |
|
#8 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
That would be nice :-)
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
January 27, 2011, 06:29 |
typo, bug or not understood
|
#9 |
Senior Member
Wouter van der Meer
Join Date: May 2009
Location: Elahuizen, Netherlands
Posts: 203
Rep Power: 18 |
Hello Alberto,
Thanks for the many contribution to this forum. I was reading the code in the wiki page on bubblefoam and in Ueqns.H I came across: UbEqn = ... Cvm*rhob*alpha/rhob .... should this not be: ... Cvm*rhoa*alpha/rhob ... ? I found in OF-1.7.0 of CAElinux that this statement is also in twoPhaseEulerFoam, same .H file? Best regards Wouter |
|
January 27, 2011, 13:49 |
|
#10 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
I think it is correct as it is, the virtual mass force is given by
Cvm * rho_continuous_phase * ... in the literature.
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
January 27, 2011, 15:52 |
|
#11 |
Senior Member
Wouter van der Meer
Join Date: May 2009
Location: Elahuizen, Netherlands
Posts: 203
Rep Power: 18 |
Thanks,
I assume I am wrong again if I say that rhob can be removed then altogether? best regards Wouter |
|
January 27, 2011, 16:17 |
|
#12 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
You are actually right. I think they left to make the code readable, or because they cut and paste Ua, and replaced ;-)
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
February 16, 2012, 21:44 |
|
#13 | |
Member
chenxizhong
Join Date: Feb 2012
Posts: 30
Rep Power: 14 |
hi alberto , I am reading the bubblefoam guides it is very usefull, i thingk there is a mistake in governing equtation of momenton , the Reynolds stress tensor term shuold not have the density rou?
Quote:
|
||
February 17, 2012, 01:05 |
|
#14 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
Hi and thanks for the comment.
I don't think the density should appear, since it is assumed to be constant, and the momentum equation is divided by the phase density (note that the kinematic viscosity is used). Best,
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
February 17, 2012, 01:21 |
|
#15 |
Member
chenxizhong
Join Date: Feb 2012
Posts: 30
Rep Power: 14 |
hi, I mean that in section 3.2 the third and fourth term in momentum eqution is obvious not dimemsion balance ?
|
|
February 17, 2012, 01:33 |
|
#16 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
Thanks. I fixed it :-)
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
March 28, 2012, 12:36 |
|
#17 |
Member
chenxizhong
Join Date: Feb 2012
Posts: 30
Rep Power: 14 |
Hi alberto, recently I run the tutorial bed2(the bubble bed) used twoPhaseEulerFoam, I found that the max volume fraction of the solid will larger than the alphaMax, the alphaMax is 0.62 and alpha actually can reach 0.73? I've turned on the PackingLimter . So what is the problem? can you give me some suggestion? Thank you.
chen |
|
March 28, 2012, 15:30 |
|
#18 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
Hi, that's an issue on how the particle pressure is managed if you use the kinetic theory. If you take a look at the code, it is treated explicitly.
As discussed elsewhere, I proposed a fix to this problem, but it's not released yet.
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
March 28, 2012, 21:29 |
|
#19 |
Member
chenxizhong
Join Date: Feb 2012
Posts: 30
Rep Power: 14 |
So do you mean that in this version(2.1.0), the foam cannot avoid this problem ? I used Gidsaspow's radial function, the solid pressure will be large when alpha approach the alphaMax to avoid the problem in physcially. So can you give me a hint about how you fix the problem. Thanks a lot.
|
|
March 28, 2012, 22:36 |
|
#20 | |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
Quote:
The typical approach to enforce the packing limit is to:
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
New solver guides | alberto | OpenFOAM | 7 | March 10, 2010 13:13 |
CFD Wiki - We Need More Help! | Jonas Larsson | Main CFD Forum | 0 | September 26, 2005 09:11 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |
Setting a B.C using UserFortran in 4.3 | tokai | CFX | 10 | July 17, 2001 17:25 |