Skip to content

rydyb/Coils.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Install

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()

Testing

To run the tests, run julia and enable the package mode by typing ]. Then, run the following command:

activate .
test