psprng#
- Piping.psprng(nloc='', type_='', k='', dx='', dy='', dz='', elem='', **kwargs)#
Defines a spring constraint in a piping run.
Mechanical APDL Command: PSPRNG
- Parameters:
- nloc
str Node where spring is to be placed. Defaults to current run starting point.
- type_
str Type of spring:
TRAN- Translational (default).ROT- Rotational.
- k
str Spring constant value (must be positive).
- dx
str Increment (in terms of the active coordinate system components) to determine spring ground point. Spring length must not be zero. Constraints are automatically generated at the ground point.
- dy
str Increment (in terms of the active coordinate system components) to determine spring ground point. Spring length must not be zero. Constraints are automatically generated at the ground point.
- dz
str Increment (in terms of the active coordinate system components) to determine spring ground point. Spring length must not be zero. Constraints are automatically generated at the ground point.
- elem
str Element number to be assigned to spring (defaults to the previous maximum element number (MAXEL + 1)).
- nloc
Notes
Defines a spring constraint (spring element
COMBIN14) at a given location in a piping run. (See the RUN command description in Archived Commands.)Warning
This command is archived in the latest version of the software.