is there a way to get solver data for point masses?

atb5dc
atb5dc Member Posts: 4
First Comment
**

solver_data = solution.SolverData
data=solver_data.GetObjectData(body)

i noticed that if I try to put a point mass where "body" is written, that options is not supported. anyone know how else I can get this info for point masses?

Best Answer

  • Mike.Thompson
    Mike.Thompson Member, Employee Posts: 361
    25 Answers 100 Comments Second Anniversary 25 Likes
    ✭✭✭✭
    Answer ✓

    I hope this is implemented for this object in the future, but for now this is a work around you can use. You can implement a python code object to make an APDL component for that point mass element. The APDL component can be referenced by name either in a user defined result object, or by DPF scoping on named selections

Answers