Skip to content

Commit

Permalink
Merge pull request #121 from cibinjoseph/vspGeomPkg
Browse files Browse the repository at this point in the history
VspGeom.jl is now available in the Julia registry
  • Loading branch information
EdoAlvarezR authored Jan 29, 2024
2 parents 64d7023 + 0d5f74d commit 53e94a4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/src/installation/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,19 @@ If you run into any issues, please try the following:
If issues persist, please check the resolved issues in [the FLOWExaFMM repo](https://github.com/byuflowlab/FLOWExaFMM.jl/issues?q=), the discussion forum in [the FLOWUnsteady repo](https://github.com/byuflowlab/FLOWUnsteady/discussions?discussions_q=),
and feel free to open a new issue or discussion for help.

## VSPGeom
FLOWUnsteady can import geometry created in [OpenVSP](https://openvsp.org/) using [VSPGeom.jl](https://github.com/byuflowlab/VSPGeom.jl).

* Add VSPgeom:
```julia
] add VSPGeom
```

* *[Optional]* Test VSPGeom:
```julia
] test VSPGeom
```

## Other Packages
Run the following commands in the Julia REPL to add some dependencies that are not
in the official Julia registry:
Expand All @@ -207,7 +220,7 @@ import Pkg
url = "https://github.com/byuflowlab/"
packages = (("AirfoilPrep.jl", "v2.1.2"), ("FLOWVLM", "v2.1.2"),
("BPM.jl", "v2.0.1"), ("FLOWNoise", "v2.3.2"), ("VSPGeom.jl", nothing))
("BPM.jl", "v2.0.1"), ("FLOWNoise", "v2.3.2"))
Pkg.add([ Pkg.PackageSpec(; url=url*name, rev=v) for (name, v) in packages ])
```
Expand Down

0 comments on commit 53e94a4

Please sign in to comment.