Skip to content

Commit c273353

Browse files
committed
add att compressed_air
1 parent d0f25d2 commit c273353

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

nskinetics/units/fermentation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def _run(self):
321321
effluent.empty()
322322

323323
spike_feed = ins[2]
324-
compressed_air = ins[3]
324+
self.compressed_air = compressed_air = ins[3]
325325
ins_to_mix = (i for i in ins if not i in [spike_feed, compressed_air]) # exclude spike feed and comp air initially
326326
effluent.mix_from(ins_to_mix)
327327

@@ -365,7 +365,6 @@ def _run(self):
365365
vent.imol['Ethanol'] = 0.0
366366

367367
# compressed air calcs
368-
compressed_air = ins[3]
369368
compressed_air.empty()
370369
xO2_air = 0.21
371370
compressed_air.imol['O2'] = xO2_air

0 commit comments

Comments
 (0)