How can results from CALCULATOR in PRO/II be written to a file?
CALCULATOR results (stored in arrays: R, P, C, V, IX, or IS) can be written to a ASCII file by first opening an output file and providing a filename, and then writing the results to the file.
This file will have the extension CAL, and will contain the CALCULATOR results vector R as well as any of the other arrays if the user requests that they be printed out. An example of the OPEN and OUTPUT statements follow. More information is given in the PRO/II Keyword Input Manual on page 121-12 under the Print Control Statements sub-heading.
CALCULATOR results (stored in arrays: R, P, C, V, IX, or IS) can be written to a ASCII file by first opening an output file and providing a filename, and then writing the results to the file.
This file will have the extension CAL, and will contain the CALCULATOR results vector R as well as any of the other arrays if the user requests that they be printed out. An example of the OPEN and OUTPUT statements follow. More information is given in the PRO/II Keyword Input Manual on page 121-12 under the Print Control Statements sub-heading.
OPEN (FILE=fileid)
OUTPUT R(1:4), P(1:5)
About PRO/II: PRO/II is the major product in the Process Engineering Suite (PES). This process simulation software optimizes plant performance by improving process design, operational analysis, and performing engineering studies. It is designed to perform rigorous heat and material balance calculations for a wide range of chemical processes. PRO/II allows users to evaluate the use of heat integration with case studies, rigorously evaluate process improvements with the help of a process flow diagram (PFD), or model crude distillation units. PRO/II offers a wide variety of thermodynamic models to virtually every industry and is incredibly cost effective, decreasing both capital and operating costs.
Technical Support: As always, feel free to reach out to your local technical support team for more information.
0 comments:
Post a Comment