Simple magnetodynamic motor sim

Hi All,

I have been following fenics for a little while and tried building a few of the examples but I am more used to the ansys/altair/femm world where the solvers are already implemented. I am wondering if anyone could give me some tips on how to go about getting started reproducing something like https://reference.wolfram.com/language/FEMDocumentation/tutorial/SolvingPDEwithFEM.html#1502006470. I feel I am missing some key pieces to get started.

Thanks for any tips!emphasized text

I would suggest looking at the demos and the dolfinx tutorial as a starter:
https://docs.fenicsproject.org/dolfinx/v0.8.0/python/demos.html
https://jsdokken.com/dolfinx-tutorial/
and
https://bleyerj.github.io/comet-fenicsx/
if you are interested in elasticity.

For EM there is also:

solving the TEAM30 problem: https://www.compumag.org/jsite/images/stories/TEAM/problem30a.pdf
and GitHub - jpdean/maxwell for magnetostatic problems.

Thank you for the resources! I will take a look and maybe have some more questions :slight_smile: