Skip to content

Commit

Permalink
Improved heat exchanging + PEM fuel cells (#10)
Browse files Browse the repository at this point in the history
* ported LAE engine_dev

* added off-design PEM function

* started HX off-design combined with PEM

* added off design functions for HX and desired Q

* deleted old functions

* fixed H2 enthalpy and bug in gas_burn

* added A2219 as material for HX

* fixed bug in entropy complement for h2

* fixed bug in HX input

* better docs + added maxevals to HX optim

* undo changes to combustion model to pass tests

* eliminated WIP files

* eliminated pyplot from pemfc file

* small change to hydrogen R

* new PEM unit tests + improved HX unit tests
  • Loading branch information
ngomezve committed Jan 18, 2024
1 parent 0f30cb3 commit 0b8c91e
Show file tree
Hide file tree
Showing 16 changed files with 2,862 additions and 627 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Manifest.toml
*.pptx
*.DS_Store
docs/build/*
.VSCodeCounter/*
.VSCodeCounter/*
.vscode/
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Expand Down
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ makedocs(
],
"Propulsion systems" => Any[
"propulsion/propsys.md",
"propulsion/gascalc.md",
"propulsion/hxfun.md",
"propulsion/gascalc.md"
"propulsion/PEMfuelcell.md"
],
"Stability" => "balance/balance.md",
"Mission and sizing" => Any[
Expand Down
Loading

0 comments on commit 0b8c91e

Please sign in to comment.