TurbVelocityFieldBts¶
Turbulent Velocity Field Generator from TurbSim bts files
TurbVelocitityFieldBtsis a class inherited fromBaseGeneratorThe
TurbVelocitityFieldBtsclass generates a velocity field based on the input from a bts file generated by TurbSim. https://nwtc.nrel.gov/TurbSimTo call this generator, the
generator_id = TurbVelocityFieldshall be used. This is parsed as the value for thevelocity_field_generatorkey in the desired aerodynamic solver’s settings.The settings that this solver accepts are given by a dictionary, with the following key-value pairs:
Name Type Description Default print_infoboolOutput solver-specific information in runtime Trueturbulent_fieldstrBTS file path of the velocity file Nonenew_orientationstrNew order of the axes xyzu_fedlist(float)Velocity at which the turbulence field is fed into the solid <sphinx.ext.autodoc.importer._MockObject object at 0x7f8a28940208>u_outlist(float)Velocity to set for points outside the interpolating box <sphinx.ext.autodoc.importer._MockObject object at 0x7f8a28940278>case_with_towerboolDoes the SHARPy case will include the tower in the simulation? False