|
[Sponsors] | |||||
LES: dynSmagorinsky does not match analytical y+/u+ profile |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#21 | |
|
Senior Member
Huang Xianbei
Join Date: Sep 2013
Location: Yangzhou,China
Posts: 303
Rep Power: 15 ![]() |
Quote:
wallShearStressLES -2.99E-006 wallGradU 2.986512890625E-006 So the magnitude is the same, however, the sign is opposite due to Code:
forAll(wallShearStress.boundaryField(), patchI)
{
wallShearStress.boundaryField()[patchI] =
(
-mesh.Sf().boundaryField()[patchI]
/mesh.magSf().boundaryField()[patchI]
) & Beff.boundaryField()[patchI];
}
Last edited by huangxianbei; November 2, 2014 at 08:48. |
||
|
|
|
||
|
|
|
#22 | |
|
Senior Member
Elham
Join Date: Oct 2009
Posts: 184
Rep Power: 18 ![]() |
Quote:
How do you use the above code, in controlDict or as a postProcessing command? I need to calculate u_tau and yplus and I want to know how I can calculate them for a LES model. Thanks, Elham |
||
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unsteady Boundary Profile with data file | Arianna | FLUENT | 34 | July 29, 2019 17:35 |
| createPatch Segmentation Fault (CORE DUMPED) | sam.ho | OpenFOAM Pre-Processing | 2 | April 21, 2014 03:01 |
| gmsh2ToFoam | sarajags_89 | OpenFOAM | 0 | November 24, 2009 23:50 |
| LES Near-Wall Velocity Profile | Alex May | FLUENT | 2 | June 12, 2008 13:36 |
| What's wrong with my RMS profile in LES | Jiang Ning | FLUENT | 0 | March 31, 2005 06:30 |