Skip to content

Commit

Permalink
rework atm integration to ease syntax (#89)
Browse files Browse the repository at this point in the history
split atmophere and turbofan to help cases where turbofan would be integrated in other contexts (test rig)
add TurbofanWithAtm system for convenient use of Turbofan with Atmosphere
change default psi value for booster using phiP
update buggy demo notebook: set targets values before adding targets to the solver itself
update tests
add .html file to gitignore
update HISTORY
  • Loading branch information
adriendelsalle committed Feb 20, 2023
1 parent 135f189 commit b033cb6
Show file tree
Hide file tree
Showing 8 changed files with 246 additions and 230 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,7 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# cosapp systems representations
*.html

# End of https://www.gitignore.io/api/git,linux,macos,python,windows,pycharm,jupyternotebook
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

### Features

- Add new system `Atmosphere` to ease computing of ambient conditions
- Add new system `Atmosphere` and `TurbofanWithAtm` to ease computing of ambient conditions (from altitude, Mach and delta tamb)

### Code quality & packaging

- Add `Compressor` to public API of the `systems.compressor` and `systems` modules
- Fix demo turbofan notebook to set design target before adding targets to the non-linear solver

### Bug fix

Expand Down
Loading

0 comments on commit b033cb6

Please sign in to comment.