I want to get the composition from the PFR reactor for modelling my kinetics which was written as value=obj.GetOverallComposition() for extracting the mole fraction from PFR but it is showing the following error
Reactor_PFR has no attribute 'OverallComposition' can someone help me tin this regard
Thanking you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have found it easier to use "GetOverallComposition()" for the outlet stream.
As an aside have you managed to get a PFR to calculate correctly using python?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to get the composition from the PFR reactor for modelling my kinetics which was written as value=obj.GetOverallComposition() for extracting the mole fraction from PFR but it is showing the following error
Reactor_PFR has no attribute 'OverallComposition' can someone help me tin this regard
Thanking you
I have found it easier to use "GetOverallComposition()" for the outlet stream.
As an aside have you managed to get a PFR to calculate correctly using python?