Generic MethodCritical Point Method
Definition
Namespace: DWSIM.Thermodynamics.Utilities.TCP
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public List<double[]> CriticalPoint(
double[] Vz,
double V0,
double T0
)VB
Public Function CriticalPoint (
Vz As Double(),
V0 As Double,
T0 As Double
) As List(Of Double())