Click or drag to resize

ExcelIntegrationPSFlash3 Method


Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[ExcelFunctionAttribute(Description = "Calculates a Pressure / Entropy Flash using the selected Property Package. Accepts an initial estimate for the temperature search.", 
	HelpTopic = "ExcelAddInHelp.chm!18")]
public static Object[,] PSFlash3(
	[ExcelArgumentAttribute("The name of the Property Package to use.")] string proppack,
	[ExcelArgumentAttribute("Pressure in Pa.")] double P,
	[ExcelArgumentAttribute("Mixture Mass Entropy in kJ/[kg.K].")] double S,
	[ExcelArgumentAttribute("Compound names.")] Object[] compounds,
	[ExcelArgumentAttribute("Compound mole fractions.")] double[] molefractions,
	[ExcelArgumentAttribute("Serialized Property Package data.")] string ppdata,
	[ExcelArgumentAttribute("Initial estimate for temperature search, in K.")] double InitialEstimate
)
Request Example View Source

Parameters

proppack  String
 
P  Double
 
S  Double
 
compounds  Object
 
molefractions  Double
 
ppdata  String
 
InitialEstimate  Double
 

Return Value

Object
See Also