WindSimulation#

Attribute Name

Data Type

Description

no

int

Object number

type

WindSimulationType

Type

user_defined_name_enabled

bool

User-defined name enabled

name

str

Name

active

bool

Active

wind_profile

int

Wind profile

wind_simulation_analysis_settings

int

Analysis settings for wind simulation

wind_direction_type

WindSimulationWindDirectionType

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_list_of_wind_directions

List[int]

User-defined list of wind directions

generate_into_load_cases

WindSimulationGenerateIntoLoadCasesTable

Generate into Load Cases

consider_initial_state

bool

Consider initial state

initial_state_case

int

Initial state case

initial_state_definition_type

WindSimulationInitialStateDefinitionType

Initial state definition type

individual_factors_of_selected_objects_table

WindSimulationIndividualFactorsOfSelectedObjectsTable

‘Individual Factors of Selected Objects’ table

comment

str

Comment

id_for_export_import

str

metadata_for_export_import

str

Associated Data Types#

WindSimulationGenerateIntoLoadCasesTable#

Attribute Name

Data Type

Description

rows

List[WindSimulationGenerateIntoLoadCasesRow]

WindSimulationGenerateIntoLoadCasesRow#

Attribute Name

Data Type

Description

no

int

description

str

direction

float

load_case

int

WindSimulationIndividualFactorsOfSelectedObjectsTable#

Attribute Name

Data Type

Description

rows

List[WindSimulationIndividualFactorsOfSelectedObjectsTableRow]

WindSimulationIndividualFactorsOfSelectedObjectsTableRow#

Attribute Name

Data Type

Description

no

int

description

str

object_type

WindSimulationIndividualFactorsOfSelectedObjectsTableObjectType

object_list

List[int]

strain_type

WindSimulationIndividualFactorsOfSelectedObjectsTableStrainType

factor

float

comment

str

Associated Enums#

WindSimulationType#

Name

WIND_SIMULATION_TYPE_UNKNOWN

WIND_SIMULATION_TYPE_STANDARD

WindSimulationWindDirectionType#

Name

WIND_SIMULATION_WIND_DIRECTION_TYPE_UNIFORM

WIND_SIMULATION_WIND_DIRECTION_TYPE_USER_DEFINED

WindSimulationInitialStateDefinitionType#

Name

WIND_SIMULATION_INITIAL_STATE_DEFINITION_TYPE_FINAL_STATE

WIND_SIMULATION_INITIAL_STATE_DEFINITION_TYPE_STIFFNESS

WIND_SIMULATION_INITIAL_STATE_DEFINITION_TYPE_STRAINS

WIND_SIMULATION_INITIAL_STATE_DEFINITION_TYPE_STRAINS_WITH_USER_DEFINED_FACTORS

WindSimulationIndividualFactorsOfSelectedObjectsTableObjectType#

Name

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_UNKNOWN

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_LINE_HINGE

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_LINE_WITH_SUPPORT

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_MEMBER

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_MEMBER_HINGE

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_NODE_WITH_SUPPORT

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_SOLID

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_OBJECT_TYPE_SURFACE

WindSimulationIndividualFactorsOfSelectedObjectsTableStrainType#

Name

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_ALL

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_ALONG_X

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_ALONG_Y

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_ALONG_Z

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_AROUND_X

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_AROUND_Y

WIND_SIMULATION_INDIVIDUAL_FACTORS_OF_SELECTED_OBJECTS_TABLE_STRAIN_TYPE_AROUND_Z