ExcelIntegrationPTFlash3 Method |
Namespace: DWSIM.Thermodynamics.ExcelAddInAssembly: 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[,] PTFlash3(
[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("Serialized Property Package data.")] string ppdata
)
<ExcelFunctionAttribute(Description := "Calculates a Pressure / Temperature Flash using the selected Property Package.",
HelpTopic := "ExcelAddInHelp.chm!12")>
Public Shared Function PTFlash3 (
<ExcelArgumentAttribute("The name of the Property Package to use.")> proppack As String,
<ExcelArgumentAttribute("Pressure in Pa.")> P As Double,
<ExcelArgumentAttribute("Temperature in K.")> T As Double,
<ExcelArgumentAttribute("Compound names.")> compounds As Object(),
<ExcelArgumentAttribute("Compound mole fractions.")> molefractions As Double(),
<ExcelArgumentAttribute("Serialized Property Package data.")> ppdata As String
) As Object(,)
Request Example
View SourceParameters
- proppack String
-
- P Double
-
- T Double
-
- compounds Object
-
- molefractions Double
-
- ppdata String
-
Return Value
ObjectSee Also