StabilityAnalysisSettings#

Attribute Name

Data Type

Description

no

int

Object number

user_defined_name_enabled

bool

User-defined name enabled

name

str

Name

comment

str

Comment

assigned_to

str

Assigned to

analysis_type

AnalysisType

Analysis type

number_of_lowest_eigenvalues

int

Number of lowest eigenvalues

considered_favored_effect

bool

Considered favorable effect

eigenvalue_method

EigenvalueMethod

Eigenvalue method

find_eigenvectors_beyond_critical_load_factor

bool

Find eigenvectors beyond critical load factor

critical_load_factor

float

Critical load factor | f_0

calculate_without_loading_for_instability

bool

Calculate without loading for instability

activate_minimum_initial_prestress

bool

Activate minimum initial prestress

minimum_initial_strain

float

Minimum initial strain | ε_min

display_local_torsional_rotations

bool

Display local torsional rotations

local_torsional_rotations

float

Local torsional rotations | φ_x

matrix_type

MatrixType

Matrix type

initial_load_factor

float

Initial load factor | k_0

load_factor_increment

float

Load factor increment | Δk

refinement_of_the_last_load_increment

int

Refinement of the last load factor

maximum_number_of_load_increments

int

Maximum number of load increments

activate_stopping_of_load_increasing

bool

Stop load-increasing

stopping_of_load_increasing_result

StoppingOfLoadIncreasingResult

Result

stopping_of_load_increasing_limit_result_displacement

float

Stopping of load increasing limit result displacement

stopping_of_load_increasing_limit_result_rotation

float

Limit rotation

stopping_of_load_increasing_limit_node

int

Node

save_results_of_all_increments

bool

Save results of all load increments

id_for_export_import

str

metadata_for_export_import

str

Associated Enums#

AnalysisType#

Name

ANALYSIS_TYPE_EIGENVALUE_METHOD

ANALYSIS_TYPE_INCREMENTALY_METHOD_WITHOUT_EIGENVALUE

ANALYSIS_TYPE_INCREMENTALY_METHOD_WITH_EIGENVALUE

ANALYSIS_TYPE_INCREMENTAL_METHOD_MATERIAL_PARAMETERS_REDUCTION

EigenvalueMethod#

Name

EIGENVALUE_METHOD_LANCZOS

EIGENVALUE_METHOD_ICG_ITERATION

EIGENVALUE_METHOD_ROOTS_OF_CHARACTERISTIC_POLYNOMIAL

EIGENVALUE_METHOD_SHIFTED_INVERSE_POWER_METHOD

EIGENVALUE_METHOD_SUBSPACE_ITERATION

MatrixType#

Name

MATRIX_TYPE_STANDARD

MATRIX_TYPE_UNIT

StoppingOfLoadIncreasingResult#

Name

STOPPING_OF_LOAD_INCREASING_RESULT_DISPLACEMENT_U

STOPPING_OF_LOAD_INCREASING_RESULT_DISPLACEMENT_U_X

STOPPING_OF_LOAD_INCREASING_RESULT_DISPLACEMENT_U_Y

STOPPING_OF_LOAD_INCREASING_RESULT_DISPLACEMENT_U_Z

STOPPING_OF_LOAD_INCREASING_RESULT_ROTATION_PHI

STOPPING_OF_LOAD_INCREASING_RESULT_ROTATION_PHI_X

STOPPING_OF_LOAD_INCREASING_RESULT_ROTATION_PHI_Y

STOPPING_OF_LOAD_INCREASING_RESULT_ROTATION_PHI_Z