Menu

Error while using using the Python script for advanced kinetics

nihal
2021-03-04
2022-03-18
  • nihal

    nihal - 2021-03-04

    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

     
  • Isaac Severinsen

    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?