Skip to content

samerps/FastHenry2-Sam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastHenry

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.

Compile Instructions - Windows

  1. Clone repo
  2. Download MSYS and follow istallation instructions to install the mingw-w64 GCC tools.
  3. Install Make package
  4. Restart MSYS terminal
  5. Navigate to cloned folder
  6. Run command make fasthenry
  7. If compiled successfully, an exe file will be created in the bin folder
  8. optional: run make clean to clean project directory and remove object files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages