Table of Contents

OyeModel

https://bladednextgen.dnv.com/schema/0.4.1/Settings/AerodynamicSettings/DynamicStall/OyeModel.json

The Oye dynamic stall model.

  • DynamicStallType: string = OyeModel
  • UseDynamicPitchingMomentCoefficient: boolean
  • StartingRadius: number
  • EndingRadius: number
  • SeparationTimeConstant: number
  • UseLinearFitGradientMethod: boolean

A type of DynamicStall

Properties

UseDynamicPitchingMomentCoefficient: boolean, optional

If true, the dynamic pitching moment coefficient will be used. This option is enabled by default. It is not recommended to disable this option for blades with a torsional degree of freedom because the so-called 'pitch- rate damping' term of the moment coefficient is typically important to keep the blade torsional mode stable.

default = True

StartingRadius: number, optional

The fraction of the radius outboard of which the dynamic stall model will be used. A value of 0.0 means that dynamic stall is applied from the blade root.

default = 0.0

EndingRadius: number, optional

The fraction of the radius outboard of which the dynamic stall model will be switched off. A value of 1.0 means that dynamic stall is applied until the blade tip.

default = 0.95

SeparationTimeConstant: number, optional

A dimensionless time constant, given in terms of the time taken to travel half a chord. It defines the lag in the movement of the separation point due to unsteady pressure and boundary layer response.

default = 3.0

UseLinearFitGradientMethod: boolean, optional

If true, the linear fit polar gradient is used to reconstruct the inviscid polar data. The fit is performed only within the linear polar regime that is searched automatically between the zero lift AoA to AoA = 7 deg. This approach is more suitable for polar data sets where the lift coefficient slope is not straight around 0 deg angle of attack. It is recommended to activate this option for more accurate computations. This option is turned on by default.

default = True

DynamicStallType: string

Defines the specific type of DynamicStall model in use. For a OyeModel object, this must always be set to a value of OyeModel.