Class uniform_wind#
Defined in File uniform_wind.hpp
Nested Relationships#
Nested Types#
Inheritance Relationships#
Base Type#
public module_base(Class module_base)
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#