Ticket #169 (closed defect: fixed)
CalcTwoPhaseProp: number of phase labels
Reported by: | michelpons | Owned by: | Michael Halloran |
---|---|---|---|
Priority: | minor | Milestone: | 2.2 |
Component: | COLoggers | Version: | 2.1 |
Keywords: | CalcTwoPhaseProp | Cc: | michaelhalloran |
Description
With a ChemSep UO, A TEA PP 1.1 and PRO/II 9.2.1, I noticed the following entries in the log for CalcTwoPhaseProp:
PropertyPackage <n-depropropanizer> : Call to CalcTwoPhaseProp
CalcTwoPhaseProp takes input Arguments:
Property Phase
SurfaceTension Vapor
SurfaceTension Liquid
I am pretty sure only one property calculation was requested so the layout of the log entries related to this should be different. There are two phase labels (CapeArrayString) instead of one per property so it should be something like:
Property Phase1 Phase2
SurfaceTension Vapor Liquid
Change History
Note: See
TracTickets for help on using
tickets.
Fixed with Commit 281. Output now looks like:
PropertyPackage <HDA> : Call to CalcTwoPhaseProp
MaterialObject <Material3> : Call to GetCompoundList
It's done this way because Properties could be a list of any length.