Question on Running sharpy with atmospheric turbulence #142
|
Hi, I have generated atmospheric turbulence using Von-Karman turbulence model from a gaussian white noise input. I want to apply this turbulence to a sharpy simulation. I would like to ask that which sharpy setting is the best to use in this situation. The atmospheric turbulence velocity file I generated is in the form of the following: Time(s) delta_u(m/s) delta_v(m/s) delta_w(m/s) The simulation that I want to run is a time domain simulation with goland wing geometry. Here is the list of solvers that I am using: I am a bit confused with which setting to use to apply the atmospheic turbulence generated into the simulation. I am looking at 3 possible settings and I am not sure which one is the most suitable: The first is using Could you let me know which one is the most appropriate? |
Replies: 1 comment 1 reply
|
Dear xxyao-95, In your case, the most suitable option is using Just for the record, I hope this helps. |
Dear xxyao-95,
In your case, the most suitable option is using
gust_shape = 'time varying'(https://ic-sharpy.readthedocs.io/en/master/includes/generators/gustvelocityfield/time_varying.html). Include the route to your file in thefilesetting.Just for the record,
TurbVelocityFieldcan be used if the wind has been generated with TurbSim (https://www.nrel.gov/wind/nwtc/turbsim.html) into a bts file. Moreover, the.dyn.h5file is used to prescribe solid velocities or applied forces.I hope this helps.