Hi, there.
I am currently developing an ANSYS ACT automation tool to output deformations at specific locations. Note that these locations are different from the mesh nodes. The desired locations are described in XYZ coordinates via either a txt file or in-memory arrays (whichever is available in ANSYS).
Some say that I can load these coordinates as a name selection and set the scoping method to the name selection so that the solver can solve for the deformation of these specific locations. Or I can use the dpf module to map the deformation onto the given locations. I would appreciate it if anyone could shed light on the problem. Thanks ahead!