# OpenFAST with Julia

**URL:** https://discourse.julialang.org/t/openfast-with-julia/94267
**Category:** Modelling & Simulations
**Created:** [February 8, 2023, 10:22am UTC](https://discourse.julialang.org/t/openfast-with-julia/94267 "2023-02-08T10:22:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [February 8, 2023, 10:22am UTC](https://discourse.julialang.org/t/openfast-with-julia/94267/1 "2023-02-08T10:22:47Z")

</div>

OpenFAST is the standard wind turbine simulation tool from NREL, written in Fortran. [OpenFAST · GitHub](https://github.com/OpenFAST)

If I want to use it in Julia on Linux, what is the best approach?

There are wrappers for Matlab and Python, but not for Julia (yet).

Any hints welcome!

---

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [February 8, 2023, 10:42am UTC](https://discourse.julialang.org/t/openfast-with-julia/94267/2 "2023-02-08T10:42:17Z")

</div>

Here’s what the docs say about Fortran wrappers:

[https://docs.julialang.org/en/v1/manual/calling-c-and-fortran-code/#Fortran-Wrapper-Example](https://docs.julialang.org/en/v1/manual/calling-c-and-fortran-code/#Fortran-Wrapper-Example)

For OpenFAST it looks like there’s a jll already:

> **[GitHub - JuliaBinaryWrappers/OpenFAST\_jll.jl](https://github.com/JuliaBinaryWrappers/OpenFAST_jll.jl)**
>
> Contribute to JuliaBinaryWrappers/OpenFAST\_jll.jl development by creating an account on GitHub.

looks like it provides Apple and Linux wrappers, maybe you can try them? Mose has a whole video on using jlls in Julia packages:

[![](https://global.discourse-cdn.com/julialang/original/3X/6/a/6af6c49e424e8d6e0acc5ca152f75b573442b820.jpeg "Debugging a JLL package and using it in a Julia package") ](https://www.youtube.com/watch?v=uvNfXzhuFZk)
