WindSimulation#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
type |
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 |
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 |
Generate into Load Cases |
|
consider_initial_state |
bool |
Consider initial state |
initial_state_case |
int |
Initial state case |
initial_state_definition_type |
Initial state definition type |
|
individual_factors_of_selected_objects_table |
‘Individual Factors of Selected Objects’ table |
|
comment |
str |
Comment |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types#
GenerateIntoLoadCasesTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
List[GenerateIntoLoadCasesRow] |
GenerateIntoLoadCasesRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
direction |
float |
|
load_case |
int |
IndividualFactorsOfSelectedObjectsTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
IndividualFactorsOfSelectedObjectsTableRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
object_type |
||
object_list |
List[int] |
|
strain_type |
||
factor |
float |
|
comment |
str |
Associated Enums#
Type#
Name |
---|
TYPE_UNKNOWN |
TYPE_STANDARD |
WindDirectionType#
Name |
---|
WIND_DIRECTION_TYPE_UNIFORM |
WIND_DIRECTION_TYPE_USER_DEFINED |
InitialStateDefinitionType#
Name |
---|
INITIAL_STATE_DEFINITION_TYPE_FINAL_STATE |
INITIAL_STATE_DEFINITION_TYPE_STIFFNESS |
INITIAL_STATE_DEFINITION_TYPE_STRAINS |
INITIAL_STATE_DEFINITION_TYPE_STRAINS_WITH_USER_DEFINED_FACTORS |
ObjectType#
Name |
---|
OBJECT_TYPE_UNKNOWN |
OBJECT_TYPE_LINE_HINGE |
OBJECT_TYPE_LINE_WITH_SUPPORT |
OBJECT_TYPE_MEMBER |
OBJECT_TYPE_MEMBER_HINGE |
OBJECT_TYPE_NODE_WITH_SUPPORT |
OBJECT_TYPE_SOLID |
OBJECT_TYPE_SURFACE |
Strain#
Name |
---|
STRAIN_ALL |
STRAIN_ALONG_X |
STRAIN_ALONG_Y |
STRAIN_ALONG_Z |
STRAIN_AROUND_X |
STRAIN_AROUND_Y |
STRAIN_AROUND_Z |