Click or drag to resize

ExcelIntegrationGetCompoundProp Method


Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[ExcelFunctionAttribute(Description = "Returns a single property value for a compound. For a constant property, set T = 0 and P = 0. For a T-dep property, set P = 0. For a P-dep property, set T = 0.", 
	HelpTopic = "ExcelAddInHelp.chm!2")]
public static Object GetCompoundProp(
	[ExcelArgumentAttribute("Compound name.")] string compound,
	[ExcelArgumentAttribute("Property identifier.")] string prop,
	[ExcelArgumentAttribute("Temperature in K, if needed. Set as zero for a constant or P-dep property.")] double temperature,
	[ExcelArgumentAttribute("Pressure in Pa, if needed. Set as zero for a constant or T-dep property.")] double pressure
)
Request Example View Source

Parameters

compound  String
 
prop  String
 
temperature  Double
 
pressure  Double
 

Return Value

Object
See Also