-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,7 @@ | |
This is part of the Sandia National Labs OWENS toolkit (Onshore/Offshore Wind/Water Energy Simulator). This package provides a frontend julia wrapper to many of the popular OpenFAST libraries, including AeroDyn, HydroDyn, MoorDyn, InflowWind, and Turbsim. The package can be used standalone, as shown in the test cases, or in conjunction with OWENS.jl. The OWENSOpenFAST_jll.jl package was also created, which this is linked to, which provides cross compiled binaries for the major operating systems and significantly improves the installation experience. Please also note the API reference in these docs, which gives a searchable index of all of the functions with their inputs and outputs. Please make any pull requests against the dev branch. | ||
|
||
## Installation | ||
]add [email protected]:sandialabs/OWENSOpenFAST_jll.jl.git | ||
]add [email protected]:sandialabs/OWENSOpenFASTWrappers.jl.git | ||
```julia | ||
pkg> add git@github.com:sandialabs/OWENSOpenFAST_jll.jl.git | ||
pkg> add git@github.com:sandialabs/OWENSOpenFASTWrappers.jl.git | ||
``` |