Ansys Learning Forum › Forums › Installation and Licensing › Ansys Products › PSD Displacement Applied to location other than “fixed support” › Reply To: PSD Displacement Applied to location other than “fixed support”
It sounds like you're on the right track trying to apply a PSD displacement at the free end of your cantilevered beam in ANSYS Workbench. Here are a few suggestions that might help you troubleshoot:
Check Node Selection: Ensure you’re correctly identifying the free end node. You can verify the node number in the graphical interface or by checking the element connectivity.
APDL Commands: When using APDL commands, ensure that you’re correctly referencing the node with the command
N
, followed by the node number, to apply the displacement. For example:apdlN,
, 0, 0, 0 ! If needed to ensure proper selection D, , UY, PSD_displacement Inputting PSD Data: Make sure that the PSD data you’re trying to apply is formatted correctly. It’s often necessary to define a time history function that represents your PSD.
Solver Settings: Double-check your analysis settings, as some settings might not support the displacement method you're trying to apply.
Reference Documentation: Consult the ANSYS documentation or forums for specific commands and examples related to applying PSD displacements. The ANSYS user community is also a great resource for similar cases.
If you're still having trouble, consider sharing your APDL command snippet or any error messages you’re encountering for more targeted assistance!