Navigation

boundary_condition_logical

EXPRESS specification:

ENTITY boundary_condition_logical
SUBTYPE OF ( boundary_condition);
bc_x_displacement_free  :  LOGICAL;
bc_y_displacement_free  :  LOGICAL;
bc_z_displacement_free  :  LOGICAL;
bc_x_rotation_free  :  LOGICAL;
bc_y_rotation_free  :  LOGICAL;
bc_z_rotation_free  :  LOGICAL;
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY boundary_condition_logical;
ENTITY boundary_condition;
boundary_condition_name  :  label;
boundary_condition_description  :  OPTIONAL text;
INVERSE
restrained_nodes  :  SET [1:?] OF node FOR restraints;
ENTITY boundary_condition_logical;
bc_x_displacement_free  :  LOGICAL;
bc_y_displacement_free  :  LOGICAL;
bc_z_displacement_free  :  LOGICAL;
bc_x_rotation_free  :  LOGICAL;
bc_y_rotation_free  :  LOGICAL;
bc_z_rotation_free  :  LOGICAL;
END_ENTITY;