Skip to content

Commit

Permalink
WIP: NREL/OpenFAST example
Browse files Browse the repository at this point in the history
  • Loading branch information
dingraha committed Aug 9, 2024
1 parent e5bc042 commit 01b31d0
Show file tree
Hide file tree
Showing 13 changed files with 767 additions and 193 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ version = "0.7.2"
[deps]
AcousticMetrics = "046f749b-9c1e-43ca-86bc-6902340f753e"
CCBlade = "e1828068-15df-11e9-03e4-ef195ea46fa4"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FLOWMath = "6cb5d3fb-0fe8-4cc2-bd89-9fe0b19a99d3"
FlexiMaps = "6394faf6-06db-4fa8-b750-35ccc60383f7"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Expand Down
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
AcousticAnalogies = "e71b3392-1e0c-4536-b366-2bd1fce6fba0"
AcousticMetrics = "046f749b-9c1e-43ca-86bc-6902340f753e"
CCBlade = "e1828068-15df-11e9-03e4-ef195ea46fa4"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FLOWMath = "6cb5d3fb-0fe8-4cc2-bd89-9fe0b19a99d3"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KinematicCoordinateTransformations = "730d3219-0a85-48f9-b699-9f31f8913d09"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Expand Down
5 changes: 3 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module AADocs
using Documenter, AcousticAnalogies

function main()
function doit()
IN_CI = get(ENV, "CI", nothing)=="true"

makedocs(sitename="AcousticAnalogies.jl", modules=[AcousticAnalogies], doctest=false,
Expand All @@ -10,6 +10,7 @@ function main()
"Guided Example"=>"guided_example.md",
"CCBlade.jl Example"=>"ccblade_example.md",
"WriteVTK.jl Support"=>"writevtk_support.md",
"OpenFAST Example"=>"openfast_example.md",
"API Reference"=>"api.md",
"Software Quality Assurance"=>"sqa.md"])

Expand All @@ -20,7 +21,7 @@ function main()
end

if !isinteractive()
main()
doit()
end

end # module
Loading

0 comments on commit 01b31d0

Please sign in to comment.