SolidLoad#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
load_type |
Load Type |
|
solids |
List[int] |
Assigned to Solids No. |
load_case |
int |
Load Case |
load_distribution |
Load distribution |
|
load_direction |
Load direction |
|
load_direction_orientation |
Load direction orientation |
|
uniform_magnitude |
float |
Load magnitude - load distribution has to be uniform | p | Solid load magnitude - load distribution has to be uniform. |
magnitude_1 |
float |
Load magnitude - load distribution has to be linear | p_1 | Solid load magnitude - load distribution has to be linear. |
magnitude_2 |
float |
Load magnitude - load distribution has to be linear | p_2 | Solid load magnitude - load distribution has to be linear. |
strain_uniform_magnitude_x |
float |
Load magnitude - load distribution has to be uniform | p_x |
strain_uniform_magnitude_y |
float |
Load magnitude - load distribution has to be uniform | p_y |
strain_uniform_magnitude_z |
float |
Load magnitude - load distribution has to be uniform | p_z |
strain_magnitude_x1 |
float |
Load magnitude - load distribution has to be linear | p_1,x |
strain_magnitude_y1 |
float |
Load magnitude - load distribution has to be linear | p_1,y |
strain_magnitude_z1 |
float |
Load magnitude - load distribution has to be linear | p_1,z |
strain_magnitude_x2 |
float |
Load magnitude - load distribution has to be linear | p_2,x |
strain_magnitude_y2 |
float |
Load magnitude - load distribution has to be linear | p_2,y |
strain_magnitude_z2 |
float |
Load magnitude - load distribution has to be linear | p_2,z |
node_1 |
int |
1st load magnitude - Node No. | n_1 |
node_2 |
int |
2nd load magnitude - Node No. | n_2 |
is_density_defined_by_altitude |
bool |
Is density defined by altitude |
altitude |
float |
Altitude | h |
angular_velocity |
float |
Load magnitude | ω |
angular_acceleration |
float |
Load magnitude | α |
axis_definition_type |
Axis definition type |
|
axis_definition_p1_x |
float |
First point of axis definition First point of axis definition | X_A |
axis_definition_p1_y |
float |
First point of axis definition | Y_A |
axis_definition_p1_z |
float |
First point of axis definition | Z_A |
axis_definition_p2_x |
float |
Second point of axis definition Second point of axis definition | X_B |
axis_definition_p2_y |
float |
Second point of axis definition | Y_B |
axis_definition_p2_z |
float |
Second point of axis definition | Z_B |
axis_definition_axis |
Axis parallel to axis |
|
axis_definition_axis_orientation |
Axis parallel to axis |
|
gas_magnitude |
float |
Load magnitude | p |
gas_behaviour |
Gas behavior |
|
coordinate_system |
int |
Coordinate system | Number of coordinate system |
comment |
str |
Comment |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Enums#
LoadType#
Name |
---|
LOAD_TYPE_UNKNOWN |
LOAD_TYPE_BUOYANCY |
LOAD_TYPE_FORCE |
LOAD_TYPE_GAS |
LOAD_TYPE_ROTARY_MOTION |
LOAD_TYPE_STRAIN |
LOAD_TYPE_TEMPERATURE |
LoadDistribution#
Name |
---|
LOAD_DISTRIBUTION_UNIFORM |
LOAD_DISTRIBUTION_LINEAR_IN_X |
LOAD_DISTRIBUTION_LINEAR_IN_Y |
LOAD_DISTRIBUTION_LINEAR_IN_Z |
LoadDirection#
Name |
---|
LOAD_DIRECTION_UNKNOWN |
LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE |
LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE |
LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE |
LoadDirectionOrientation#
Name |
---|
LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD |
LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED |
AxisDefinitionType#
Name |
---|
AXIS_DEFINITION_TYPE_TWO_POINTS |
AXIS_DEFINITION_TYPE_POINT_AND_AXIS |
AxisDefinitionAxis#
Name |
---|
AXIS_DEFINITION_AXIS_X |
AXIS_DEFINITION_AXIS_Y |
AXIS_DEFINITION_AXIS_Z |
AxisDefinitionAxisOrientation#
Name |
---|
AXIS_DEFINITION_AXIS_ORIENTATION_POSITIVE |
AXIS_DEFINITION_AXIS_ORIENTATION_NEGATIVE |
GasBehaviour#
Name |
---|
GAS_BEHAVIOUR_RESULTING_OVERPRESSURE |
GAS_BEHAVIOUR_OVERPRESSURE_INCREMENT |
GAS_BEHAVIOUR_RESULTING_VOLUME |
GAS_BEHAVIOUR_VOLUME_INCREMENT |