|
[Sponsors] |
November 11, 2014, 22:52 |
Too strong wake effect
|
#1 |
Member
sqing
Join Date: Sep 2012
Location: Dalian
Posts: 77
Rep Power: 14 |
Hi foamers,
I'm simulating a wind farm case. However, the velocity result shows that the wake effect is too strong. In this simulation, I used the simpleFoam solver and the standard k-epsilon model. The U and Fvschemes files are displayed following. Can anyone give me some hints please~ Code:
#include "include/initialConditions" #include "include/ABLConditions" dimensions [0 1 -1 0 0 0 0]; internalField uniform $flowVelocity; boundaryField { south { type zeroGradient; } north { type atmBoundaryLayerInletVelocity; Uref $Uref; Href $Href; n $windDirection; z $zDirection; z0 $z0; value $internalField; zGround $zGround; kappa $kappa; } terrain { type fixedValue; value uniform (0 0 0); } top { type slip; } east { type slip; } west { type slip; } } Code:
FoamFile { version 2.0; format ascii; class dictionary; object fvSchemes; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ddtSchemes { default steadyState; } gradSchemes { default Gauss linear; grad(p) Gauss linear; grad(U) Gauss linear; } divSchemes { default none; div(phi,U) Gauss upwind; div((nuEff*dev(T(grad(U))))) Gauss linear; div(phi,epsilon) Gauss upwind; div(phi,k) Gauss upwind; } laplacianSchemes { default Gauss linear limited 0.333; } interpolationSchemes { default linear; } snGradSchemes { default limited 0.333; } fluxRequired { default no; p; } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wake blockage effect in a wind tunnel | Nick R | Main CFD Forum | 1 | September 3, 2014 17:39 |
Wind turbine wake effect | caohan | FLUENT | 0 | October 8, 2010 08:54 |
Cylinder Wake calculation | Adam Chapman | Main CFD Forum | 1 | January 30, 2007 13:54 |
VOF and strong surface tension effect | phsieh2005 | Main CFD Forum | 1 | August 30, 2005 07:56 |
Multicomponent fluids with strong surface tension effect | Pei-Ying Hsieh (Hsieh) | OpenFOAM Running, Solving & CFD | 1 | January 11, 2005 08:35 |