ENTITY boundary_condition_spring_non_linear

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
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;

Explicit Attributes

Entity boundary_condition_spring_non_linear has the following local and inherited explicit attributes:
AttributeTypeDefined By
 boundary_condition_namelabel (STRING)boundary_condition
 boundary_condition_descriptiontext (STRING)boundary_condition
 change_valuesLIST OF measure_with_unit (ENTITY)boundary_condition_spring_non_linear
 valuesLIST OF boundary_condition_spring_linear (ENTITY)boundary_condition_spring_non_linear

Derived Attributes

Entity boundary_condition_spring_non_linear has the following local and inherited derived attributes:
AttributeTypeDefined By
 number_of_valuesINTEGERboundary_condition_spring_non_linear

Inverse Attributes

Entity boundary_condition_spring_non_linear has the following local and inherited inverse attributes:
AttributeTypeDefined By
 restrained_nodesSET OF node (ENTITY)boundary_condition

Supertypes

Entity boundary_condition_spring_non_linear inherits from the following supertypes:
  boundary_condition

Subtypes

    No subtypes

Referenced By

Entity boundary_condition_spring_non_linear and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boundary_condition ENTITY boundary_condition_spring_non_linear
 node ENTITY boundary_condition
 select_analysis_model_item SELECT boundary_condition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00