File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ makedocs(;
1717 " Home" => " index.md" ,
1818 " Types" => " types.md" ,
1919 " Functions" => " functions.md" ,
20+ " RamAirKite" => " ram_air_kite.md" ,
2021 " Parameters" => " parameters.md" ,
2122 " Examples_1p" => " examples.md" ,
2223 " Examples_4p" => " examples_4p.md" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ set_v_wind_ground!
2727unstretched_length
2828tether_length
2929pos_kite
30+ calc_aoa
3031calc_height
3132calc_elevation
3233calc_azimuth
@@ -63,6 +64,7 @@ residual!
6364copy_examples
6465copy_bin
6566calc_drag
67+ calculate_rotational_inertia!
6668calc_set_cl_cd!
6769calc_aero_forces!
6870calc_particle_forces!
Original file line number Diff line number Diff line change 1+ ``` @meta
2+ CurrentModule = KiteModels
3+ ```
4+ ## Introduction
5+ The RamAirKite is based on ModelingToolkit, which allows to define the differential algebraic equations in symbolic form.
6+
7+ ## Types
8+ ``` @docs
9+ Point
10+ Pulley
11+ Segment
12+ Tether
13+ Winch
14+ KitePointGroup
15+ ```
16+
17+ ## Functions
18+ ``` @docs
19+ create_sys!
20+ diff_eqs!
21+ reinit!
22+ scalar_eqs!
23+ linear_vsm_eqs!
24+ force_eqs!
25+ ```
You can’t perform that action at this time.
0 commit comments