ExcelIntegrationTVFFlash3 Method |
Namespace: DWSIM.Thermodynamics.ExcelAddInAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax [ExcelFunctionAttribute(Description = "Calculates a Temperature / Vapor Fraction Flash using the selected Property Package. Accepts an initial estimate for the pressure search.",
HelpTopic = "ExcelAddInHelp.chm!20")]
public static Object[,] TVFFlash3(
[ExcelArgumentAttribute("The name of the Property Package to use.")] string proppack,
[ExcelArgumentAttribute("Temperature in K.")] double T,
[ExcelArgumentAttribute("Mixture Mole Vapor Fraction.")] double VF,
[ExcelArgumentAttribute("Compound names.")] Object[] compounds,
[ExcelArgumentAttribute("Compound mole fractions.")] double[] molefractions,
[ExcelArgumentAttribute("Serialized Property Package data.")] string ppdata,
[ExcelArgumentAttribute("Initial estimate for pressure search, in Pa.")] double InitialEstimate
)
<ExcelFunctionAttribute(Description := "Calculates a Temperature / Vapor Fraction Flash using the selected Property Package. Accepts an initial estimate for the pressure search.",
HelpTopic := "ExcelAddInHelp.chm!20")>
Public Shared Function TVFFlash3 (
<ExcelArgumentAttribute("The name of the Property Package to use.")> proppack As String,
<ExcelArgumentAttribute("Temperature in K.")> T As Double,
<ExcelArgumentAttribute("Mixture Mole Vapor Fraction.")> VF As Double,
<ExcelArgumentAttribute("Compound names.")> compounds As Object(),
<ExcelArgumentAttribute("Compound mole fractions.")> molefractions As Double(),
<ExcelArgumentAttribute("Serialized Property Package data.")> ppdata As String,
<ExcelArgumentAttribute("Initial estimate for pressure search, in Pa.")> InitialEstimate As Double
) As Object(,)
Request Example
View SourceParameters
- proppack String
-
- T Double
-
- VF Double
-
- compounds Object
-
- molefractions Double
-
- ppdata String
-
- InitialEstimate Double
-
Return Value
ObjectSee Also