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

k-epsilon and pisoFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 13, 2013, 07:34
Default k-epsilon and pisoFoam
  #1
Senior Member
 
zaynah K.
Join Date: Jun 2012
Location: Mauritius
Posts: 138
Rep Power: 13
zaynah04 is on a distinguished road
hi..
i have a case where i have sent a 2m/s velocity and observe the trail around a cube.
I have successfully done it in Fluent.

i had as boundary condition the inlet velocity, the outflow and the symmetry for my domain then the wall for the cube. i was in turbulent regime and using K-epsilon model with Simple algorithm.

Now i wish to apply it to Openfoam.
so i chose pisoFoam and Ras model

I have changed my U and P Boundary cond accordingly..
My problem is i do not know how to modify the K-epsilon and fv solution and fv scheme accordingly..

Any idea from the experienced user on how to modify the above mentioned specifications??



Regards
zaynah
zaynah04 is offline   Reply With Quote

Old   January 13, 2013, 16:12
Default
  #2
Member
 
Join Date: Jun 2012
Posts: 76
Rep Power: 13
maHein is on a distinguished road
As a starting point, have a look at one of the tutorial cases.

You should use wall functions for k (kqRWallFunction), epsilon (epsilonWallFunction) and nut (nutUWallFunction) at the walls.

At the inlet you can use the following two boundary conditions to estimate k and epsilon based on the turbulent intensity and the length scale:

turbulentMixingLengthDissipationRateInlet for epsilon

turbulentIntensityKineticEnergyInlet for k
maHein is offline   Reply With Quote

Old   January 13, 2013, 23:13
Default
  #3
Senior Member
 
zaynah K.
Join Date: Jun 2012
Location: Mauritius
Posts: 138
Rep Power: 13
zaynah04 is on a distinguished road
hi thanks for your reply.
here is my modified files but i found this error..


Quote:
keyword s2 is undefined in dictionary "/home/zaynah/Desktop/cavity/0/epsilon::boundaryField"

file: /home/zaynah/Desktop/cavity/0/epsilon::boundaryField from line 26 to line 54.

From function dictionary::subDict(const word& keyword) const
in file db/dictionary/dictionary.C at line 461.

FOAM exiting
my epsilon file
Quote:
dimensions [0 2 -3 0 0 0 0];

internalField uniform 6.768e-6;

boundaryField
{
wall
{
type epsilonWallFunction;
value uniform 0;
}

p
{
type fixedValue;
value uniform 6.768e-6;

s1
{
type symmetryPlane;
value uniform 0;
}

s2
{
type symmetryPlane;
value uniform 0;
}

v
{
type fixedValue;
value uniform 6.768e-6;
}
frontAndBack
{
type empty;
}
}

Last edited by zaynah04; January 14, 2013 at 10:34.
zaynah04 is offline   Reply With Quote

Old   January 17, 2013, 07:23
Default
  #4
Member
 
Gregor Olenik
Join Date: Jun 2009
Location: http://greole.github.io/
Posts: 89
Rep Power: 16
gregor is on a distinguished road
Hi zaynah,you have a missing curly bracket at the defintion of p
gregor is offline   Reply With Quote

Old   January 20, 2013, 03:26
Default
  #5
Senior Member
 
zaynah K.
Join Date: Jun 2012
Location: Mauritius
Posts: 138
Rep Power: 13
zaynah04 is on a distinguished road
hi Gregor..
in fact you are right and also i had done a mistake on the K file in Boundary condition..
it now work beautifully..
thanks
zaynah04 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
pisoFoam : error floating point Dbutant OpenFOAM Running, Solving & CFD 10 October 9, 2012 09:45
PisoFoam case terminating Solo Sails OpenFOAM Running, Solving & CFD 3 November 29, 2011 07:04
k epsilon boundary conditions for pisofoam ras solver chamoun OpenFOAM 4 May 10, 2011 05:30
K Epsilon convergance issue Ollie OpenFOAM 2 April 18, 2011 08:28
pisoFOAM & k-w-SST T3rmInAt0r OpenFOAM Running, Solving & CFD 1 July 26, 2010 02:57


All times are GMT -4. The time now is 22:47.