Class uniform_wind#

Nested Relationships#

Nested Types#

Inheritance Relationships#

Base Type#

Class Documentation#

class uniform_wind : public module_base#

Spatially interpolates wind speed and direction without any terrain speed-up modification

Depends from met:

  • Wind at reference height “U_R” [ \( m \cdot s^{-1}\) ]

  • Direction at reference height “vw_dir” [degrees]

Provides:

  • Wind speed at reference height “U_R” [ \( m \cdot s^{-1}\) ]

  • Wind direction ‘vw_dir’ at reference height [degrees]

Public Functions

uniform_wind(config_file cfg)#
~uniform_wind()#
virtual void run(mesh &domain)#
virtual void init(mesh &domain)#
class lwinddata : public face_info#

Public Members

double curvature#
interpolation interp#
double corrected_theta#
double W#