one_minus_cos

class sharpy.generators.gustvelocityfield.one_minus_cos[source]

One minus cos gust (single bump)

\[U_z = \frac{u_{de}}{2}\left[1-\cos\left(\frac{2\pi x}{S}\right)\right]\]

This gust can be used by using the setting gust_shape = '1-cos' in GustVelocityField.

The GustVelocityField generator takes the following settings as a dictionary assignedto gust_parameters.

Name Type Description Default
gust_length float Length of gust, \(S\). 0.0
gust_intensity float Intensity of the gust \(u_{de}\). 0.0