Navigation

section_properties_asymmetric

EXPRESS specification:

ENTITY section_properties_asymmetric
SUBTYPE OF ( section_properties);
neutral_axis_shear_centre  :  ARRAY [1:2] OF length_measure_with_unit;
theta_angle_z_axis_v_axis  :  OPTIONAL plane_angle_measure_with_unit;
inertia_moment_iu  :  OPTIONAL inertia_measure_with_unit;
inertia_moment_iv  :  OPTIONAL inertia_measure_with_unit;
radius_of_gyration_ru  :  OPTIONAL positive_length_measure_with_unit;
radius_of_gyration_rv  :  OPTIONAL positive_length_measure_with_unit;
section_modulii  :  ARRAY [1:8] OF modulus_measure_with_unit;
END_ENTITY;

References (1):

Name Type Referred through Express-G
section_properties Entity
Subtype
No Diagram

Inheritance graph

ENTITY section_properties_asymmetric;
ENTITY section_properties;
profile  :  section_profile;
origin_offset  :  ARRAY [1:2] OF length_measure_with_unit;
torsional_constant_ix  :  OPTIONAL inertia_measure_with_unit;
inertia_moment_iy  :  OPTIONAL inertia_measure_with_unit;
inertia_moment_iz  :  OPTIONAL inertia_measure_with_unit;
section_area_ax  :  OPTIONAL area_measure_with_unit;
shear_area_asy  :  OPTIONAL area_measure_with_unit;
shear_area_asz  :  OPTIONAL area_measure_with_unit;
shear_deformation_area_ay  :  OPTIONAL area_measure_with_unit;
shear_deformation_area_az  :  OPTIONAL area_measure_with_unit;
surface_per_length  :  OPTIONAL positive_length_measure_with_unit;
radius_of_gyration_ry  :  OPTIONAL positive_length_measure_with_unit;
radius_of_gyration_rz  :  OPTIONAL positive_length_measure_with_unit;
plastic_modulus_sy  :  OPTIONAL modulus_measure_with_unit;
plastic_modulus_sz  :  OPTIONAL modulus_measure_with_unit;
warping_constant  :  OPTIONAL derived_measure_with_unit;
torsional_index  :  OPTIONAL REAL;
buckling_parameter  :  OPTIONAL REAL;
nominal_mass  :  OPTIONAL mass_per_length_measure_with_unit;
actual_mass  :  OPTIONAL mass_per_length_measure_with_unit;
DERIVE
y_offset  :  REAL :=  NVL(origin_offset[1].value_component, 0.0);
z_offset  :  REAL :=  NVL(origin_offset[2].value_component, 0.0);
ENTITY section_properties_asymmetric;
neutral_axis_shear_centre  :  ARRAY [1:2] OF length_measure_with_unit;
theta_angle_z_axis_v_axis  :  OPTIONAL plane_angle_measure_with_unit;
inertia_moment_iu  :  OPTIONAL inertia_measure_with_unit;
inertia_moment_iv  :  OPTIONAL inertia_measure_with_unit;
radius_of_gyration_ru  :  OPTIONAL positive_length_measure_with_unit;
radius_of_gyration_rv  :  OPTIONAL positive_length_measure_with_unit;
section_modulii  :  ARRAY [1:8] OF modulus_measure_with_unit;
END_ENTITY;