Home > List of Keywords > *NODECONT,NAME=USER
*NODECONT,NAME=USER
Data format:
One line with 2 parameters followed by two lines with one parameter each.
INOD ITYP
DLLFileName
DLLProcName
Status :
Optional
Restriction :
For dynamic analyses only.
Purpose :
To impose a motion or a displacement on a node.
Details :
Parameter | Description |
---|---|
INOD | Identification number of the node. |
ITYP | Type of control : 0 force; 1 :displacement |
DLLFileName | DLL file name |
DLLProcName | DLL procedure name |
Note
Procedure in the DLL exchanges the following information with DeepLines at the beginning of each timestep : (vec, t, dt) where
-
Vec is a double precision real vector of length 6. The procedure provides displacement or force to be applied on the 6 degrees of freedom
-
t : time provided by DeepLines
-
dt: timestep provided by DeepLines