Skip to content

Commit

Permalink
Update OpenVSP instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoAlvarezR committed Apr 16, 2024
1 parent ef7f39c commit 30edcb0
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions docs/src/installation/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ ParaView will then pull up with a rendering of a cube (click the `Apply` button
</p>
```

## *(Optional)* OpenVSP
FLOWUnsteady can import geometry created in [OpenVSP](https://openvsp.org/) using [VSPGeom.jl](https://github.com/byuflowlab/VSPGeom.jl).
We recommend [installing OpenVSP](https://openvsp.org/download.php) in your system, then adding VSPGeom.jl to Julia:
```julia
] add VSPGeom
```


## [PyCall](@id pycall)

Expand Down Expand Up @@ -198,19 +205,6 @@ 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 Down

0 comments on commit 30edcb0

Please sign in to comment.