floris.core.wake_velocity.none#

Classes

NoneVelocityDeficit()

The None deficit model is a placeholder code that simple ignores any wake wind speed deficits and returns an array of zeroes.

class floris.core.wake_velocity.none.NoneVelocityDeficit[source]#

The None deficit model is a placeholder code that simple ignores any wake wind speed deficits and returns an array of zeroes.

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

Dict[str, Any]

Parameters:
function(x_i, y_i, z_i, axial_induction_i, deflection_field_i, yaw_angle_i, turbulence_intensity_i, ct_i, hub_height_i, rotor_diameter_i, *, u_initial)[source]#
Return type:

None

Parameters:
  • x_i (ndarray)

  • y_i (ndarray)

  • z_i (ndarray)

  • axial_induction_i (ndarray)

  • deflection_field_i (ndarray)

  • yaw_angle_i (ndarray)

  • turbulence_intensity_i (ndarray)

  • ct_i (ndarray)

  • hub_height_i (float)

  • rotor_diameter_i (ndarray)

  • u_initial (ndarray)