Navigation

rotational_stiffness_measure_with_unit

EXPRESS specification:

ENTITY rotational_stiffness_measure_with_unit
SUBTYPE OF ( derived_measure_with_unit);
WHERE
WRR40  :  'STRUCTURAL_FRAME_SCHEMA.ROTATIONAL_STIFFNESS_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRR41  :  'STRUCTURAL_FRAME_SCHEMA.ROTATIONAL_STIFFNESS_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (13):

Name Type Referred through Express-G
boundary_condition_spring_linear Entity
Attribute 'bc_x_rotation'
Attribute 'bc_y_rotation'
Attribute 'bc_z_rotation'
No Diagram
boundary_condition_warping Entity
Attribute 'bc_warping'
No Diagram
derived_measure_with_unit Entity
Subtype
No Diagram
release_spring_linear Entity
Attribute 'release_torsional_moment'
Attribute 'release_y_bending_moment'
Attribute 'release_z_bending_moment'
No Diagram
release_warping Entity
Attribute 'release_warping_moment'
No Diagram
restraint_spring Entity
Attribute 'restraint_x_rotation'
Attribute 'restraint_y_rotation'
Attribute 'restraint_z_rotation'
No Diagram
restraint_warping Entity
Attribute 'restraint_w_rotation'
No Diagram

Inheritance graph

ENTITY rotational_stiffness_measure_with_unit;
ENTITY measure_with_unit;
value_component  :  measure_value;
unit_component  :  unit;
ENTITY derived_measure_with_unit;
ENTITY rotational_stiffness_measure_with_unit;
END_ENTITY;