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/)
-   -   p_rgh with chtMultiRegionFoam (https://www.cfd-online.com/Forums/openfoam-solving/130757-p_rgh-chtmultiregionfoam.html)

styx March 4, 2014 02:07

p_rgh with chtMultiRegionFoam
 
5 Attachment(s)
Hello,

I want do simulate the cooling prozess of a hot sphere (500K) in a cylindrical air-flow.(pictures) Attachment 29065

Iam not sure which boundary conditions for p and p_rgh I should choose. I added the files for p and p_rgh.

The pressure p at the inlet is lower than at the outlet. Can anyone explain this pressure distribution? (pictures)

Thanks in advance
Andreas

jherb March 4, 2014 05:01

A few questions:
What is the boundary "fluidwall" and why is the type empty? Normally this means that you are doing a 2D simulation.

What is the temperature and density of the fluid behind (downstream of) the sphere? It's probably lower so the velocity becomes higher. Now I am not really sure what kind of pressure (total/static/...) OpenFOAM is saving. Perhaps the higher pressure is a result of the increased velocity at the outlet compared to the inlet?


Quote:

Originally Posted by styx (Post 477859)
Hello,

I want do simulate the cooling prozess of a hot sphere (500K) in a cylindrical air-flow.(pictures) Attachment 29065

Iam not sure which boundary conditions for p and p_rgh I should choose. I added the files for p and p_rgh.

The pressure p at the inlet is lower than at the outlet. Can anyone explain this pressure distribution? (pictures)

Thanks in advance
Andreas


styx March 4, 2014 06:11

1 Attachment(s)
Quote:

Originally Posted by jherb (Post 477892)
A few questions:
What is the boundary "fluidwall" and why is the type empty? Normally this means that you are doing a 2D simulation.

What is the temperature and density of the fluid behind (downstream of) the sphere? It's probably lower so the velocity becomes higher. Now I am not really sure what kind of pressure (total/static/...) OpenFOAM is saving. Perhaps the higher pressure is a result of the increased velocity at the outlet compared to the inlet?


Thanks for the quick reply.

fluidwall is not the wall of the cylindrical channel. This is just an empty boundary which comes from snappyHexMesh. It is a real 3D Simulation. The wall of the channel has the name fluidWall_region0.

Here is a picture of the velocity:Attachment 29072

jherb March 4, 2014 06:25

The velocities at the outlet do not look physically correct. Just an idea: Try the mean value boundary condition for the pressure outlet:
http://www.cfd-online.com/Forums/ope...condition.html
Or you have to extend the dimension of your cylinder much longer in the downstream direction so you get a homogeneous velocity distribution.

styx March 4, 2014 06:50

Quote:

Originally Posted by jherb (Post 477933)
The velocities at the outlet do not look physically correct. Just an idea: Try the mean value boundary condition for the pressure outlet:
http://www.cfd-online.com/Forums/ope...condition.html
Or you have to extend the dimension of your cylinder much longer in the downstream direction so you get a homogeneous velocity distribution.

I would prefer to try the "fixedMeanValue" boundary. I the thread from obove, the meanValue is 3.3. What does this Value say? Can I try a value of the same order?

jherb March 4, 2014 07:11

Just replace the "fixedValue" boundary condition for outlet in p and p_rgh by fixedMeanValue. Add meanValue 100000 (and keep the value).

(Of course you have to add the compiled library for the new boundary condition to your controlDict as described in the above referenced thread).

styx March 4, 2014 07:55

The link in the thread about this topic does not open. Is there another source where I can get the library?

jherb March 4, 2014 08:47

You could use the version in this message:
http://www.cfd-online.com/Forums/ope...tml#post418371
or try my modifications:
http://www.cfd-online.com/Forums/ope...tml#post477560

styx March 5, 2014 02:30

Quote:

Originally Posted by jherb (Post 477977)

Iam sorry to ask you again. I´m trying to install the library described in the first link. I´m not sure in which folder I have to copy the files. I is the first time I add any sources to my openfoam installation.

In the thread it is said, that the files can be compiled in the personal foam directory. Is this the OpenFOAM/ubuntu-2.2.1/run directory or the opt/openfoam221 directory?

jherb March 5, 2014 07:22

Actually you can unpack the archive in any directory you have write permission. I would recommend something like $HOME/OpenFOAM/ubuntu-2.2.1/application. Then step into this directory and issue the command
Code:

wmake libso
(actually starting with OpenFOAM 2.2.2 wmake alone is enough). This should install a shared library in your directory $FOAM_USER_LIBBIN. If you add the new library to your controlDict, like
Code:

libs ( "libfixedMeanValue.so");
OpenFOAM should find it automatically.

Quote:

Originally Posted by styx (Post 478177)
Iam sorry to ask you again. I´m trying to install the library described in the first link. I´m not sure in which folder I have to copy the files. I is the first time I add any sources to my openfoam installation.

In the thread it is said, that the files can be compiled in the personal foam directory. Is this the OpenFOAM/ubuntu-2.2.1/run directory or the opt/openfoam221 directory?


styx March 5, 2014 08:15

Thank you very much for your reply. It was very helpful.
The simulation is no running with "fixedMeanValue".
I´m looking forward for the results.

styx March 5, 2014 10:57

2 Attachment(s)
Quote:

Originally Posted by jherb (Post 477933)
The velocities at the outlet do not look physically correct. Just an idea: Try the mean value boundary condition for the pressure outlet:
http://www.cfd-online.com/Forums/ope...condition.html
Or you have to extend the dimension of your cylinder much longer in the downstream direction so you get a homogeneous velocity distribution.


I have the first results of the simulation with fixedMeanValue BC for p and p_rgh. The pressure distribution is the same as you can see in the pictures from the first post.
The velocity field looks much better now: Attachment 29145

I also added the BC for the velocity. Maybe you can have a look at it. Attachment 29146

jherb March 5, 2014 11:14

I think the U boundary conditions are ok. Could you scale the velocities on the two pictures (of the old and new simulation) with the same range. Especially in the second image it looks like the velocity next to the sphere is the same as up- and downstream (which does not make sense).

styx March 5, 2014 11:29

1 Attachment(s)
Quote:

Originally Posted by jherb (Post 478343)
I think the U boundary conditions are ok. Could you scale the velocities on the two pictures (of the old and new simulation) with the same range. Especially in the second image it looks like the velocity next to the sphere is the same as up- and downstream (which does not make sense).

Here is the rescaled velocity field. Gravity is not activated in both cases.
Attachment 29147

The overall velocity in this second picture is lower than in the old picture (old simulation) because I have reduced the massflow.

jherb March 5, 2014 16:53

The new picture looks ok. Do you have experimental data to compare with (e.g. the temperature distribution, heat transfer coefficients,...)?

Quote:

Originally Posted by styx (Post 478349)
Here is the rescaled velocity field. Gravity is not activated in both cases.
Attachment 29147

The overall velocity in this second picture is lower than in the old picture (old simulation) because I have reduced the massflow.


styx March 6, 2014 01:28

For this model I have no experimental data to compare with. I want to compare the results with ansys cfx. Maybe there will be a experiment with a real pebble bed to compare with in a few months.


All times are GMT -4. The time now is 23:48.