From 30edcb0319354407bec62ca8264579956291e26b Mon Sep 17 00:00:00 2001 From: EdoAlvarezR Date: Tue, 16 Apr 2024 17:53:56 -0500 Subject: [PATCH] Update OpenVSP instructions --- docs/src/installation/general.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/docs/src/installation/general.md b/docs/src/installation/general.md index 6192fabc..d8230ce5 100644 --- a/docs/src/installation/general.md +++ b/docs/src/installation/general.md @@ -81,6 +81,13 @@ ParaView will then pull up with a rendering of a cube (click the `Apply` button

``` +## *(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) @@ -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: