Skip to content

Commit e40eee8

Browse files
committed
document solve()
1 parent cc70f1f commit e40eee8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/src/functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ CurrentModule = VortexStepMethod
66
add_section!
77
```
88

9-
## Functions for setting the inflow conditions
9+
## Functions for setting the inflow conditions and solving
1010
```@docs
1111
set_va!
12+
solve
1213
```
1314

1415
## Main Plotting Functions

src/solver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct Solver
7575
end
7676

7777
"""
78-
solve(solver::Solver, body_aero::BodyAerodynamics, gamma_distribution=nothing; log=false)
78+
solve(solver::Solver, body_aero::BodyAerodynamics, gamma_distribution=nothing; log=false, reference_point=zeros(MVec3))
7979
8080
Main solving routine for the aerodynamic model. Reference point is in the kite body (KB) frame.
8181
"""

0 commit comments

Comments
 (0)