GustVelocityField¶
Gust Velocity Field Generator
GustVelocityFieldis a class inherited fromBaseGeneratorThe
GustVelocityFieldclass generates a gust profile velocity field, and the profile has the characteristics specified by the user.To call this generator, the
generator_id = GustVelocityFieldshall be used. This is parsed as the value for thevelocity_field_generatorkey in the desired aerodynamic solver’s settings.Notation: \(u_{de}\) is the gust intensity, \(S\) is the gust length and \(b\) is the wing span. \(x\) and \(y\) refer to the chordwise and spanwise distance penetrated into the gust, respectively.
Several gust profiles are available. Your chosen gust profile should be parsed to
gust_shapeand the corresponding settings as a dictionary togust_parameters.This generator takes the following settings
Name Type Description Default u_inffloatFree stream velocity Noneu_inf_directionlist(float)Free stream velocity relative component [1.0, 0.0, 0.0]offsetfloatSpatial offset of the gust with respect to origin 0.0relative_motionboolIf true, the gust is convected with u_inf Falsegust_shapestrGust profile shape Nonegust_parametersdictDictionary of parameters specific of the gust_shape selected {}