|
[Sponsors] |
October 14, 2009, 16:43 |
yPlusRAS : result = 0
|
#1 |
Member
Jean-Michel FONTAINE
Join Date: Aug 2009
Location: Orleans - France
Posts: 55
Rep Power: 17 |
Hello dear all
Situation of a novice : I fail in using yPlusRAS After running simpleFoam, yPLusRAS returns following message : "Patch 0 named wall y+ : min: 0 max: 0 average: 0" It creates a yPLus containing : Code:
internalField uniform 0; boundaryField { wall { type calculated; value uniform 0; } inlet { type calculated; value uniform 0; } outlet { type calculated; value uniform 0; } What did I miss ? Best regards Jean-Michel |
|
October 15, 2009, 06:34 |
|
#2 |
Senior Member
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21 |
Since yPlus is calculated by
Code:
if (isType<wallFvPatch>(curPatch)) { Yp = pow(Cmu, 0.25) *y_[patchNo] *sqrt(k()().boundaryField()[patchNo].patchInternalField()) /nu().boundaryField()[patchNo]; } So, I am bold to guess something wrong with the k field, eg. you are missing it?
__________________
~ Daniel WEI ------------- Boeing Research & Technology - China Beijing, China |
|
October 15, 2009, 17:16 |
yPlusRAS : result = 0
|
#3 |
Member
Jean-Michel FONTAINE
Join Date: Aug 2009
Location: Orleans - France
Posts: 55
Rep Power: 17 |
Hi Daniel
My k dictionary contains: Code:
inlet { type fixedValue; value uniform 3 ; } outlet { type zeroGradient; } wall { type kqRWallFunction; value uniform 5; } Is following message from solver normal : "smoothSolver: Solving for nuTilda, Initial residual = 0, Final residual = 0, No Iterations 0" ? Thanks for your help J-Michel |
|
October 16, 2009, 04:36 |
|
#4 |
Senior Member
Tian
Join Date: Mar 2009
Location: Berlin, germany
Posts: 122
Rep Power: 17 |
Hi,
maybe you have to set the boundary patch to "wall"? Byt Thomas |
|
October 17, 2009, 07:02 |
yPlusRAS : result = 0
|
#5 |
Member
Jean-Michel FONTAINE
Join Date: Aug 2009
Location: Orleans - France
Posts: 55
Rep Power: 17 |
Hi Thomas
The boundary patches are set to "wall" Thanks to everybody for the time J-Michel |
|
Tags |
yplusras |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Result and trn files! | Usman | CFX | 10 | September 27, 2013 22:38 |
YPlusRAS and interFoam | dkingsley | OpenFOAM Bugs | 4 | April 28, 2010 10:08 |
yPlusRAS in OF 1.6.x - Low Re Models | ivan_cozza | OpenFOAM Running, Solving & CFD | 0 | September 23, 2009 06:27 |
Result Validation | Saang | Siemens | 0 | November 23, 2005 03:34 |
Result is not correct | Li | FLUENT | 1 | December 30, 2000 01:21 |