Navigation

rotational_stiffness_unit

EXPRESS specification:

ENTITY rotational_stiffness_unit
SUBTYPE OF ( derived_unit);
WHERE
WRR42  :  SIZEOF(SELF\derived_unit.elements) = 3;
WRR43  :  ('STRUCTURAL_FRAME_SCHEMA.FORCE_UNIT' IN TYPEOF (SELF\derived_unit.elements[1]\derived_unit_element.unit)) AND (SELF\derived_unit.elements[1]\derived_unit_element.exponent = 1.0);
WRR44  :  ('STRUCTURAL_FRAME_SCHEMA.LENGTH_UNIT' IN TYPEOF (SELF\derived_unit.elements[2]\derived_unit_element.unit)) AND (SELF\derived_unit.elements[2]\derived_unit_element.exponent = 1.0);
WRR45  :  ('STRUCTURAL_FRAME_SCHEMA.PLANE_ANGLE_UNIT' IN TYPEOF (SELF\derived_unit.elements[3]\derived_unit_element.unit)) AND (SELF\derived_unit.elements[3]\derived_unit_element.exponent = -1.0);
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY rotational_stiffness_unit;
ENTITY derived_unit;
elements  :  SET [1:?] OF derived_unit_element;
DERIVE
name  :  label :=  get_name_value (SELF);
ENTITY rotational_stiffness_unit;
END_ENTITY;