reaction_force
EXPRESS specification:
ENTITY
reaction_force
SUBTYPE
OF
(
reaction
);
reaction_force_fx
:
OPTIONAL
force_measure_with_unit
;
reaction_force_fy
:
OPTIONAL
force_measure_with_unit
;
reaction_force_fz
:
OPTIONAL
force_measure_with_unit
;
reaction_force_mx
:
OPTIONAL
moment_measure_with_unit
;
reaction_force_my
:
OPTIONAL
moment_measure_with_unit
;
reaction_force_mz
:
OPTIONAL
moment_measure_with_unit
;
WHERE
WRR13
:
EXISTS (reaction_force_fx) OR EXISTS (reaction_force_fy) OR EXISTS (reaction_force_fz) OR EXISTS (reaction_force_mx) OR EXISTS (reaction_force_my) OR EXISTS (reaction_force_mz);
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
design_result_resolved
Entity
Attribute 'design_forces'
No Diagram
reaction
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
reaction_force;
ENTITY
reaction
;
ENTITY
reaction_force
;
reaction_force_fx
:
OPTIONAL
force_measure_with_unit
;
reaction_force_fy
:
OPTIONAL
force_measure_with_unit
;
reaction_force_fz
:
OPTIONAL
force_measure_with_unit
;
reaction_force_mx
:
OPTIONAL
moment_measure_with_unit
;
reaction_force_my
:
OPTIONAL
moment_measure_with_unit
;
reaction_force_mz
:
OPTIONAL
moment_measure_with_unit
;
END_ENTITY
;