continuous_sin
- class sharpy.generators.gustvelocityfield.continuous_sin[source]
Continuous sinusoidal gust model
\[U_z = \frac{u_{de}}{2}\sin\left(\frac{2\pi x}{S}\right)\]This gust can be used by using the setting
gust_shape = 'continuous_sin'
inGustVelocityField
.The
GustVelocityField
generator takes the following settings as a dictionary assignedtogust_parameters
.Name
Type
Description
Default
gust_length
float
Length of gust
0.0
gust_intensity
float
Intensity of the gust
0.0
gust_component
int
Component of the gust velocity in the G-frame (x,y,z)->(0,1,2).
2