ICompound Constant PropertiesGet Liquid Density Method
Returns the Liquid Density in kg/m3
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
double GetLiquidDensity(
double T,
ref string message = ""
)VB
Function GetLiquidDensity (
T As Double,
Optional ByRef message As String = ""
) As Double