floris.core.wake_turbulence.none#

Classes

NoneWakeTurbulence()

The None wake turbulence model is a placeholder code that simple ignores any wake turbulence and just returns an array of the ambient TIs.

class floris.core.wake_turbulence.none.NoneWakeTurbulence[source]#

The None wake turbulence model is a placeholder code that simple ignores any wake turbulence and just returns an array of the ambient TIs.

prepare_function()[source]#
Return type:

dict

function(ambient_TI, x, x_i, rotor_diameter, axial_induction)[source]#

Return unchanged field of turbulence intensities

Return type:

None

Parameters:
  • ambient_TI (float)

  • x (ndarray)

  • x_i (ndarray)

  • rotor_diameter (float)

  • axial_induction (ndarray)