Search found 4 matches
- 19 January 2019, 22:23
- Forum: COCO (AmsterCHEM)
- Topic: Implementation of the waste reduction (WAR) algorithm
- Replies: 9
- Views: 20276
Re: Implementation of the waste reduction (WAR) algorithm
Here are a couple of references to the WAR Algorithm... https://www.sciencedirect.com/science/article/pii/S0098135499003063 https://www.sciencedirect.com/science/article/pii/S0098135498002981 https://www.sciencedirect.com/science/article/pii/S0098135497875199 https://www.sciencedirect.com/science/ar...
- 02 October 2018, 12:32
- Forum: Aspen Hysys (Aspen Technology Inc.)
- Topic: Use of the WAR algorithm for environmental impact study
- Replies: 2
- Views: 27352
Re: Use of the WAR algorithm for environmental impact study
Rodrigo, I am assuming the question is related to how to use the WAR algorithm from a simulation package. Dr. Todd Martin at the US EPA developed a version of the WAR Algorithm (WAR GUI) that parsed an Aspen report about 15 years ago, That version was coded in Visual Basic 6, and the report format f...
- 10 April 2013, 12:35
- Forum: COCO (AmsterCHEM)
- Topic: Example Reaction Package
- Replies: 5
- Views: 16914
Re: Example Reaction Package
Hello nrgeng,
It looks like the ReactionPackage manager that you see is from the version of my class library distributed with COCO. At that time, it was only partially implemented.
Bill
It looks like the ReactionPackage manager that you see is from the version of my class library distributed with COCO. At that time, it was only partially implemented.
Bill
- 25 March 2013, 17:20
- Forum: Thermodynamic components
- Topic: What is the VARIANT's value type of enumeration
- Replies: 5
- Views: 24047
Re: What is the VARIANT's value type of enumeration
I am not sure that an Errata and Clarifications document is needed in this case. This is more of a a "How to" question, and it would seem that the forum is an appropriate location for that. First off, in C++, enums are integer data types. The SAFEARRAY can be an integer array, and the VARI...