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

actuationDiskSource for rotor disc

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By JulioPieri
  • 1 Post By ufocfd

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 13, 2022, 06:30
Default actuationDiskSource for rotor disc
  #1
Member
 
Giles Richardson
Join Date: Jun 2012
Location: Cambs UK
Posts: 98
Rep Power: 13
ufocfd is on a distinguished road
Has anyone found a successful implementation of the actuationDiskSource method in simpleFoam (for a helicopter rotor disc type calculation) ?

I am investigating 3 methods which apply a source term on the prescribed rotor disc region (cell zone), namely:

1. mean velocity source
2. actuation disc source
3. rotor disk source


The problem I have with actuation disc source is that the prescribed values for CT and CP (thrust and power coeffs) are somewhat unstable. Using values such as 0.5 & 0.5 does nothing much, whereas larger values CP=1.0 CT=0.1 and the solution becomes unstable. It also seems sensitive to the location of upstreamPoint(x y z).

I wonder if this method is at all suitable for helicopter (or fan) rotor disc and maybe its supposed to be used only for wind turbine type calculations...?

This is what I have so far in fvOptions:

disk2
{
type actuationDiskSource;
// variant Froude;
// variant variableScaling;
active on;

actuationDiskSourceCoeffs
{
selectionMode cellZone;
cellZone rotordisc;
fieldNames (U);
diskArea 0.4;
diskDir (0 1 0);
Ct 0.5;
Cp 0.5;
upstreamPoint (0 0.5 0);
}
}


Regards Giles.

Last edited by ufocfd; January 13, 2022 at 11:47. Reason: corrections
ufocfd is offline   Reply With Quote

Old   January 14, 2022, 13:47
Default
  #2
Member
 
Julio Pieri
Join Date: Sep 2017
Posts: 96
Rep Power: 8
JulioPieri is on a distinguished road
I haven't used, but from the equation, as Ct gets larger, the Thrust increases a lot.

Have you tried using other force method? Have you tried increasing Cp and Ct slowly, while letting the solution get stable at each change?

Maybe you are abruptly increasing the parameters, causing it to diverge. Try running with 0.5/0.5 for a while, then increave to, say 0.6/0.4, run for a while, etc.
ufocfd likes this.
JulioPieri is offline   Reply With Quote

Old   January 14, 2022, 14:30
Default
  #3
Member
 
Giles Richardson
Join Date: Jun 2012
Location: Cambs UK
Posts: 98
Rep Power: 13
ufocfd is on a distinguished road
good suggestions - thanks Julio.
I will repost if/when it works ok.
JulioPieri likes this.
ufocfd is offline   Reply With Quote

Reply

Tags
actuationdisksource, fvoptions, helicopter, rotor disc, simplefoam


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
actuationDiskSource in simpleFoam hoemmaria OpenFOAM Running, Solving & CFD 38 October 29, 2023 15:10
actuationDiskSource which calculates Cp TomWaits OpenFOAM Running, Solving & CFD 5 September 20, 2023 09:16
Basic use of actuationDiskSource AlezXander OpenFOAM Pre-Processing 3 March 15, 2021 10:13
why do we need Cp for actuationDiskSource? TomWaits OpenFOAM Pre-Processing 0 July 16, 2020 12:32
actuationDiskSource ahab OpenFOAM Running, Solving & CFD 1 February 20, 2018 12:39


All times are GMT -4. The time now is 23:08.