|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
So Anon
Join Date: Jun 2014
Posts: 28
Rep Power: 13 ![]() |
Hello all,
I am pretty new to OpenFOAM and have been playing with the actuationDiskSource function to simulate a wind turbine using pimpleFoam. My case is fairly simple: a rectangular tunnel of 100m in x direction and 10m X 10m cross sectional area in x-y directions. Flow is in +x direction. I am trying to place a single wind turbine in the middle of the tunnel (disk center at <50,5,5>). After examining the turbineSiting tutorial, two files has caught my attention:
Code:
actions
(
// actuationDisk1
{
name actuationDisk1CellSet;
type cellSet;
action new;
source boxToCell;
sourceInfo
{
box (50.5 0 0) (54.8 10 10);
}
}
{
name actuationDisk1;
type cellZoneSet;
action new;
source setToCellZone;
sourceInfo
{
set actuationDisk1CellSet;
}
}
);
Code:
disk1
{
type actuationDiskSource;
fields (U);
selectionMode cellSet;
cellSet actuationDisk1;
diskDir (-1 0 0); // Orientation of the disk
Cp 0.386;
Ct 0.58;
diskArea 7.07; // area of radius 1.5m
upstreamPoint (50 5 5);
}
Thanks in advance. Last edited by redbullah; February 20, 2018 at 14:25. |
|
|
|
|
|
![]() |
| Tags |
| openfoam, pimplefoam, rotordisksource |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help resolving simple case in buoyantSimpleFoam | sturgeon | OpenFOAM Running, Solving & CFD | 1 | November 7, 2017 13:49 |
| Simple case - Thermal Solver | sdcpune | Main CFD Forum | 2 | May 26, 2013 22:46 |
| Help Required With Simple Test Case | steph79 | OpenFOAM Pre-Processing | 4 | August 3, 2010 08:45 |
| Simple Q. How to complete a Case? | W.A. | Siemens | 3 | April 23, 2006 20:41 |
| Need help on simple CFD case. (using CFD-ACE+) | Sean | Main CFD Forum | 1 | September 30, 2005 11:05 |