Navigation

boundary_condition_spring_non_linear

EXPRESS specification:

ENTITY boundary_condition_spring_non_linear
SUBTYPE OF ( boundary_condition);
change_values  :  LIST [2:?] OF measure_with_unit;
values  :  LIST [2:?] OF boundary_condition_spring_linear;
DERIVE
number_of_values  :  INTEGER :=  SIZEOF(change_values);
WHERE
WRB12  :  SIZEOF(values) = SIZEOF(change_values);
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY boundary_condition_spring_non_linear;
ENTITY boundary_condition;
boundary_condition_name  :  label;
boundary_condition_description  :  OPTIONAL text;
INVERSE
restrained_nodes  :  SET [1:?] OF node FOR restraints;
ENTITY boundary_condition_spring_non_linear;
change_values  :  LIST [2:?] OF measure_with_unit;
values  :  LIST [2:?] OF boundary_condition_spring_linear;
DERIVE
number_of_values  :  INTEGER :=  SIZEOF(change_values);
END_ENTITY;