This project is a fork of the repo by edilorean. The source code has been modified, and some Linux dependent references have been removed such as those related to time calculations. This allows the code to be compiled on Windows using MSYS
FastHenry is the premium inductance solver originally developed at M.I.T. on Unix platform. A de-facto golden reference standard, FastHenry extracts the inductances and resistances of any arbitrary 3D conductive geometry by solving the Maxwell equations in quasi-static regime.
- Clone repo
- Download MSYS and follow istallation instructions to install the mingw-w64 GCC tools.
- Install Make package
- Restart MSYS terminal
- Navigate to cloned folder
- Run command
make fasthenry
- If compiled successfully, an exe file will be created in the bin folder
- optional: run
make clean
to clean project directory and remove object files.