Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 16:27
· 16 commits to main since this release
9231e40

LongwaveModePropagator v0.4.1

Diff since v0.4.0

  • LongwaveModePropagator.defaultmesh now has different default behavior for transmitter frequencies below 12 kHz.
    • The previous default used the internal trianglemesh function and searched for eigenangles in the region of the lower right complex quadrant near the positive real and negative imaginary axes. At low frequencies the eigenangles can have large real and large negative imaginary components, which were not contained in the trianglemesh. Now RootsAndPoles.rectanglemesh is used for these lower frequencies.
    • Fixed #68

Merged pull requests:

  • Support rectangledomain in defaultmesh (#69) (@fgasdia)

Closed issues:

  • Docs display (#40)
  • Register v0.4.0 (#65)
  • Modes not being identifed at low VLF and ELF (#68)