Custom Query (122 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (121 - 122 of 122)

Ticket Resolution Summary Owner Reporter
#135 fixed get_ComponentIds called by COLTT but not declared as called by COLTT Michael Halloran michelpons

Reported by michelpons, 12 years ago.

Description

I am using gPROMS to call an Aspen Properties Property Package. At some point gPROMS is requesting from Aspen Properties the calculation of vapor pressure for each pure compound. It gives the following sequence of calls:

PropertyPackage <Anonymous> : Call to CalcProp requesting: MaterialObject <Anonymous> : Call to get_ComponentIds

get_ComponentIds returns : WATER ETOH MEOH

MaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded

Property Phase Calc Compounds vaporpressure liquid pure WATER

ETOH MEOH

MaterialObject <Anonymous> : Logging for ICOMaterialObject with GUID {3C860BB3-8AF4-4D93-A4BB-F9D068804365} is not supported by COLTT MaterialObject <Anonymous> : Call to GetNumComponents MaterialObject GetNumComponents returns 3 MaterialObject <Anonymous> : Return from GetNumComponents - Succeeded MaterialObject <Anonymous> : Call to get_ComponentIds

get_ComponentIds returns : WATER ETOH MEOH

MaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded MaterialObject <Anonymous> : Call to GetProp

Warning - compIds argument is empty Property Phase Basis Calc Value returned temperature Overall (null) mixture 353.15

MaterialObject <Anonymous> : Return from GetProp - Succeeded MaterialObject <Anonymous> : Call to SetProp :

Warning - compIds argument is empty

COLTT <Anonymous> : Call to get_ComponentIds

get_ComponentIds returns : WATER ETOH MEOH

COLTT <Anonymous> : Return from get_ComponentIds - Succeeded

Property Phase Basis Calc Compounds New values vaporpressure Liquid (null) pure WATER 47368.360944

ETOH 108253.051078 MEOH 180667.040063

MaterialObject <Anonymous> : Return from SetProp - Succeeded PropertyPackage <Anonymous> : Return from CalcProp – Succeeded

One of the calls to get_ComponentIds is logged as made by COLTT but there are two other calls to get_ComponentIds in this sequence and they appear as made by the Property Package while there is only one made. So one call, while made by COLTT, is not flagged as made by COLTT.

#38 fixed get_ValStatus improperly logged Michael Halloran michelpons

Reported by michelpons, 14 years ago.

Description

I am using the scenario used in Ticket#21.

When analyzing the log obtained with COLTT 1.08.4 (proii_110609_112126), I see the following for the logging of a get_ValStatus call:

Unit <CO1> : Call to get_ValStatus Unit <CO1> : Return from get_ValStatus - CAPE_NOT_VALIDATED

This is not consistent with the logging of for example a call to get_Value:

Parameter <Check> : Call to get_Value

get_Value returns: 1

Parameter <Check> : Return from get_Value - Succeeded

I think the log of get_ValStatus should look like:

Unit <CO1> : Call to get_ValStatus get_ValStatus returns CAPE_NOT_VALIDATED Unit <CO1> : Return from get_ValStatus - Succeeded

Note: See TracQuery for help on using queries.