CFD Online Discussion Forums

CFD Online Discussion Forums (http://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (http://www.cfd-online.com/Forums/openfoam-solving/)
-   -   BC's for k-omega SST (low / hi Re setups) (http://www.cfd-online.com/Forums/openfoam-solving/107375-bcs-k-omega-sst-low-hi-re-setups.html)

Jonathan September 25, 2012 18:22

BC's for k-omega SST (low / hi Re setups)
 
1 Attachment(s)
hi everyone,

i have been testing my k-omega SST setup for OF using a simple flat plate geometry, and BC's i have worked out from looking at a number of other posts on the issue. although there is a *lot* out there on the setups you need to use, i dont seem to get the impression that there has been widespread agreement on how the model is supposed to be implemented :D

anyway, so i have a low Re and a hi Re mesh. the BC's for the two meshes are:

For the hi Re mesh:
Code:

'k'
WALL
{
  type  kqRWallFunction;
  value  uniform 1;
}

'omega'
WALL
{
  type  omegaWallFunction;
  value  uniform 1;
}

'nut'
WALL
{
  type  nutkWallFunction;
  value  uniform 0;
}

and for the low Re mesh:

Code:

'k'
WALL
{
  type  fixedValue;
  value  uniform 1e-12;
}

'omega'
WALL
{
  type  omegaWallFunction;
  value  uniform 1e9;
}

'nut'
WALL
{
  type  nutUSpaldingWallFunction;
  value  uniform 0;
}

Also attached is a plot of the non-dimensional parameters for the wall, using the standard definitions (i.e. not Cmu etc!). As you can see, the low Re result looks ok, but the hi Re BL is too think.

Using yPlusRAS to check the meshes, i see that the first node points for each mesh are in the correct region, so i cant quite work out what the problem is. BC's perhaps??

anyway, i would appreciate any feedback on anything obvious i have gotten wrong + am quite keen to 'finalise' the 'proper' approach for the current implementation of k-omega SST (OF v2.1.1)

thanks a lot in advance!
Jonathan

Jonathan September 26, 2012 08:33

never mind ... solved it ...

mrt September 28, 2012 16:37

Hi Jonathan,

How did you resolve this?

openfoam_user October 4, 2012 06:39

Hi Jonathan,

what formula do you use to set 'value uniform 1e9'
for k at the wall for your low Reynolds mesh (y+~1) ?

Best regards,
Stephane.

Jonathan October 4, 2012 07:06

Hi Stephane,

I didnt use a formula - looking through the forums and theory, i realise that omega tends to infinity at the wall - therefore, i just used a large number as the omega BC ...

regards
jonathan


All times are GMT -4. The time now is 17:00.