CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Compressible Flow Solvers

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 10, 2005, 08:59
Default @Wladimyrs question concerning
  #21
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
@Wladimyrs question concerning the Wiki:

I think, that as long as it is an ongoing discussion, this site is definitly the place for it.

It would be nice if, when the discussion has "converged" to a usable answer, one of the participants could write an article on the Wiki: as the quality of a lot of the contributions here is quite good, in most cases this would just mean copying parts of the contributions, editing them (to make them readable) and extending them a bit if needed.

Right know I'm looking through the old postings on this site and trying to do this with threads where
- I think that the question is of interest (this is of course purly subjective)
- there seems to be a definitve conclusion to that thread
- I understand the answer and think that it is correct (again: the limiting factor is me)
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   June 10, 2005, 09:06
Default Good idea Bernhard. If you nee
  #22
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
Good idea Bernhard. If you need some help, just tell me (feel free to use my e-mail).

P.S. I did some add at the wiki (solvers list) and started to write my notes in a readable for humans form :-)

Regards,
Alberto
__________________
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.
alberto is offline   Reply With Quote

Old   March 19, 2007, 15:45
Default Hi, all: I am also studying
  #23
Member
 
roy fokker
Join Date: Mar 2009
Posts: 44
Rep Power: 17
dbxmcf is on a distinguished road
Hi, all:

I am also studying a situation where rho and p relations are not explicity given (unlike ideal gas relation), how should the pressure equation be?

fvScalarMatrix pEqn
(
fvm::ddt(psi, p)
+ fvm::div(phid, p, "div(phid,p)")
- fvm::laplacian(rho*rUA, p)
);

here psi=p/rho, but if my rho does not have such an explicit relationship with p, how should we re-formulate fvm::ddt(psi, p) term?

Or could someone tell is there any reference on how to derive the pressure equation?

Thanks a lot!
dbxmcf is offline   Reply With Quote

Old   January 16, 2008, 13:25
Default hi, i hope somebody with mo
  #24
Senior Member
 
Stephan Gerber
Join Date: Mar 2009
Location: Germany
Posts: 118
Rep Power: 17
stephan is on a distinguished road
hi,

i hope somebody with more experience in the compressible flow area might help me:
i want to calculate a very low mach number problem (ma=0.05) with an compressible solver since i need the small variation in density and temperature without coupling these both to the pressure via ideal gas law. for example a simple flow through a channel with a decent pressure drop (high visc.).

is there any compr. solver which does not use an EOS to couple pressure, density and temperature??
any help would be appreciated!!!!!
thanx
stephan
stephan is offline   Reply With Quote

Old   January 16, 2008, 16:26
Default Hi Stephan, Anyone please c
  #25
New Member
 
David Palko
Join Date: Mar 2009
Location: Stockholm
Posts: 17
Rep Power: 17
dpalko is on a distinguished road
Hi Stephan,

Anyone please correct me if i'm wrong. I would just change EOS. You can use perfectGas equation of state as a template, (in src/thermophysicalModels/specie/equationOfState) and define your new equation of state where density is either constant or any function of pressure and temperature. That you can do by changing method rho(scalar p, scalar T). Is this approach acceptable for you? I did something similar for supercritical water.

David
dpalko is offline   Reply With Quote

Old   January 16, 2008, 17:13
Default hi, thanks david! this soun
  #26
Senior Member
 
Stephan Gerber
Join Date: Mar 2009
Location: Germany
Posts: 118
Rep Power: 17
stephan is on a distinguished road
hi,

thanks david! this sounds like introducing an artificial compressibility?!
since you answered this way i guess there is no solver which solves the problem i mentioned without using a different EOS?
thanks again to david!
br
stephan
stephan is offline   Reply With Quote

Old   January 16, 2008, 17:17
Default Hi Stephan, Have a look at
  #27
Member
 
lillberg's Avatar
 
Eric Lillberg
Join Date: Mar 2009
Location: Stockholm
Posts: 80
Rep Power: 17
lillberg is on a distinguished road
Send a message via Skype™ to lillberg
Hi Stephan,

Have a look at the boussinesqBuoyantFoam solver in the 1.4.1-dev release. It will probably solve your problem, just set gravity to zero.

Regards

/Eric
lillberg is offline   Reply With Quote

Old   January 17, 2008, 15:01
Default hi, thanks for your ideas e
  #28
Senior Member
 
Stephan Gerber
Join Date: Mar 2009
Location: Germany
Posts: 118
Rep Power: 17
stephan is on a distinguished road
hi,

thanks for your ideas eric.
br
stephan
stephan is offline   Reply With Quote

Old   June 29, 2009, 10:34
Question for vatant and henery
  #29
Senior Member
 
Nishant
Join Date: Mar 2009
Location: Glasgow, UK
Posts: 166
Rep Power: 17
nishant_hull is on a distinguished road
hi Vatant

I am not sure which compressible subsonic solver you are talking about. Could you please tell which one you have used? I am currently working on sonicFoam solver to run a low mach flow. but unfortunately the case is not running quite well for forward step problem. The solution obtained is unrealistic to be honest.The solver seems to be working well for supersonic foam though.

Henry,

In the sonicfoam solver code, i can see a line at the top of the loop:
#include "rhoEqn.h"
which solves the eqn: fvm::ddt(rho) + fvc::div(phi)

i am wondering what this equation is doing here, when PISO is a pressure based eqaution and it does not solve for density in continuity equation. ???

Also the PISO proposed by Issa is taking out the central part AU0 from H(ui), but your code doesnt seems to be taking that in account. however the code seems to be stable but the final result is poor for compressible flow in low mach region of 0.03. (and worst in further low)

I am looking forward to your suggestions and planning to work on the solver to run for low mach flow in the region of 0.001.

regards,

Nishant
nishant_hull is offline   Reply With Quote

Old   June 4, 2010, 03:35
Default
  #30
Senior Member
 
Rickard
Join Date: May 2010
Location: Lund, Skåne, Sweden
Posts: 143
Rep Power: 15
Rickard.Solsjo is on a distinguished road
I want it, if you want to send it to me, rickard.solsjo@gmail.com
thx!
Rickard.Solsjo is offline   Reply With Quote

Old   March 27, 2017, 12:10
Default
  #31
New Member
 
Myth
Join Date: Jul 2011
Location: Unitek kingdom
Posts: 17
Rep Power: 14
mg.mithun is on a distinguished road
Send a message via Yahoo to mg.mithun Send a message via Skype™ to mg.mithun
Quote:
Originally Posted by hjasak View Post
I've got an old report on this which contains the derivation of the pressure equation for compressible flow - send me an E-mail if you want it.

Hrv
Hi Hrv, I know this is a very old post.
Can you please send the report with the derivation of compressible pressure correction to my email?
mg.mithun@gmail.com

Myth
mg.mithun is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Yplus in compressible solvers dinonettis OpenFOAM Post-Processing 7 October 6, 2011 05:51
Incompressible vs compressible solvers James Main CFD Forum 5 January 19, 2009 05:15
NS-incompressible and compressible flow solvers ag Main CFD Forum 2 September 27, 2005 06:18
External Flow-compressible flow solver-lift/drag Tom Brown Main CFD Forum 7 December 29, 2000 13:41
MHD flow solvers Manu Main CFD Forum 2 October 31, 2000 02:11


All times are GMT -4. The time now is 17:52.