Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezrivera committed Jul 20, 2022
1 parent 66bcbe2 commit 6ad547e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/engines/turbofan/turbofan_2s-3s.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
t2 = turbine (eta=0.965)
t3 = turbine (eta=0.97)
nc = nozzle (eta=0.95)
nf = nozzle (eta=0.96)
nb = nozzle (eta=0.96)

shaft1 = shaft(fn, t3, eta=0.995)
shaft2 = shaft(c1, t2, eta=0.995)
shaft3 = shaft(c2, t1, eta=0.995)

stream = g-i-fn

s1core, s1bypass = stream*(bpr/(bpr+1))
core, bypass = stream*(bpr/(bpr+1))

s1core-c1-c2-cc-t1-t2-t3-nc
s1bypass-nf
core-c1-c2-cc-t1-t2-t3-nc
bypass-nb

stream.run()

Expand Down

0 comments on commit 6ad547e

Please sign in to comment.