We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fc9e2 commit e0a8203Copy full SHA for e0a8203
examples/ram_air_kite.jl
@@ -3,12 +3,13 @@ using VortexStepMethod
3
using LinearAlgebra
4
5
PLOT = true
6
+PRN = true
7
USE_TEX = false
8
DEFORM = false
9
LINEARIZE = false
10
11
# Create wing geometry
-wing = RamAirWing("data/ram_air_kite_body.obj", "data/ram_air_kite_foil.dat")
12
+wing = RamAirWing("data/ram_air_kite_body.obj", "data/ram_air_kite_foil.dat"; prn=PRN)
13
body_aero = BodyAerodynamics([wing];)
14
println("First init")
15
@time VortexStepMethod.init!(body_aero)
0 commit comments