Hi all,
I am currently writing a script which requires me to have nodal force and moment components along a given edge. For reference, all bodies within the model are shells.
For forces this is trivial using dpf.operators.result.element_nodal_forces, however from what I can see there doesn't seem to be an equivalent in DPF for moments.
I've tried using dpf.operators.result.raw_reaction_force() as per the suggestion in this post, however this only seems to work for nodes which are on a constrained edge. For my script to work reliably I need nodal moments at any given node in the model.
As a workaround I am using PRNLD,M,0 inside an MAPDL macro, however I would much rather use DPF here as it would be far quicker in result generation.
Any insights would be helpful. Cheers!