You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you were successfull, typing the following in the terminal will launch the
53
53
ParaView:
@@ -81,6 +81,13 @@ ParaView will then pull up with a rendering of a cube (click the `Apply` button
81
81
</p>
82
82
```
83
83
84
+
## *(Optional)* OpenVSP
85
+
FLOWUnsteady can import geometry created in [OpenVSP](https://openvsp.org/) using [VSPGeom.jl](https://github.com/byuflowlab/VSPGeom.jl).
86
+
We recommend [installing OpenVSP](https://openvsp.org/download.php) in your system, then adding VSPGeom.jl to Julia:
87
+
```julia
88
+
] add VSPGeom
89
+
```
90
+
84
91
85
92
## [PyCall](@id pycall)
86
93
@@ -136,7 +143,7 @@ first you will have to install FLOWExaFMM and compile ExaFMM, as follows.
136
143
**[Julia REPL]* Install CxxWrap:
137
144
```julia
138
145
import Pkg
139
-
Pkg.add(name="CxxWrap", version="0.11.2")
146
+
Pkg.add(name="CxxWrap", version="0.15.0")
140
147
```
141
148
142
149
**[Terminal]* Clone FLOWExaFMM:
@@ -175,7 +182,7 @@ add FLOWVPM:
175
182
```julia
176
183
] test FLOWExaFMM
177
184
```
178
-
This will return a heart-warming "Hello world!" if ExaFMM was correctly compiled.
185
+
If ExaFMM was correctly compiled, this will return a heart-warming "Hello world!"
179
186
180
187
181
188
* Add FLOWVPM:
@@ -198,19 +205,6 @@ If you run into any issues, please try the following:
198
205
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=),
199
206
and feel free to open a new issue or discussion for help.
200
207
201
-
## VSPGeom
202
-
FLOWUnsteady can import geometry created in [OpenVSP](https://openvsp.org/) using [VSPGeom.jl](https://github.com/byuflowlab/VSPGeom.jl).
203
-
204
-
* Add VSPgeom:
205
-
```julia
206
-
] add VSPGeom
207
-
```
208
-
209
-
**[Optional]* Test VSPGeom:
210
-
```julia
211
-
] test VSPGeom
212
-
```
213
-
214
208
## Other Packages
215
209
Run the following commands in the Julia REPL to add some dependencies that are not
0 commit comments