Dear experts,
I am facing a problem in report customization in aspen in tff.
Some of the properties that I have mentioned in tff file are not showing exactly where they should show. For instance,
prop volflmx prop-label="Vol Flow"
when written only for liquid and vapor phase does not come up in the results. But when I mention it in the total mixture section also it shows up in total results only not for vapor and liquid phases.
Similarly, results for enthalpy, critical temperature, vapor pressure etc. is also not showing up.
Please suggest if I am doing something wrong here. I am pasting the code below
--------------------------------------------------------------------------------------------------------
;
; This TFF displays Heat and Material Balance for EDI
;
title=yes
stream-id-label=yes
;**************** TOTAL STREAM **************************
display only format="%10.3f" substream-header=no pb-header=no
prop temp prop-label="Temperature" format="%10.1f"
prop pres prop-label="Pressure" format="%10.3f"
prop moleflmx prop-label="Mole Flow"
prop massflmx prop-label="Mass Flow" phase=T
prop hmx prop-label="Enthalpy" units="MM KCAL/HR"
prop mwmx prop-label="Average MW" phase=T
prop vlstdmx prop-label="Liq Vol 60F"
prop volflmx prop-label="Vol Flow"
;**************** VAPOR PHASE **************************
display only format="%10.3f" substream-header=no PHASE=V pb-header=yes
prop vlstdmx prop-label="Liq Vol 60F"
prop volflmx prop-label="Vol Flow"
prop moleflmx prop-label="Mole Flow"
prop massflmx prop-label="Mass Flow"
prop hmx prop-label="Enthalpy" units="MM KCAL/HR"
prop mwmx prop-label="Average MW"
prop rhomx prop-label="Density"
prop cpmx prop-label="Heat Cap"
prop kmx prop-label="Conductivity"
prop zmx prop-label="Compressibility"
prop cpcvmx prop-label="Cp/Cv Ratio"
prop mumx prop-label="Viscosity"
prop tcmx prop-label="Crit Temp"
prop pcmx prop-label="Crit Press"
;**************** LIQUID PHASE **************************
display only format="%10.3f" substream-header=no PHASE=L
prop vlstdmx prop-label="Liq Vol 60F"
prop volflmx prop-label="Vol Flow"
prop moleflmx prop-label="Mole Flow"
prop massflmx prop-label="Mass Flow"
prop hmx prop-label="Enthalpy" units="MM KCAL/HR"
prop rholstd prop-label="Standard Density"
prop mwmx prop-label="Average MW"
prop rhomx prop-label="Density"
prop wat prop-label="WATSONK"
prop cpmx prop-label="Heat Cap"
prop kmx prop-label="Conductivity"
prop zmx prop-label="Compressibility"
prop cpcvmx prop-label="Cp/Cv Ratio"
prop mumx prop-label="Viscosity"
prop sigmamx prop-label="Surface Ten"
prop tcmx prop-label="Crit Temp"
prop pcmx prop-label="Crit Press"
prop pl prop-label="Vapor Pres"



Reply With Quote

Bookmarks