ENTITY boundary_condition_spring_linear

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY boundary_condition_spring_linear
SUPERTYPE OF (boundary_condition_warping)
SUBTYPE OF (boundary_condition);
	bc_x_displacement : OPTIONAL linear_stiffness_measure_with_unit;
	bc_y_displacement : OPTIONAL linear_stiffness_measure_with_unit;
	bc_z_displacement : OPTIONAL linear_stiffness_measure_with_unit;
	bc_x_rotation : OPTIONAL rotational_stiffness_measure_with_unit;
	bc_y_rotation : OPTIONAL rotational_stiffness_measure_with_unit;
	bc_z_rotation : OPTIONAL rotational_stiffness_measure_with_unit;
WHERE
	WRB10 : EXISTS (bc_x_displacement) OR 
		EXISTS (bc_y_displacement) OR 
		EXISTS (bc_z_displacement) OR
		EXISTS (bc_x_rotation) OR 
		EXISTS (bc_y_rotation) OR 
		EXISTS (bc_z_rotation);
END_ENTITY;

Explicit Attributes

Entity boundary_condition_spring_linear has the following local and inherited explicit attributes:
AttributeTypeDefined By
 boundary_condition_namelabel (STRING)boundary_condition
 boundary_condition_descriptiontext (STRING)boundary_condition
 bc_x_displacementlinear_stiffness_measure_with_unit (ENTITY)boundary_condition_spring_linear
 bc_y_displacementlinear_stiffness_measure_with_unit (ENTITY)boundary_condition_spring_linear
 bc_z_displacementlinear_stiffness_measure_with_unit (ENTITY)boundary_condition_spring_linear
 bc_x_rotationrotational_stiffness_measure_with_unit (ENTITY)boundary_condition_spring_linear
 bc_y_rotationrotational_stiffness_measure_with_unit (ENTITY)boundary_condition_spring_linear
 bc_z_rotationrotational_stiffness_measure_with_unit (ENTITY)boundary_condition_spring_linear

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity boundary_condition_spring_linear inherits from the following supertypes:
  boundary_condition

Subtypes

Entity boundary_condition_spring_linear has the following subtypes:
    boundary_condition_warping*
* - Immediate Subtypes

Referenced By

Entity boundary_condition_spring_linear and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boundary_condition ENTITY boundary_condition_spring_linear
 boundary_condition_spring_non_linear ENTITY boundary_condition_spring_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