I am simulating an internal gear pair with the same number of teeth in rotation. I defined a cylindrical coordinate system for the internal gear and would like to export resultant contact normal forces and direction in each contacting node of the internal gear.
For the moment what I get is Contact normal force in X, Y, Z global coordinates.
Can I extract the information desired directly from Marc or do I have to post-treat myself?
In addition to contact normal force components in XYZ, you should get "contact normal force" output as well. My previous suggestion was about getting the resultant for the entire contact pair, not at each node.
Go for the contact normal force output, post code 34 available at each contact node.
I don't have that single Contact Normal Force you underline in your message, only the ones Contact Normal Force X,Y,Z.
So I think I did not choose to calculate that Nodal quantity... I had a look to post code 34 and in the user guide it says is Contat Normal STRESS, however in your image it appears as Force..??
Is just a name confussing or am I confussing myself?
You are right, contact normal force post code is35 . Marc default nodal output will write these output quantities, unless you have changed defaults and requested any custom output.
It appears exactly as you said in the list of Model Plot Results and Scalar plot.
However, I still have one problem. As i told you before, I use a python code with py_post which writes in a .txt file the desired info and inside the nodal indexes disponible to extract I do not have the general Contact Normal force...
I attach the image of all availabre data to extract.
I think only Contact Normal Force X,Y,Z are in the t16 file. Contact Normal Force is calculated in Mentat from the components. You can easily do the same in your Python code.
There is another option in Mentat: you can plot Contact Normal Force and write Nodal Values to a report. You will then see Contact Normal Force in the rpt file.