Navigation

reaction_dynamic

EXPRESS specification:

ENTITY reaction_dynamic
SUBTYPE OF ( reaction);
phase_angle  :  OPTIONAL plane_angle_measure_with_unit;
response_amplitude  :  OPTIONAL length_measure_with_unit;
natural_frequency  :  OPTIONAL frequency_measure_with_unit;
WHERE
WRR10  :  EXISTS (phase_angle) OR EXISTS (response_amplitude) OR EXISTS (natural_frequency);
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY reaction_dynamic;
ENTITY reaction;
ENTITY reaction_dynamic;
phase_angle  :  OPTIONAL plane_angle_measure_with_unit;
response_amplitude  :  OPTIONAL length_measure_with_unit;
natural_frequency  :  OPTIONAL frequency_measure_with_unit;
END_ENTITY;