Changes between Initial Version and Version 2 of Ticket #110


Ignore:
Timestamp:
2012-05-13 21:28:14 (12 years ago)
Author:
michaelhalloran
Comment:

Michel, I agree it looks odd but I think it is correct:

This part is information written by the PropertyPackage logger to record inputs to the CalcProp call. It is not a partial expansion of the previous get_ComponentIds call.

MaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded

Property Phase Calc Compounds vaporPressure Liquid Pure Hexane

Octane Decane

Before that, CalcProp calls get_ComponentIds so that it can write out this table. The get_componentIds call can be opened in in the viewer as expected. By default it is closed but there is a + sign next to it. These calls are now prefixed with COLTT so that it is clear that it is COLTT that initiated the call.

After the inputs to CalcProp are written out there is another call to get_ComponentIds. This call can also be opened correctly as indicated by the + sign. This call is made from within the CalcProp calculation itself.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #110

    • Property Status changed from new to closed
    • Property Version changed from Development to 2.0
    • Property Resolution changed from to worksforme
  • Ticket #110 – Description

    initial v2  
    1 As per the screenshot attached, a GetComponentIds call appears in a weird way in the Viewer. In the original log I see:\r\nMaterialObject <Anonymous> : Call to get_ComponentIds\r\n get_ComponentIds returns :\r\n Hexane \r\n Octane \r\n Decane \r\nMaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded\r\n Property      Phase    Calc     Compounds \r\n vaporPressure Liquid   Pure     Hexane    \r\n                                 Octane    \r\n                                 Decane    \r\nMaterialObject <Anonymous> : Call to get_ComponentIds\r\n get_ComponentIds returns :\r\n Hexane \r\n Octane \r\n Decane \r\nMaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded\r\n\r\nWhile in the viewer, as exemplified in the screenshot attached, the first getComponentIds tag is not yet expanded that its contents are already displayed. One should need always to expand in order to see the contents of the call. 
     1As per the screenshot attached, a GetComponentIds call appears in a weird way in the Viewer. In the original log I see: 
     2MaterialObject <Anonymous> : Call to get_ComponentIds 
     3 get_ComponentIds returns : 
     4 Hexane  
     5 Octane  
     6 Decane  
     7MaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded 
     8 Property      Phase    Calc     Compounds  
     9 vaporPressure Liquid   Pure     Hexane     
     10                                 Octane     
     11                                 Decane     
     12MaterialObject <Anonymous> : Call to get_ComponentIds 
     13 get_ComponentIds returns : 
     14 Hexane  
     15 Octane  
     16 Decane  
     17MaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded 
     18 
     19While in the viewer, as exemplified in the screenshot attached, the first getComponentIds tag is not yet expanded that its contents are already displayed. One should need always to expand in order to see the contents of the call. 
     20 
     21I don't think there is anything to fix here.