Aspen Plus-r- Guide

: Offers an extensive library of thermodynamic and transport property models (e.g., Peng-Robinson, NRTL) to handle diverse chemical species.

library(RDCOMClient) # Open Aspen Plus via COM aspen <- COMCreate("Apwn.Document") aspen$InitFromFile("C:\\model\\column.apwz") aspen plus-R-