Custom Query (122 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 122)

Ticket Resolution Summary Owner Reporter
#2 fixed 09-020 CalcEquilibrium input arguments are logged after many intervening calls Michael Halloran michaelhalloran

Reported by michaelhalloran, 15 years ago.

Description

The scenario involves mostly a TP flash with accompanying property calculations. In the log file I have:

PropertyPackage <Anonymous> : Call to CalcEquilibrium requesting a TP flash:

MaterialObject <Anonymous> : Call to GetNumComponents

MaterialObject GetNumComponents returns 2

MaterialObject <Anonymous> : Return from GetNumComponents - No Error

To finally end with:

MaterialObject <Anonymous> : Call to SetProp :

Property Phase--- Basis--- Calc---- New value

volume Liquid mole Mixture 0.000022776

MaterialObject <Anonymous> : Return from SetProp - No Error

PropertyPackage Flashtype: TP

PropertyPackage Properties: enthalpy, volume

PropertyPackage <Anonymous> : Return from CalcEquilibrium - No Error

My point is that the lines:

PropertyPackage Flashtype: TP

PropertyPackage Properties: enthalpy, volume

Appear way too long after stating that a CalcEquilibrium is called. I would prefer, for the readibility of the log to have:

PropertyPackage <Anonymous> : Call to CalcEquilibrium requesting a TP flash:

PropertyPackage Flashtype: TP

PropertyPackage Properties: enthalpy, volume

And then

MaterialObject <Anonymous> : Call to GetNumComponents

MaterialObject GetNumComponents returns 2

MaterialObject <Anonymous> : Return from GetNumComponents - No Error

I have logged this issue as COLTT 09-020.

#3 worksforme 09-019 COLTT modifies error rmessage displayed in PROSIM when CalcEquilibrium fails Michael Halloran michaelhalloran

Reported by michaelhalloran, 15 years ago.

Description

I am logging a CAPE-OPEN VB6 UO in ProSim Plus 3.0.2.18. The Validate method is faced with a CalcEquilibrium that does not work, at least it is what I presume. When running the Validate without COLTT (1.07 and 1.08.02 have strictly the same behavior), I get an error message as in Screenshots_woCOLTT.doc, it says “la valeur de la propriété est inconnue”, something like the property value is unknown. With COLTT enabled on the UO, I get an error message as in Screenshots_withCOLTT.doc : “La méthode ~ de l’objet ~ a échoué” which may be translated as “the method of object ~ has failed”.

ProSim SA has told me that CalcEquilibrium is supposed to give an ECapeUnknown error code. The error is prompted by a GetProp made by the thermo server on the MO while the MO is not yet prepared to receive such calls since the MO is calculated once the UO represented the process feed has been calculated. The ECapeUnknown error code is consistent with the message displayed without COLTT “the value of the property is unknown”. So the point may be to investigate if and why ECapeUnknown does not appear as the error code displayed by CapeEquilibrium.

The message displayed by ProSIm Plus without COLTT is not that explicit for sure but it seems wrong to me for COLTT to somehow change the message displayed.

#4 fixed 09-018 COLTT 1.08.2 behaves differently to 1.07 in UniSim case michaelhalloran michaelhalloran

Reported by michaelhalloran, 15 years ago.

Description

I am starting with a case file of UniSim Design R390 where one inlet stream is defined and three outlet streams are drawn. The scenario is to select a VB6 CAPE-OPEN UO (made by TOTAL) and insert it in the flowsheet, connect it, edit it and run it.

With COLTT 1.07, I get to the same point as without COLTT 1.07 enabled on the VB UO. The case can’t be run because the UO can’t be validated since the mixture molecularweight property is missing from the UniSim Design UO. You will find the file Screenshots_v107.doc showing the point I can reach and unisimdesign_082609_212727_v107.log as the log file obtained.

With COLTT 1.08.02 I can’t get so far. The UO does not load in UniSim Design when logged. You will find attached Screenshots_v10802.doc showing what happens as error message and unisimdesign_082709_075015_v10802.log as the log file obtained.

When I say attached, I will post the files as an archive on yousendit.com to ensure you can get access to these.

I am numbering this issue as COLTT09-018. I don’t know if the latest modifications committed by SHMA on COLTT will lead to a different behaviour. There is a need to know.

Note: See TracQuery for help on using queries.