Ansys Learning Forum › Forums › Discuss Simulation › Electronics › I am getting different torque values for different region sizes for my machine › Reply To: I am getting different torque values for different region sizes for my machine
Hi s_zanjani2004,
Nice to see your question.
In Maxwell we have 3 different types or default boundaries, they vary depending of the solver you are using. They are “Natural”, “Neumann” and “Dirichlet”.
Looking at the screenshot you are using the 3D Magnetic Transient, here you have “Natural” and “Neumann” boundaries as default (read explanation below)
Natural: for the boundaries on the interface between objects. It describes the natural variation from one material to the next one, as defined by material properties. No user input needed.
Neumann: For exterior boundaries of solution domain. The field is tangential to the boundary and flux cannot cross it. Neuman constrains the gradient of the unknown. This is the default.
So, based on the Neumann boundary, the field is tangential to the Region, this means that, if the Region is too small you are forcing the field to do not go further in space (because it is tangential to the Region surfaces). In this case, the results are not realistic. This is what is happening in your first image
To be sure that the Region is big enough, I would advise to plot the H or B field on the plane and see if the value is zero near the Region surface.
I hope this helps you. Ivonne