Commit dd1aec8
Add simple model and linearization (#138)
* Add simple model
* Working simple model
* Linearize the model
* Fix precompilation
* Working precompilation
* Succesful lin
* Create linearization problem
* Make simple model even simpler
* Stable example
* Working simple example
* Update input output
* Move init unknowns
* Initialize with tether acc
* Reliable in out function
* Add a prob version as check/baseline
* Compare step functions
* Compare step functions
* Add back try catch
* Add name and move functions
* Add polars
* Downgrade MTK
* Passing test with reused model
* Fix heading calculation
* Check for plot
* Check for plot
* Add fields to s
* Add fields
* Fix state lin
* Add s from set
* Lower accuracy
* Add angle of attack
* Add symbolic aoa
* Add todo
* Fix version name
* Fix example
* Update MTK
* Quasi-static init
* Fix init bug
* Two working examples
* Working integ input-output
* Show that reinit is possible
* Add non-adaptive optioin
* Add simple twist angle
* Add simple twist
* Define var
* Fix bug
* Add front frac var
* Rotate around le
* Working ram and simple ram example
* Not all need compression frac
* Very fast
* Fix example
* Updade nonlinearsolve
* Fix ram test
* Update packages
* Better initial state
* Fixed omega z
* Small fixes
* Fix first init bug
* Add julia version arg
* Fix test and example
* Improve scripts
* Delete old prob defaults
* Rebuild sys
* Fix test and stiff unknowns
* Align z axis
* Example working well
* Working example
* Short SysState function
* Add more relax
* Fast non adaptive
* Use new sysstate fields
* Use default init alg
* Update for simple
* Working input output
* Tests pass
* Working examples
* Remove unneccesary show
* Update manifests
* Add discrete example
* Small fixes
* Add linear model
* Update operating point
* Actually update op
* Fix lin
* Set lin set_values
* Add vsm to lin
* Fix initial set
* Fix stupid bug
* Add turn rate
* Dont remake
* Fixed nonstiff
* Improve linearize
* Add nonstiff
* Fix bug
* Add measurements
* Correct lin setters
* Fix bug
* Fix tests
* Update default manifest
* Add test_plan.md
* Fix precompile script
* Update manifest
* Fix type bug
* Improve tether init
* Fix prob name
* Update test_plan.md
* Update name
* Add section Test again
* Update default bin file
* Add version cmd line arg
* Update docs
* Precompile full model
* Document test failure
* Delete bin files when creating a sysimage
* Minor change
* Update precompile.jl
* Add messages
* Update create_sys_image and precompile.jl
* New default manifest and new default problem
* Next try
* Fix info message
* Update manifest and xz file for 1.10
* Update message text
* Update WAIVER
* Fix licenses
* Add default manifest
* Delete default file
* Add create_xz_file
* Update default problem
* Update default manifest for current Julia version only
* Updated default bin file
* Fix license headers
* Fix license headers
* Improve message
* Always use the default Julia version
* Update test_plan
* Update message
* Update default problem
* Update test_plan
* Cleanup
* Delete license files, add them to REUSE.toml
* Update test plan
* Cleanup
* Add create_xz_file
---------
Co-authored-by: Uwe Fechner <[email protected]>
Co-authored-by: Uwe Fechner <[email protected]>1 parent b86311f commit dd1aec8
File tree
61 files changed
+2634
-1182
lines changed- LICENSES
- bin
- data
- docs/src
- examples
- src
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+2634
-1182
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
This file was deleted.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | 199 | | |
206 | 200 | | |
207 | 201 | | |
| |||
272 | 266 | | |
273 | 267 | | |
274 | 268 | | |
275 | | - | |
276 | | - | |
| 269 | + | |
| 270 | + | |
277 | 271 | | |
278 | | - | |
| 272 | + | |
279 | 273 | | |
280 | 274 | | |
281 | 275 | | |
| |||
882 | 876 | | |
883 | 877 | | |
884 | 878 | | |
885 | | - | |
886 | | - | |
| 879 | + | |
| 880 | + | |
887 | 881 | | |
888 | | - | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
889 | 888 | | |
890 | 889 | | |
891 | 890 | | |
| |||
1156 | 1155 | | |
1157 | 1156 | | |
1158 | 1157 | | |
1159 | | - | |
| 1158 | + | |
1160 | 1159 | | |
1161 | | - | |
| 1160 | + | |
1162 | 1161 | | |
1163 | 1162 | | |
1164 | 1163 | | |
| |||
1227 | 1226 | | |
1228 | 1227 | | |
1229 | 1228 | | |
1230 | | - | |
| 1229 | + | |
1231 | 1230 | | |
1232 | | - | |
| 1231 | + | |
1233 | 1232 | | |
1234 | 1233 | | |
1235 | 1234 | | |
| |||
1943 | 1942 | | |
1944 | 1943 | | |
1945 | 1944 | | |
1946 | | - | |
| 1945 | + | |
1947 | 1946 | | |
1948 | | - | |
| 1947 | + | |
1949 | 1948 | | |
1950 | 1949 | | |
1951 | 1950 | | |
| |||
2064 | 2063 | | |
2065 | 2064 | | |
2066 | 2065 | | |
2067 | | - | |
2068 | | - | |
2069 | | - | |
2070 | | - | |
2071 | | - | |
2072 | 2066 | | |
2073 | 2067 | | |
2074 | 2068 | | |
| |||
2133 | 2127 | | |
2134 | 2128 | | |
2135 | 2129 | | |
2136 | | - | |
| 2130 | + | |
2137 | 2131 | | |
2138 | | - | |
| 2132 | + | |
2139 | 2133 | | |
2140 | 2134 | | |
2141 | 2135 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments