michaelprichardson / mom_python

Method of Moments for 2D electromagnetic problems.
MIT License
4 stars 3 forks source link

MoM resources? #1

Closed twhughes closed 4 years ago

twhughes commented 4 years ago

Hey @MichaelRichardson12, this is a really nice package! It's hard to find a simple implementation of MoM these days. If you dont mind me asking, what resources did you use to help when writing this code? Was it from a class project? I've been looking for some notes on the subject to study and try to implement my own without much luck.

Thanks

michaelprichardson commented 4 years ago

Hi @twhughes, thanks so much. This was actually part of my master's thesis. I needed to compare results from other solvers against a 2D mom so I made my own. The two sources I used as references are A. F. Peterson, S. L. Ray, and R. Mittra. Computational methods for electromagnetics and J. M. Jin. Theory and Computation of Electromagnetic Fields.

twhughes commented 4 years ago

Cool, thanks for your response! I'll check those books out.