|
[Sponsors] | |||||
channel flow, too large reynolds stress <u'u'> near the wall |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Member
niewiemnic
Join Date: Jan 2018
Location: Niemcy
Posts: 80
Rep Power: 9 ![]() |
Hallo,
I simulate channel flow for Re_tau=395 for long time, but I have always really large <u'u'> near the wall. I simulate with pimpleFoam. Inlet, Outlet, left and right are cyclic and walls are wall. My setup is, 1. nu=2,53e-03 (so 1/nu=395) 2. bulk velocity is about 22-23 m/s (patchMeanVelocityForce on inlet), so wallShearStressMean and u_tau are also about 1. Density is supposed to be 1 kg/m^3. 3. turbulence model is WALE-Modell 4. because Re_bulk is low, I use createBoxTurb before the pimpleFoam. 5. Mesh is really coarse, 32*32*32, because I want to make the mesh fine later. 6. After the flow is turbulent enough, I switch on the fieldAverage1. but I have always <u'u'> about 20-22 m^2/s^2 near the wall. But it should be about 7-8 m^2/s^2 from Reference. What will be the problem? Last edited by spalartallmaras; January 5, 2020 at 22:15. |
|
|
|
|
|
|
|
|
#2 |
|
Member
niewiemnic
Join Date: Jan 2018
Location: Niemcy
Posts: 80
Rep Power: 9 ![]() |
Nobody has idea?
|
|
|
|
|
|
|
|
|
#3 | |
|
Senior Member
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 17 ![]() |
Quote:
|
||
|
|
|
||
|
|
|
#4 |
|
Member
niewiemnic
Join Date: Jan 2018
Location: Niemcy
Posts: 80
Rep Power: 9 ![]() |
||
|
|
|
|
|
|
|
#5 |
|
Member
niewiemnic
Join Date: Jan 2018
Location: Niemcy
Posts: 80
Rep Power: 9 ![]() |
Here I post my fvSchemes file,
Code:
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
ddtSchemes
{
default backward;
}
gradSchemes
{
default Gauss linear;
}
divSchemes
{
default none;
div(phi,U) Gauss linear;
div(phi,k) Gauss limitedLinear 1;
div(phi,B) Gauss limitedLinear 1;
div(B) Gauss linear;
div(U) Gauss linear;
div(phi,nuTilda) Gauss limitedLinear 1;
div((nuEff*dev2(T(grad(U))))) Gauss linear;
}
laplacianSchemes
{
default Gauss linear corrected;
}
interpolationSchemes
{
default linear;
}
snGradSchemes
{
default corrected;
}
wallDist
{
method meshWave;
}
// ************************************************************************* //
|
|
|
|
|
|
|
|
|
#6 |
|
Member
Shravan
Join Date: Mar 2017
Posts: 89
Rep Power: 10 ![]() |
Hello,
This issue has been discussed and solved in another post. I am adding the link below so that it could be useful for others with the same problem. channel flow, too large reynolds stress <u'u'> near the wall Thanks |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| decomposePar problem: Cell 0contains face labels out of range | vaina74 | OpenFOAM Pre-Processing | 37 | July 20, 2020 06:38 |
| Wall shear stress in channel flow | sreeyuth | OpenFOAM Running, Solving & CFD | 2 | September 5, 2014 11:02 |
| UDF for wall slipping | HFLUENT | Fluent UDF and Scheme Programming | 0 | April 27, 2011 13:03 |
| what the result is negatif pressure at inlet | chong chee nan | FLUENT | 0 | December 29, 2001 06:13 |
| X-Y plot of Yplus in Fluent 5.3 | Luo | FLUENT | 24 | April 11, 2000 07:07 |