Albatross.jl

Albatross is a Julia software for reduced-order analysis of vertical-axis wind turbines.

WARNING

This project is under active development. Breaking changes may occur at any time, and backward compatibility is not guaranteed until a stable release.

Quick Install

Albatross is not yet a registered Julia package. To install it,

  1. Download Julia version 1.11 or later.

  2. Launch Julia and type

    import Pkg
    Pkg.add("https://github.com/gabrielbdsantos/Albatross.jl.git")