Skip to content

rydyb/Coils.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coils.jl

Build Status Code Coverage

Coils.jl is a Julia library that provides various types and functions for engineering magnetic coils made of rectangular hollow core wire.

Installation

Coils.jl is a registered package and you can install it over the REPL:

julia> ]add Coils

Usage

See the notebooks in example. Clone or download those files. You can run them with Pluto.jl. Execute the following in the REPL:

julia> using Pluto

julia> Pluto.run()