File size: 621 Bytes
b1b3bae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Public Interface IPropertyPackageMethods
Property Vapor_Fugacity As String
Property Vapor_Enthalpy_Entropy_CpCv As String
Property Vapor_Thermal_Conductivity As String
Property Vapor_Viscosity As String
Property Vapor_Density As String
Property Liquid_Fugacity As String
Property Liquid_Enthalpy_Entropy_CpCv As String
Property Liquid_ThermalConductivity As String
Property Liquid_Viscosity As String
Property Liquid_Density As String
Property SurfaceTension As String
Property Solid_Density As String
Property Solid_Enthalpy_Entropy_CpCv As String
End Interface
|