StraightWake
- class sharpy.generators.straightwake.StraightWake[source]
Straight wake shape generator
This generator creates a straight wake shedding from the trailing edge based on the time step
dt, the incoming velocity magnitudeu_infand directionu_inf_direction. It is to be used aswake_generatorinA wake where panels grow downstream is supported by using the settings
dx1,ndx1,randdxmaxas described below. Note that the wake will always havem_starpanels, as specified inAerogridLoader, thus these settings will modify the effective length of the wake. Once the maximum size of paneldxmaxis achieved, all panels are sizedxmaxthereinafter untilm_starpanels are created.The settings that this solver accepts are given by a dictionary, with the following key-value pairs:
Name
Type
Description
Default
u_inffloatFree stream velocity magnitude
1.0u_inf_directionlist(float)x,yandzrelative components of the free stream velocitynumpy.arraydtfloatTime step
0.1dx1['float', 'list(float)']Size of the first wake panel
-1.0ndx1['int', 'list(int)']Number of panels with size
dx11r['float', 'list(float)']Growth rate after
ndx1panels1.0dxmax['float', 'list(float)']Maximum panel size
-1.0