Hi
I am using Altair flux for measuring the radial forces (for vibration analysis)
I have to options:
1. Mechanical Analysis Context (
)
2. Calculate it from Br and Bh (maxwell tensor)
The problem is that the results are not the same and I don't know how to verify them.
pic1: the yellow high lighted area is the path for Fr calculation.

pic2: Result of Fr from "Mechanical Analysis Context":

pic3: result from maxwell tensor equation:

Code for Maxwell tensor (based on Br and Bt):
%%maxwell equation:
dFr = (Br.*Br - Bt.*Bt)/(2*mu0);
Fr = dFr .* area; %area is the 3d mesh area for each sensor position
Thank you in advance