boundary_condition_warping
EXPRESS specification:
ENTITY
boundary_condition_warping
SUBTYPE
OF
(
boundary_condition_spring_linear
);
bc_warping
:
rotational_stiffness_measure_with_unit
;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
boundary_condition_spring_linear
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
boundary_condition_warping;
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_linear
;
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
;
ENTITY
boundary_condition_warping
;
bc_warping
:
rotational_stiffness_measure_with_unit
;
END_ENTITY
;