We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f25d2 commit c273353Copy full SHA for c273353
1 file changed
nskinetics/units/fermentation.py
@@ -321,7 +321,7 @@ def _run(self):
321
effluent.empty()
322
323
spike_feed = ins[2]
324
- compressed_air = ins[3]
+ self.compressed_air = compressed_air = ins[3]
325
ins_to_mix = (i for i in ins if not i in [spike_feed, compressed_air]) # exclude spike feed and comp air initially
326
effluent.mix_from(ins_to_mix)
327
@@ -365,7 +365,6 @@ def _run(self):
365
vent.imol['Ethanol'] = 0.0
366
367
# compressed air calcs
368
369
compressed_air.empty()
370
xO2_air = 0.21
371
compressed_air.imol['O2'] = xO2_air
0 commit comments