PropertyPackageDW_CalculateCriticalPoints Method |
Calculate the critical points of the current Material Stream
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual List<double[]> DW_CalculateCriticalPoints()
Public Overridable Function DW_CalculateCriticalPoints As List(Of Double())
Request Example
View SourceReturn Value
ListDoubleList of critical points in the following order: T in K, P in Pa and V in m3/mol
See Also