Click or drag to resize

Calculator_CalculatorCalcTwoPhaseProp(PropertyPackage, String, String, String, String, String, Double, Double, Double, Double, Object, Object, Object, Object) Method


Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[DispIdAttribute(19)]
Object[] CalcTwoPhaseProp(
	PropertyPackage proppack,
	string prop,
	string basis,
	string phaselabel1,
	string phaselabel2,
	string[] compounds,
	double temperature,
	double pressure,
	double[] molefractions1,
	double[] molefractions2,
	Object ip1 = null,
	Object ip2 = null,
	Object ip3 = null,
	Object ip4 = null
)
Request Example

Parameters

proppack  PropertyPackage
 
prop  String
 
basis  String
 
phaselabel1  String
 
phaselabel2  String
 
compounds  String
 
temperature  Double
 
pressure  Double
 
molefractions1  Double
 
molefractions2  Double
 
ip1  Object  (Optional)
 
ip2  Object  (Optional)
 
ip3  Object  (Optional)
 
ip4  Object  (Optional)
 

Return Value

Object
See Also