WindRose#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
Object number |
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
wind_direction_type |
Wind direction type |
|
uniform_wind_direction_step |
float |
Uniform step of wind direction | Δ_φ |
uniform_wind_direction_range_start |
float |
Uniform wind direction in start range | φ_A |
uniform_wind_direction_range_end |
float |
Uniform wind direction in end range | φ_B |
user_defined_wind_direction_list |
List[float] |
User-defined wind direction list |
wind_direction_map |
Wind direction map |
|
comment |
str |
Comment |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types
WindDirectionMapTable#
Attribute Name |
Data Type |
Description |
|---|---|---|
rows |
List[WindDirectionMapRow] |
WindDirectionMapRow#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
|
description |
str |
|
wind_direction |
float |
|
wind_profile |
int |
Associated Enums
WindDirectionType#
Name |
|---|
WIND_DIRECTION_TYPE_UNIFORM |
WIND_DIRECTION_TYPE_USER_DEFINED |