sliprings

Unless otherwise specified, data names are accessible in level 3 only.

activesuppressed
Returns non-zero if the entity is set inactive, 0 otherwise.
Type: integer
attributesmax
The number of attributes owned by this entity.
Type: unsigned integer
color
The 1-64 color of the entity.
Type: integer
color_rgb
The RGB color of the entity.
Type: string
coefficient
The optional coefficnent for determining the coulomb friction coefficient related to the alpha angle.
Type: double
config
The configuration of the entity.
101 - LS-DYNA *ELEMENT_SEATBELT_SLIPRING
401 - PAM-CRASH SLIPR
Type: unsigned integer
decayconstant
The optional decay constant to allow a smooth transition between the static and dynamic friction coefficients.
Type: double
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
direction
The direction of the belt movement.
0 - The belt can move along both directions.
12 - The belt is only allowed to slip along the direction from seatbeltelem1id to seatbeltelem2id
21 - The belt is only allowed to slip along the direction from seatbeltelem2id to seatbeltelem1id
Type: unsigned integer
dynamiccurveid
The optional curve ID for the normal force-dependent coulomb dynamic friction coefficient.
Type: entity
fccurveid
If less than 0, FC refers to a curve which defines the dynamic friction coefficent as a function of time when fctoggle is 1.
Type: entity
fcscurveid
If less than 0, FCS refers to a curve which defines the static friction coefficent as a function of time when fcstoggle is 1.
Type: entity
fctoggle
Determines if FC is a value (0) or a curve (1).
Type: Boolean
fcvalue
The coulomb dynamic friction coefficient when fctoggle is 0.
Type: double
fcstoggle
Determines if FCS is a value (0) or a curve (1).
Type: Boolean
fcsvalue
The coulomb static friction coefficient when fcstoggle is 0.
Type: double
fractionoflength
The fraction of length for an element to be slipped.
Type: double
frictionid
The advanced friction model identification number.
Type: entity
funcid
The function ID to determine the friction coefficient.
Type: entity
id
The ID of the entity.
Type: unsigned integer
include
The ID of the include file the entity is organized in.
Type: entity
includeid
The ID of the include file the entity is organized in.
Type: unsigned integer
internalid
The ID of the entity.
Type: unsigned integer
internalname
The internal name of the entity.
Type: string
lockingflag
The flag to activate slipring locking.
Type: unsigned integer
lockuptime
The slipring lockup time.
Type: double
moduleid
The module ID of the entity.
Type: integer
name
The name of the entity.
Type: string
optionalcard
Set to 1 to provide optional card 2.
Type: Boolean
optionalnodeid
The optional orientation node ID.
Type: entity
outputsuppressed
Returns non-zero if the entity is set "do not export", 0 otherwise.
Type: integer
poolid
The pool number of the entity.
Type: integer
poolname
The pool name of the entity.
Type: string
rimfriction
The pulley rim friction coefficient.
Type: double
seatbeltelem1id
The ID of seatbelt element 1.
Type: entity
seatbeltelem1id_type
The type of seatbelt element 1:
2 - Element
3 - Component
10 - Set
Type: integer
seatbeltelem2id
The ID of seatbelt element 2.
Type: entity
seatbeltelem2id_type
The type of seatbelt element 2:
2 - Element
3 - Component
10 - Set
Type: integer
slipringcpoint
The ID of the seatbelt control point.
Type: entity
slipringnodeid
The slipring node ID.
Type: entity
slipringparent
The ID of the parent seatbelt.
Type: entity
solver_id
The solver ID of the entity.
Type: integer
solverkeyword
The name of the solver keyword.
Type: string
solvername
The solver name of the entity for entities enabled for name pool, otherwise the internal name of the entity.
Type: string
staticcurveid
The optional curve ID for the normal force-dependent coulomb static friction coefficient.
Type: entity
toleranceslipring
The force tolerance to trigger material slipping.
Type: double
type
The type of retractor. Available types are node (1) or set (10).
Type: unsigned integer

Version History

2017.1

2020 - Added new config value 401. Added new data names color_rgb, fractionoflength, frictionid, lockingflag, rimfriction, seatbeltelem1id_type, seatbeltelem2id_type, slipringcpoint, slipringparent and toleranceslipring.

2020.1 - Added new data name solverkeyword.

2021.1 - Added new data names moduleid, poolid, poolname, and solver_id.

2021.2 - Added new data names internalname and solvername.

2022 - Changed the frictionid data name type from integer to entity.