Navigation

load_case

EXPRESS specification:

ENTITY load_case;
load_case_name  :  label;
load_case_factor  :  OPTIONAL REAL;
governing_analyses  :  SET OF analysis_method;
time_variation  :  physical_action;
DERIVE
load_components  :  SET [1:?] OF load :=  bag_to_set 
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.LOAD.PARENT_LOAD_CASE'));
INVERSE
loads  :  SET [1:?] OF load FOR parent_load_case;
WHERE
WRL60  :  NOT ((SIZEOF(QUERY(components <* load_components | ('STRUCTURAL_FRAME_SCHEMA.LOAD_ELEMENT') IN TYPEOF(components))) > 0 ) AND (SIZEOF(QUERY(components <* load_components | ('STRUCTURAL_FRAME_SCHEMA.LOAD_MEMBER') IN TYPEOF(components))) > 0) );
WRL61  :  NOT ((SIZEOF(QUERY(components <* load_components | ('STRUCTURAL_FRAME_SCHEMA.LOAD_NODE') IN TYPEOF(components))) > 0 ) AND (SIZEOF(QUERY(components <* load_components | ('STRUCTURAL_FRAME_SCHEMA.LOAD_CONNECTION') IN TYPEOF(components))) > 0) );
WRL62  :  NOT ((SIZEOF(QUERY(components <* load_components | ('STRUCTURAL_FRAME_SCHEMA.LOAD_NODE') IN TYPEOF(components))) > 0 ) AND (SIZEOF(QUERY(components <* load_components | ('STRUCTURAL_FRAME_SCHEMA.LOAD_MEMBER') IN TYPEOF(components))) > 0) );
WRL63  :  NOT ((SIZEOF(QUERY(components <* load_components | ('STRUCTURAL_FRAME_SCHEMA.LOAD_ELEMENT') IN TYPEOF(components))) > 0 ) AND (SIZEOF(QUERY(components <* load_components | ('STRUCTURAL_FRAME_SCHEMA.LOAD_CONNECTION') IN TYPEOF(components))) > 0) );
END_ENTITY;

References (5):

Name Type Referred through Express-G
analysis_results_set_basic Entity
Attribute 'basic_load_case'
No Diagram
load Entity
Attribute 'parent_load_case'
No Diagram
load_case_documented Entity
Supertype
No Diagram
load_combination_occurrence Entity
Attribute 'component_load_case'
No Diagram
select_loading_item Select
Select relation
No Diagram

Inheritance graph

ENTITY load_case;
ENTITY load_case;
load_case_name  :  label;
load_case_factor  :  OPTIONAL REAL;
governing_analyses  :  SET OF analysis_method;
time_variation  :  physical_action;
DERIVE
load_components  :  SET [1:?] OF load :=  bag_to_set 
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.LOAD.PARENT_LOAD_CASE'));
INVERSE
loads  :  SET [1:?] OF load FOR parent_load_case;
END_ENTITY;