Navigation

release_warping

EXPRESS specification:

ENTITY release_warping
SUBTYPE OF ( release_spring_linear);
release_warping_moment  :  rotational_stiffness_measure_with_unit;
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY release_warping;
ENTITY release;
release_name  :  label;
release_description  :  OPTIONAL text;
INVERSE
release_for_element_nodes  :  SET [1:?] OF element_node_connectivity FOR fixity;
ENTITY release_spring_linear;
release_axial_force  :  OPTIONAL linear_stiffness_measure_with_unit;
release_y_force  :  OPTIONAL linear_stiffness_measure_with_unit;
release_z_force  :  OPTIONAL linear_stiffness_measure_with_unit;
release_torsional_moment  :  OPTIONAL rotational_stiffness_measure_with_unit;
release_y_bending_moment  :  OPTIONAL rotational_stiffness_measure_with_unit;
release_z_bending_moment  :  OPTIONAL rotational_stiffness_measure_with_unit;
ENTITY release_warping;
release_warping_moment  :  rotational_stiffness_measure_with_unit;
END_ENTITY;