|
[Sponsors] |
The problem for velocity calculation using turbulent model in openfoam. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 4, 2013, 12:18 |
The problem for velocity calculation using turbulent model in openfoam.
|
#1 |
New Member
Maosong Cheng
Join Date: Aug 2012
Posts: 19
Rep Power: 14 |
Hi FOAMer,
I use standard k-epsilon model to simulate the velocity of a circular tube(R=1.7m,H=4.0m), but I find the velocity near wall in the inlet become bigger than the velocity fixed in the inlet. what is wrong? thanks! Last edited by mscheng; September 10, 2013 at 04:02. |
|
September 9, 2013, 09:10 |
|
#2 |
New Member
Maosong Cheng
Join Date: Aug 2012
Posts: 19
Rep Power: 14 |
sorry! the inlet velocity is 0.5m/s.
Last edited by mscheng; September 10, 2013 at 04:04. |
|
September 10, 2013, 03:45 |
|
#3 |
Senior Member
Join Date: Dec 2011
Posts: 111
Rep Power: 20 |
I really struggle to get a grip on what the problem really is. Perhaps you could try to reformulate your question/problem? It might as well be good to have some more details.
Perhaps you also could take a closer look on the forum rules? Especially #5 and #8: http://www.cfd-online.com/Forums/misc.php?do=showrules One last tip: a general idea on how much time you should spend on formulating a question is that you should use as much time formulating your question as you expect people to use on writing answers. |
|
September 10, 2013, 04:22 |
|
#4 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
what are your BC's?
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King. To Be or Not To Be,Thats the Question! The Only Stupid Question Is the One that Goes Unasked. |
|
September 10, 2013, 04:49 |
|
#5 |
New Member
Maosong Cheng
Join Date: Aug 2012
Posts: 19
Rep Power: 14 |
U BC:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0.5 0); boundaryField { side { type fixedValue; value uniform (0 0 0); } outlet { type zeroGradient; } inlet { type fixedValue; value uniform (0 0.5 0); } } k BC: // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField uniform 3.75E-003; boundaryField { side { type kqRWallFunction; value uniform 3.75E-003; } outlet { type zeroGradient; } inlet { type fixedValue; value uniform 3.75E-003; } } Epsilon BC: // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -3 0 0 0 0]; internalField uniform 1.585453E-004; boundaryField { side { type epsilonWallFunction; Cmu 0.09; kappa 0.41; E 9.8; value uniform 1.585453E-004; } outlet { type zeroGradient; } inlet { type fixedValue; value uniform 1.585453E-004; } } nut BC: // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -1 0 0 0 0]; internalField uniform 0; boundaryField { side { type nutWallFunction; Cmu 0.09; kappa 0.41; E 9.8; value uniform 0; } outlet { type calculated; value uniform 0; } inlet { type calculated; value uniform 0; } } p BC: // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField uniform 0; boundaryField { side { type zeroGradient; } outlet { type fixedValue; value uniform 0; } inlet { type zeroGradient; } } ================================================== ======== nu = 1.0631e-6 Thanks! |
|
September 10, 2013, 09:24 |
|
#6 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
blue region is wall?
how is grid?
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King. To Be or Not To Be,Thats the Question! The Only Stupid Question Is the One that Goes Unasked. |
|
September 10, 2013, 09:35 |
|
#7 |
New Member
Maosong Cheng
Join Date: Aug 2012
Posts: 19
Rep Power: 14 |
Hi immortality,
Yes, it is wall. For the mesh, pls. refer to attached file! Thanks! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM: LES turbulence model names | Ollie | OpenFOAM | 5 | January 7, 2013 11:24 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
simpleFoam: Problem with k-omega Model near Wall | okroud | OpenFOAM Running, Solving & CFD | 0 | June 13, 2012 11:13 |
OpenFOAM: LES turbulence model names | Ollie | Main CFD Forum | 1 | April 11, 2011 14:03 |
Implementing a new LES Model in OpenFoam | fs82 | OpenFOAM | 6 | October 13, 2009 10:58 |