mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 12:58:03 -05:00
Added missing parameters to DataStructures.cpp
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -51,7 +51,9 @@ parameter_info parameter_info_list[] = {
|
||||
parameter_info(iT_reducing, "T_reducing","O","K","Temperature at the reducing point"),
|
||||
parameter_info(iT_critical, "T_critical","O","K","Temperature at the critical point"),
|
||||
parameter_info(iisothermal_compressibility, "isothermal_compressibility","O","1/Pa","Isothermal compressibility"),
|
||||
parameter_info(ispeed_sound, "speed_of_sound","O","m/s","Speed of sound")
|
||||
parameter_info(ispeed_sound, "speed_of_sound","O","m/s","Speed of sound"),
|
||||
parameter_info(iviscosity, "viscosity","O","Pa-s","Viscosity"),
|
||||
parameter_info(iconductivity, "conductivity","O","W/m/K","Thermal conductivity"),
|
||||
};
|
||||
|
||||
class ParameterInformation
|
||||
|
||||
Reference in New Issue
Block a user