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

InterFOAM Pressure Relaxation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 4, 2014, 04:56
Default InterFOAM Pressure Relaxation
  #1
New Member
 
Join Date: Jan 2013
Posts: 17
Rep Power: 13
Za-ck is on a distinguished road
Hi,

if I have a look into the interFOAM code of OpenFOAM 2.2 I can't see the code for the underrelaxation of p_rgh. Normaly, like in pimpleFOAM for example there is a line "p_rgh.relax()" before the momentum corrector.

Nevertheless, the underrelaxation seems to work, because I get different results if I change the factor for p_rgh.

Can someone please explain me, how the relaxation is implemented in interFOAM.

Best regards,

Za-ck
Za-ck is offline   Reply With Quote

Old   September 4, 2014, 08:59
Default
  #2
New Member
 
Sebastian
Join Date: Nov 2013
Location: Germany
Posts: 14
Rep Power: 12
Googlestuff is on a distinguished road
I would also like to know how to estimate the relaxation factors for the use in interFOAM. Can anyone give a hint how to do that or give a guess for the values?

Regards,
Googlestuff
Googlestuff is offline   Reply With Quote

Old   September 4, 2014, 11:04
Default
  #3
New Member
 
Join Date: Jan 2013
Posts: 17
Rep Power: 13
Za-ck is on a distinguished road
Hi Googlestuff,

the underrelaxation values depend on the case and some other solver settings.

If you are using small timesteps you can run the solver in piso-mode. This means that you have only one outerCorrector(simple loop) loop but at least 2-3 corrector loops (piso loops). In this case you do not necessary need underrelaxation.

If you are running the solver in simple (or pimple) mode you only need one corrector loop but more outerCorrector loops. In this case the solution of the continuity equation is just an approximation and you need underrelaxation. Usally one recommended values like 0.3 for p_rgh and 0.7 for U. It is recommended to use values following the equation 1 = p_rghRelaxation + URelaxation to get fast convergency.

I'don't have any rules for the turbulence or the VOF equation.

I hope that answered your question.

Best,

Za-ck
Za-ck is offline   Reply With Quote

Old   September 4, 2014, 12:06
Default
  #4
New Member
 
Sebastian
Join Date: Nov 2013
Location: Germany
Posts: 14
Rep Power: 12
Googlestuff is on a distinguished road
Yes, thank you very much!
Googlestuff 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
static pressure BC for interFoam kwardle OpenFOAM 2 March 4, 2015 04:29
Setting up the pressure variation due to tornado in a duct(UDF)+animation guillaume1990 FLUENT 0 March 3, 2014 11:59
Pressure reference in cyclic interFoam AlmostSurelyRob OpenFOAM 7 February 16, 2011 09:58
Interfoam (OF 1.7) : pressure evolution, impact, 2D computation kassiotis OpenFOAM 2 December 21, 2010 15:09
Neumann pressure BC and velocity field Antech Main CFD Forum 0 April 25, 2006 02:15


All times are GMT -4. The time now is 15:02.