Navigation

analysis_model_2d

EXPRESS specification:

ENTITY analysis_model_2d
SUBTYPE OF ( analysis_model);
WHERE
WRA2  :  SELF\analysis_model.coordinate_space_dimension = 2;
WRA3  :  (SELF\analysis_model.model_type = PLANE_FRAME) OR (SELF\analysis_model.model_type = PLANE_TRUSS) OR (SELF\analysis_model.model_type = GRILLAGE);
END_ENTITY;

References (1):

Name Type Referred through Express-G
analysis_model Entity
Subtype
No Diagram

Inheritance graph

ENTITY analysis_model_2d;
ENTITY analysis_model;
model_name  :  label;
model_description  :  OPTIONAL text;
model_type  :  frame_type;
method_of_analysis  :  OPTIONAL analysis_method;
coordinate_space_dimension  :  dimension_count;
INVERSE
component_elements  :  SET [1:?] OF element FOR parent_model;
component_nodes  :  SET [2:?] OF node FOR parent_model;
ENTITY analysis_model_2d;
END_ENTITY;