Click or drag to resize

ExcelIntegrationPTFlash4 Method


Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[ExcelFunctionAttribute(Description = "Calculates a Pressure / Temperature Flash using the selected Property Package.", 
	HelpTopic = "ExcelAddInHelp.chm!12")]
public static Object[,] PTFlash4(
	[ExcelArgumentAttribute("The name of the Property Package to use.")] string proppack,
	[ExcelArgumentAttribute("Pressure in Pa.")] double P,
	[ExcelArgumentAttribute("Temperature in K.")] double T,
	[ExcelArgumentAttribute("Compound names.")] Object[] compounds,
	[ExcelArgumentAttribute("Compound mole fractions.")] double[] molefractions,
	[ExcelArgumentAttribute("Interaction Parameters Set #1.")] Object ip1,
	[ExcelArgumentAttribute("Interaction Parameters Set #2.")] Object ip2,
	[ExcelArgumentAttribute("Interaction Parameters Set #3.")] Object ip3,
	[ExcelArgumentAttribute("Interaction Parameters Set #4.")] Object ip4,
	[ExcelArgumentAttribute("Interaction Parameters Set #5.")] Object ip5,
	[ExcelArgumentAttribute("Interaction Parameters Set #6.")] Object ip6,
	[ExcelArgumentAttribute("Interaction Parameters Set #7.")] Object ip7,
	[ExcelArgumentAttribute("Interaction Parameters Set #8.")] Object ip8
)
Request Example View Source

Parameters

proppack  String
 
P  Double
 
T  Double
 
compounds  Object
 
molefractions  Double
 
ip1  Object
 
ip2  Object
 
ip3  Object
 
ip4  Object
 
ip5  Object
 
ip6  Object
 
ip7  Object
 
ip8  Object
 

Return Value

Object
See Also