ENTITY reaction_dynamic

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
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;

Explicit Attributes

Entity reaction_dynamic has the following local and inherited explicit attributes:
AttributeTypeDefined By
 phase_angleplane_angle_measure_with_unit (ENTITY)reaction_dynamic
 response_amplitudelength_measure_with_unit (ENTITY)reaction_dynamic
 natural_frequencyfrequency_measure_with_unit (ENTITY)reaction_dynamic

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity reaction_dynamic inherits from the following supertypes:
  reaction

Subtypes

    No subtypes

Referenced By

Entity reaction_dynamic and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 analysis_result_element_curve ENTITY reaction
 analysis_result_element_node ENTITY reaction
 analysis_result_element_point ENTITY reaction
 analysis_result_node ENTITY reaction
 reaction ENTITY reaction_dynamic
 select_response_item SELECT reaction


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00