fgasdia / LongwaveModePropagator.jl

Model the propagation of VLF radio waves in the Earth-ionosphere waveguide.
https://fgasdia.github.io/LongwaveModePropagator.jl/dev
MIT License
15 stars 5 forks source link

Remove `Frequency` type #52

Closed fgasdia closed 2 years ago

fgasdia commented 2 years ago

Potentially Breaking

Just calculate angular frequency and wave number from a wave frequency argument as necessary.

This simplifies the code base and also means we aren't passing structs around when we often only need a float or a single multiplication.