MotionView User's Guide

Clips

Clips

Previous topic Next topic No expanding text in this topic  

Clips

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The Clips component is used to define the clip properties. You need to make sure that the distance specified satisfies the height parameter for the enclosing leaves. User can add any number of clips based on the requirement.

Clip Properties

The following section briefs about the options used in Clip Properties.

The options used for C-Clip type is explained in the following.

leaf_spring_clip_properties_mv

Type: Defines the type of the clip.

Height: Defines the the height of the clip. Approximately the distance between the bottom surface and top surface of the leaves between which the clip is used.

Note        If two clips have different heights then user will have to define two different sub-blocks.

Width: Defines the width of the clip.

End Gap: Defines the gap between the opposing edges at the top and it is needed for the visualization graphics.

Depth: Defines the length parameter along the x axis of the spring.

Contact Property: Defines the label of the contact properties that the user has defined in the contact properties component.

The options used for Pin-Clip type is explained in the following:

leaf_spring_pin_clip_mv

Type: Defines the type of the clip.

Height: Defines the height of the pin from bottom. Approximately the distance between the bottom surface and the center of pin.

NoteIf two clips have different heights then user will have to define two different sub-blocks.

Width: Defines the width of the pin.

Pin-Diameter: Defines the pin diameter for graphic visualization.

Depth: Defines the length parameter along the x axis of the spring. It should be greater than the diameter of the pin.

Contact Property: Defines the label of the contact properties that the user has defined in the contact properties component.

Rebound Clip block for Leaf Property File (*lpf)

Rebound Clip block of Leaf Property file has the following sub-blocks:

Pin Clip sub-block

In the Pin clip sub-block of Leaf Property file, the attribute, type, and valid value that has to be entered in TiemOrbit file format is detailed in the following table. This table also provides the information about whether an attribute is required.

An example of how Pin Clip sub-block is represented in a TiemOrbit file format is shown below:

leaf_spring_pin_clip_example_mv

Block Name = ‘Rebound_Clip’ (Required)

Sub-block Name = ‘clipLabel’ (Required)

Attributes

Type

Valid Value

Required

contactProperties

String

Entered string should exist as sub block in contact properties block

Yes

clipType

String

PIN_CLIP

Yes

depth

Real

-

Yes

Width

Real

-

Yes

pinDiameter

Real

-

Yes

height

Real

-

Yes

C-Clip sub-block

An example of how a C-Clip sub-block is represented in a TiemOrbit file format is shown below:

leaf_spring_c_clip_example_mv

Block Name = ‘Rebound_Clip’ (Required)

Sub-block Name = ‘clipLabel’ (Required)

Attributes

Type

Valid Value

Required

contactProperties

String

Entered string should exist as sub block in contact properties block

Yes

clipType

String

C_CLIP

Yes

depth

Real

-

Yes

Width

Real

-

Yes

endGap

Real

-

Yes

height

Real

-

Yes