floris.core.wake_deflection.none#

Classes

NoneVelocityDeflection()

The None deflection model is a placeholder code that simple ignores any deflection and returns an array of zeroes.

class floris.core.wake_deflection.none.NoneVelocityDeflection[source]#

The None deflection model is a placeholder code that simple ignores any deflection and returns an array of zeroes.

prepare_function(grid, flow_field)[source]#
Return type:

Dict[str, Any]

Parameters:
function(x_i, y_i, yaw_i, turbulence_intensity_i, ct_i, rotor_diameter_i, *, freestream_velocity)[source]#

Skip all deflection calculations and returns zeros array.

Parameters:
  • x_i (ndarray)

  • y_i (ndarray)

  • yaw_i (ndarray)

  • turbulence_intensity_i (ndarray)

  • ct_i (ndarray)

  • rotor_diameter_i (float)

  • freestream_velocity (ndarray)