CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   rhoSimpleFoam for compressible fluid through an orifice (https://www.cfd-online.com/Forums/openfoam-solving/72322-rhosimplefoam-compressible-fluid-through-orifice.html)

WillemvdM February 2, 2010 08:45

rhoSimpleFoam for compressible fluid through an orifice
 
Hei

Currently I am trying to solve a problem consisting of a compressible gas flow through an orifice. I am using rhoSimpleFoam for this simulation and has been struggling with this solver for weeks now.

My problem definitely does not lie with the relaxation factors as discussed in quite a few threads in this forum because adjusting this only varies when the solution blows up.

I have also tested the simulation with different solvers like rhoPisoFoam etc with no success.

After a thorough scan a my most recent blow-up a realised that it is temperature related. As soon as it reaches 0C it blows up because the thermophysical values can not be computed. The weird thing for me is that the temperature is not suppose to vary to much, but in my simulation is varies consideribly where the velocities are the highest. For all my simulations I have used the following thermoType:

hPsiThermo<pureMixture<constTransport<specieThermo <hConstThermo<perfectGas>

I used this thermophysical model because it was the only one that seemed to work without errors. When I try the ePsiThermo model as follows it gives the error as displayed below:

ePsiThermo<pureMixture<constTransport<specieThermo <eConstThermo<perfectGas>>>>>;

------------------------------------------------------------------------------------------
Not implemented#0 Foam::error::printStack(Foam::Ostream&) in "/home/bernarde/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#1 Foam::error::abort() in "/home/bernarde/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#2 Foam::basicThermo::h() in "/home/bernarde/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libbasicThermophysicalModels.so"
#3 main in "/home/bernarde/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/rhoSimpleFoam"
#4 __libc_start_main in "/lib64/libc.so.6"
#5 _start at /usr/src/packages/BUILD/glibc-2.9/csu/../sysdeps/x86_64/elf/start.S:116


From function basicThermo::h()
in file basicThermo/basicThermo.C at line 260.


At this point I am really stuck and would appreciate any advice and help with this problem

Thanks
Willem
OpenFoam 1.6
OpenSuse 11.1

WillemvdM February 3, 2010 06:44

It seems like changing my inlet conditions to 'n pressureInletVelocity helped with stability. It still have to nurture my relaxation factors.

Linse June 20, 2012 03:54

2 Attachment(s)
I wonder what the results were in this case. Were they true to analytical solutions such as calculated from ISO 5167-2?

I am trying to do the same. While the simulations don't blow up, they definitely give results strongly differing from the ISO-solution.

For comparison reasons I use a case which at no point reaches Ma > 0.25, so incompressible treatment should be okay as well. Indeed simpleFoam does provide me with a result that does fit the ISO-solution quite well (12 % of difference for the pressure difference, qualitative very similar flow field).
Using the same case with rhoSimpleFoam nevertheless gives results which are quite off for the pressure difference (ca. 20 to 25%) and by no way does agree qualitatively with the flow field.

The mesh used was identical for both cases, simpleFoam and rhoSimpleFoam.

Attached you can see the velocity magnitude fields for both simulations.
Among other things the flow profile should become normal again after some way. It does that for simpleFoam, while rhoSimpleFoam keeps this strange kind of layering...

Any comments/suggestions are welcome!

Attachment 13928

Attachment 13929


All times are GMT -4. The time now is 04:16.