Navigation

element_point_grounded_spring

EXPRESS specification:

ENTITY element_point_grounded_spring
SUBTYPE OF ( element_point);
stiffness_coefficients  :  ARRAY [1:6] OF REAL;
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY element_point_grounded_spring;
ENTITY element;
element_name  :  label;
element_description  :  OPTIONAL text;
parent_model  :  analysis_model;
element_dimensionality  :  INTEGER;
INVERSE
connectivity  :  SET [1:?] OF element_node_connectivity FOR connecting_element;
ENTITY element_point;
DERIVE
connectivities  :  BAG [1:1] OF element_node_connectivity := 
USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.ELEMENT_NODE_CONNECTIVITY.CONNECTING_ELEMENT');
ENTITY element_point_grounded_spring;
stiffness_coefficients  :  ARRAY [1:6] OF REAL;
END_ENTITY;