ScatteringPointModelWindTurbine#

class ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine#

Bases: IScatteringPointModel, IComponentInfo, ICloneable

Class defining a wind turbine scattering point model.

Overview#

blade_length

Get the turbine blade length.

blade_rotation

Get the turbine blade rotation.

wind_direction

Get the wind direction.

blade_scattering_cross_section

Get the turbine blade scattering cross section.

structure_scattering_cross_section

Get the turbine structure scattering cross section.

Import detail#

from ansys.stk.core.stkobjects import ScatteringPointModelWindTurbine

Property detail#

property ScatteringPointModelWindTurbine.blade_length: float#

Get the turbine blade length.

property ScatteringPointModelWindTurbine.blade_rotation: float#

Get the turbine blade rotation.

property ScatteringPointModelWindTurbine.wind_direction: float#

Get the wind direction.

property ScatteringPointModelWindTurbine.blade_scattering_cross_section: float#

Get the turbine blade scattering cross section.

property ScatteringPointModelWindTurbine.structure_scattering_cross_section: float#

Get the turbine structure scattering cross section.