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

Natural Convection - cavity - problem

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   August 10, 2020, 07:58
Default
  #10
Member
 
Join Date: Sep 2018
Location: France
Posts: 62
Rep Power: 7
john myce is on a distinguished road
Quote:
Originally Posted by gu1 View Post
** In fact, I am curious, how do you calculate the y+ for these cases of natural convection?

I await your reply.
Hi,

For the y+ I used a post processing command line to run after the end of the solver.

mpirun -np 12 buoyantSimpleFoam -postProcess -latestTime -func yPlus

You can also declare the resolution of the yPlus in the controlDict file to run it automatically :

yPlus
{
type yPlus;
libs (fieldFunctionObjects); // v1912, it has been changed regarding the version
writeControl writeTime;
writeControl timeStep;
writeInterval 100;
}

For the nut, k, omega ... I found that the guy which created the tutorial buoyantCavity (buoyantSimpleFoam), use the mean root square of the velocity (Urms in the publication) measured by Betts et al. (P.L. Betts, I.H. Bokhari / Int. J. Heat and Fluid Flow 21 (2000) 675±683) Experiments on turbulent natural convection in an enclosed tall
cavity. In the publication they did not say how they calculate/measured this term.

I do not know if everyone is doing this or there is an alternative way for natural convection case.

Cheers.
gu1 likes this.

Last edited by john myce; August 11, 2020 at 06:36.
john myce is offline   Reply With Quote

 

Tags
buoyantboussinesqsimple, natural convection


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
Natural convection regime in a small cavity AntonioDesah FLUENT 7 May 5, 2020 07:48
Natural convection regime in a small cavity AntonioDesah Main CFD Forum 1 April 29, 2020 13:45
SU2-7.0.1 on ubuntu 18.04 hyunko SU2 Installation 7 March 16, 2020 04:37
UDF for body force for rotating cavity with natural convection s.jaiswal FLUENT 0 February 18, 2014 02:01
Natural Convection Problem Eduardo FLUENT 0 October 21, 2006 14:04


All times are GMT -4. The time now is 21:45.