Click or drag to resize

CAPEOPENPropertyPackageCalcAndGetLnPhi Method


Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public override void CalcAndGetLnPhi(
	string phaseLabel,
	double temperature,
	double pressure,
	Object moleNumbers,
	int fFlags,
	ref Object lnPhi,
	ref Object lnPhiDT,
	ref Object lnPhiDP,
	ref Object lnPhiDn
)
Request Example View Source

Parameters

phaseLabel  String
 
temperature  Double
 
pressure  Double
 
moleNumbers  Object
 
fFlags  Int32
 
lnPhi  Object
 
lnPhiDT  Object
 
lnPhiDP  Object
 
lnPhiDn  Object
 
See Also