|
[Sponsors] |
June 18, 2014, 11:23 |
fvscheme setting in Actuator Line simulation
|
#1 |
New Member
Xiangyu Gao
Join Date: Sep 2013
Location: West Lafayette, IN, USA
Posts: 29
Rep Power: 13 |
Hi, everyone!
I am now trying to use pisofoam combined with les to simulate wind turbine wake with the help of actuator line method. I have modified the pisoFoam solver. The modified solver works and gives a result, but this result is quite different from what I did with Fluent, in which the actuator line is achieved by UDF. The comparison of the results from openfoam and fluent is attached. The x direction is streamwise direction. I think the difference may be brought by the scheme I pick in Openfoam. Code:
gradSchemes { default cellMDLimited leastSquares 1; grad(p) cellMDLimited leastSquares 1; grad(U) cellMDLimited leastSquares 1; } divSchemes { default none; div(phi,U) Gauss filteredLinear2 1 0; div(phi,k) Gauss filteredLinear2 1 0; div(phi,B) Gauss filteredLinear2 1 0; div(phi,nuTilda) Gauss filteredLinear2 1 0; div(B) Gauss filteredLinear2 1 0; div((nuEff*dev(T(grad(U))))) Gauss linear; } Billions of thanks! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem in initializing transient simulation with a finer mesh | sidd | CFX | 8 | April 29, 2016 03:25 |
[snappyHexMesh] determining displacement for added points | CFDnewbie147 | OpenFOAM Meshing & Mesh Conversion | 1 | October 22, 2013 10:53 |
Dynamic mesh simulation (pimpleDyMFoam) problem | sidlof | OpenFOAM Running, Solving & CFD | 6 | April 12, 2013 12:24 |
Setting up Flow around a Wing Simulation help | Atella | CFX | 3 | January 3, 2010 12:51 |
3-D Contaminant Dispersal Simulation | Apple L S Chan | Main CFD Forum | 1 | December 23, 1998 11:06 |