diff options
Diffstat (limited to 'Streams.py')
-rw-r--r-- | Streams.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -156,9 +156,9 @@ class MaterialStream(): vapMolFrac_name = self.variables['xvap']['name'] vapMolFrac_val = self.variables['xvap']['value'] vapMolFrac_unit = self.variables['xvap']['unit'] - mixMolFlo_name = self.variables['F_pc']['name'] - mixMolFlo_val = self.variables['F_pc']['value'] - mixMolFlo_unit = self.variables['F_pc']['unit'] + mixMolFlo_name = self.variables['F_p[1]']['name'] + mixMolFlo_val = self.variables['F_p[1]']['value'] + mixMolFlo_unit = self.variables['F_p[1]']['unit'] mixMassFlo_name = self.variables['Fm_p[1]']['name'] mixMassFlo_val = self.variables['Fm_p[1]']['value'] mixMassFlo_unit = self.variables['Fm_p[1]']['unit'] |