Navigation

linear_stiffness_measure_with_unit

EXPRESS specification:

ENTITY linear_stiffness_measure_with_unit
SUBTYPE OF ( derived_measure_with_unit);
WHERE
WRL8  :  'STRUCTURAL_FRAME_SCHEMA.LINEAR_STIFFNESS_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRL9  :  'STRUCTURAL_FRAME_SCHEMA.LINEAR_STIFFNESS_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (10):

Name Type Referred through Express-G
boundary_condition_spring_linear Entity
Attribute 'bc_x_displacement'
Attribute 'bc_y_displacement'
Attribute 'bc_z_displacement'
No Diagram
derived_measure_with_unit Entity
Subtype
No Diagram
release_spring_linear Entity
Attribute 'release_axial_force'
Attribute 'release_y_force'
Attribute 'release_z_force'
No Diagram
restraint_spring Entity
Attribute 'restraint_x_displacement'
Attribute 'restraint_y_displacement'
Attribute 'restraint_z_displacement'
No Diagram

Inheritance graph

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