This CLI tool outputs the MPC forces via summing it up per connected part. It is used in combination with Optistruct.
When you have simple rigid elements for modelling bolts, the mpcforces can be written out to either .h3d or .mpcf file among other options. With these options there seems to be no easy way of getting the summed up forces per conneced part for every mpc elmeent. Below you can see an image with the mpc forses printed as a vector plot. In the image there are two connected parts. To manually get the desired force per part you have to go into hyperview, do a table export and sum them up. This also requires you to have sets or to manually select the nodes per part. For a multitude of mpc elements this process is a problem.
The desired process is this:
This tool is destined to solve this by automating it. The two major problems regarding this:
To use this tool, you can simply use the pip install command like so:
pip install mpcforces-extractor
After installing it, you can access the cli tool via: mpcforces-extractor
which will launch a small webserver wher you can select input files and start the process:
If you need more documentation, you can access it here