Click or drag to resize

CalculatorPTFlash(String, Int32, Double, Double, String, Double, Object, Object, Object, Object) Method

Calculates a PT Flash using the selected Property Package.

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[DispIdAttribute(26)]
public Object[,] PTFlash(
	string proppack,
	int flashalg,
	double P,
	double T,
	string[] compounds,
	double[] molefractions,
	Object ip1 = null,
	Object ip2 = null,
	Object ip3 = null,
	Object ip4 = null
)
Request Example View Source

Parameters

proppack  String
The name of the Property Package to use.
flashalg  Int32
[DEPRECATED] Flash Algorithm (2 = Global Def., 0 = NL VLE, 1 = IO VLE, 3 = IO VLLE, 4 = Gibbs VLE, 5 = Gibbs VLLE, 6 = NL VLLE, 7 = NL SLE, 8 = NL Immisc., 9 = Simple LLE, 10 = Nested Loops SVLLE, 11 = Gibbs Minimization SVLLE)
P  Double
Pressure in Pa.
T  Double
Temperature in K.
compounds  String
Compound names.
molefractions  Double
Compound mole fractions.
ip1  Object  (Optional)
Interaction Parameters Set #1.
ip2  Object  (Optional)
Interaction Parameters Set #2.
ip3  Object  (Optional)
Interaction Parameters Set #3.
ip4  Object  (Optional)
Interaction Parameters Set #4.

Return Value

Object
A matrix containing phase fractions and compound distribution in mole fractions.

Implements

Calculator_CalculatorPTFlash(String, Int32, Double, Double, String, Double, Object, Object, Object, Object)
See Also