CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

A simple rotorDiskSource case

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 20, 2018, 13:02
Default A simple actuationDiskSource case
  #1
New Member
 
So Anon
Join Date: Jun 2014
Posts: 28
Rep Power: 12
redbullah is on a distinguished road
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:
  • system/topoSetDict
  • constant/fvOptions
The settings I have in those files are;

  • system/topoSetDict
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;
        }
    }
);
  • constant/fvOptions

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);
}
With these settings, I do not see the effect of actuator disk. Any other settings to adjust, or something wrong?

Thanks in advance.

Last edited by redbullah; February 20, 2018 at 14:25.
redbullah is offline   Reply With Quote

Reply

Tags
openfoam, pimplefoam, rotordisksource


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 05:21.