Navigation

physical_action

EXPRESS specification:

ENTITY physical_action
SUPERTYPE OF (ONEOF(physical_action_permanent, physical_action_variable, physical_action_accidental, physical_action_seismic));
action_nature  :  static_or_dynamic;
action_spatial_variation  :  spatial_variation;
action_type  :  direct_or_indirect_action;
basic_magnitude  :  OPTIONAL measure_with_unit;
derived_magnitude  :  OPTIONAL measure_with_unit;
derivation_factors  :  LIST OF REAL;
derivation_factor_labels  :  LIST OF label;
WHERE
WRP11  :  SIZEOF (derivation_factors) = SIZEOF (derivation_factor_labels);
END_ENTITY;

References (7):

Name Type Referred through Express-G
load_case Entity
Attribute 'time_variation'
No Diagram
loaded_product Entity
Attribute 'time_variation'
No Diagram
physical_action_accidental Entity
Supertype
No Diagram
physical_action_permanent Entity
Supertype
No Diagram
physical_action_seismic Entity
Supertype
No Diagram
physical_action_variable Entity
Supertype
No Diagram
select_loading_item Select
Select relation
No Diagram

Inheritance graph

ENTITY physical_action;
ENTITY physical_action;
action_nature  :  static_or_dynamic;
action_spatial_variation  :  spatial_variation;
action_type  :  direct_or_indirect_action;
basic_magnitude  :  OPTIONAL measure_with_unit;
derived_magnitude  :  OPTIONAL measure_with_unit;
derivation_factors  :  LIST OF REAL;
derivation_factor_labels  :  LIST OF label;
END_ENTITY;