Navigation

force_per_length_measure_with_unit

EXPRESS specification:

ENTITY force_per_length_measure_with_unit
SUBTYPE OF ( derived_measure_with_unit);
WHERE
WRF19  :  'STRUCTURAL_FRAME_SCHEMA.FORCE_PER_LENGTH_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRF20  :  'STRUCTURAL_FRAME_SCHEMA.FORCE_PER_LENGTH_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (5):

Name Type Referred through Express-G
analysis_result_element_surface_tractions Entity
Attribute 'thrust_tz'
Attribute 'thrust_ty'
Attribute 'shear_traction_qz'
Attribute 'shear_traction_qy'
No Diagram
derived_measure_with_unit Entity
Subtype
No Diagram

Inheritance graph

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