|
|
|
set_init_time(self,
init_time)
Set the time to run before starting to save the results and
applying the dynamic wake |
source code
|
|
|
set_wind_speed(self,
value)
Set the wind spee value in m/s |
source code
|
|
|
set_air_density(self,
value)
Set the air density in kg/m^3. |
source code
|
|
|
|
|
get_velocity_at_height(self,
height)
Return the velocity at a particular height from the wind
profile |
source code
|
|
a Numpy array
|
|
|
enable_dynamic_wake(self,
enable)
If True , will enable the dynamic wake |
source code
|
|
|
_no_dynamic_wake(self,
enable)
The method executed for an absent dynamic wake |
source code
|
|
|
|
|
init_aero_unsteady(self)
Initialize the aerodynamics calculation of the unsteady BEM
code |
source code
|
|
|
init_unsteady(self)
Will be defined by the derived class |
source code
|
|
|
save_unsteady_state_at(self,
time)
Will be defined by the derived class |
source code
|
|
|
|
|
|
|
save_unsteady(self)
Save the unsteady BEM code on the rotor. |
source code
|
|