|
[Sponsors] |
Velocity fluctuation decrease sharply near inlet in LES |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 28, 2019, 07:08 |
Velocity fluctuation decrease sharply near inlet in LES
|
#1 |
New Member
Join Date: May 2013
Posts: 29
Rep Power: 13 |
Dear all,
When I tried to simulate urban boundary layer, I found that the imposed velocity fluctuations decrease sharply near the inlet. At the inlet, groovyBC was used: Code:
inlet { type groovyBC; variables ( "Uref=3.654;" "zref=0.2;" "alpha=0.31;" "zh=pos().z/zref;" "Uxm=Uref*pow(zh,alpha);" "a1=-0.09365;" "b1=0.1448;" "c1=0.06564;" "a2=0.8404;" "b2=0.4765;" "c2=0.5241;" "a3=0.3152;" "b3=0.1186;" "c3=0.1319;" "deltau=a1*exp(-pow((pos().z-b1)/c1,2)) + a2*exp(-pow((pos().z-b2)/c2,2)) + a3*exp(-pow((pos().z-b3)/c3,2));" ); valueExpression "vector(Uxm+randNormal()*deltau, 0, 0)"; } Does anyone have some ideas about this? Thanks, Leo |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiphase flow - incorrect velocity on inlet | Mike_Tom | CFX | 6 | September 29, 2016 02:27 |
Velocity Inlet Boundary condition in LES | babakflame | OpenFOAM Running, Solving & CFD | 0 | April 21, 2014 11:40 |
Setting Density for Velocity Inlet Face | arkie87 | FLUENT | 0 | November 7, 2012 16:15 |
Inlet Velocity in CFX | aeroman | CFX | 12 | August 6, 2009 19:42 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |