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

BuoyantPimpleFoam

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 15, 2012, 05:03
Default BuoyantPimpleFoam
  #1
New Member
 
Christian Wokl
Join Date: Mar 2012
Posts: 19
Rep Power: 14
Wokl is on a distinguished road
Hi Everybody,

I'm totally new using OpenFoam and also new in this Forum. So i hope i chose the right Forum.

My case: A Room, with windows and heaters. 3 Inlets and 3 outlets. Calculating the Flow and the Heat treansfer in this room.

I've got some Problems using the solver buoyantPimpleFoam. I was running my case before with rhoPimpleFoam.
With rhoPF the calculations were ok. The results weren't really as expected, but this is another Problem I'm hopefully able to solve by myselve.

By using the buoyant solver, i had to define the p_rgh field. I'm a little curious bout that: What kind of boundary Condtion should I use for the Inlets and Outlets? Now I'm using for all my Boundary Fields: type BuoyantPressure, value 1.0e5. All my Boundary conditions for my p-field are calculated.

I always get in the Log the Error, that PIMPLE was not able to converge within a chosen number of iterations (max Number tried: 50).

The "good" thing now is, the calculations conitnues allthough this error appears. MY residuals are i guess too high in the beginning of the calculations but they get better the "later" the time is.

I'm using the GAMG solver for the p_rgh field. PBiCG for the other fields.
What does the entry:diagonal: solving for rho in my log mean?

One of the, i guess, more stupid questions, Why do i need to mention rho in my fvSolution file? I thought all the time, this value is gonna be picked out of the thermophysical properties.

here a little sequence of my log:

PIMPLE: iteration 10
DILUPBiCG: Solving for Ux, Initial residual = 0.000117343, Final residual = 2.1435e-07, No Iterations 1
DILUPBiCG: Solving for Uy, Initial residual = 6.34329e-05, Final residual = 8.78097e-08, No Iterations 1
DILUPBiCG: Solving for Uz, Initial residual = 0.000158416, Final residual = 3.27881e-07, No Iterations 1
DILUPBiCG: Solving for h, Initial residual = 0.000315353, Final residual = 3.37565e-06, No Iterations 1
GAMG: Solving for p_rgh, Initial residual = 0.00251756, Final residual = 9.53852e-07, No Iterations 7
diagonal: Solving for rho, Initial residual = 0, Final residual = 0, No Iterations 0
time step continuity errors : sum local = 2.37145e-06, global = 2.37145e-06, cumulative = 0.0449056
DILUPBiCG: Solving for epsilon, Initial residual = 0.0466574, Final residual = 6.76327e-06, No Iterations 1
bounding epsilon, min: -0.0027499 max: 20.61 average: 0.000581218
DILUPBiCG: Solving for k, Initial residual = 0.00332098, Final residual = 1.42397e-05, No Iterations 1
PIMPLE: not converged within 10 iterations
ExecutionTime = 1507.22 s ClockTime = 1510 s

I hope I didn't write too confusing.

Thank u in advance
Christian

P.S. CheckMesh was telling Mesh ok
Wokl is offline   Reply With Quote

Old   June 21, 2012, 03:55
Default
  #2
Member
 
Arina
Join Date: Oct 2009
Location: Belarus
Posts: 71
Rep Power: 16
Akuji is on a distinguished road
Send a message via ICQ to Akuji
Quote:
Originally Posted by Wokl View Post
Hi Everybody,

I'm totally new using OpenFoam and also new in this Forum. So i hope i chose the right Forum.

My case: A Room, with windows and heaters. 3 Inlets and 3 outlets. Calculating the Flow and the Heat treansfer in this room.

I've got some Problems using the solver buoyantPimpleFoam. I was running my case before with rhoPimpleFoam.
With rhoPF the calculations were ok. The results weren't really as expected, but this is another Problem I'm hopefully able to solve by myselve.

By using the buoyant solver, i had to define the p_rgh field. I'm a little curious bout that: What kind of boundary Condtion should I use for the Inlets and Outlets? Now I'm using for all my Boundary Fields: type BuoyantPressure, value 1.0e5. All my Boundary conditions for my p-field are calculated.

I always get in the Log the Error, that PIMPLE was not able to converge within a chosen number of iterations (max Number tried: 50).

The "good" thing now is, the calculations conitnues allthough this error appears. MY residuals are i guess too high in the beginning of the calculations but they get better the "later" the time is.

I'm using the GAMG solver for the p_rgh field. PBiCG for the other fields.
What does the entry:diagonal: solving for rho in my log mean?

One of the, i guess, more stupid questions, Why do i need to mention rho in my fvSolution file? I thought all the time, this value is gonna be picked out of the thermophysical properties.

here a little sequence of my log:

PIMPLE: iteration 10
DILUPBiCG: Solving for Ux, Initial residual = 0.000117343, Final residual = 2.1435e-07, No Iterations 1
DILUPBiCG: Solving for Uy, Initial residual = 6.34329e-05, Final residual = 8.78097e-08, No Iterations 1
DILUPBiCG: Solving for Uz, Initial residual = 0.000158416, Final residual = 3.27881e-07, No Iterations 1
DILUPBiCG: Solving for h, Initial residual = 0.000315353, Final residual = 3.37565e-06, No Iterations 1
GAMG: Solving for p_rgh, Initial residual = 0.00251756, Final residual = 9.53852e-07, No Iterations 7
diagonal: Solving for rho, Initial residual = 0, Final residual = 0, No Iterations 0
time step continuity errors : sum local = 2.37145e-06, global = 2.37145e-06, cumulative = 0.0449056
DILUPBiCG: Solving for epsilon, Initial residual = 0.0466574, Final residual = 6.76327e-06, No Iterations 1
bounding epsilon, min: -0.0027499 max: 20.61 average: 0.000581218
DILUPBiCG: Solving for k, Initial residual = 0.00332098, Final residual = 1.42397e-05, No Iterations 1
PIMPLE: not converged within 10 iterations
ExecutionTime = 1507.22 s ClockTime = 1510 s

I hope I didn't write too confusing.

Thank u in advance
Christian

P.S. CheckMesh was telling Mesh ok
Hello, Wokl!

have you solved your problem? I have the same now and I'm looking for solution. maybe you can give me some advices?
Akuji is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Fixed heat flux BC in buoyantPimpleFoam bhh OpenFOAM Running, Solving & CFD 39 January 12, 2019 08:51
buoyantPimpleFoam Convergence Issues joel.lehikoinen OpenFOAM 1 December 5, 2013 14:58
buoyantPimpleFoam with free surface (like interFoam) Andreas.Herwig OpenFOAM 0 March 1, 2011 12:07
1.7.x -> buoyantPimpleFoam -> hRhoThermo -> incompressible and icoPoly3ThermoPhysics? will.logie OpenFOAM Programming & Development 1 February 16, 2011 20:52


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