Added missing parameters to DataStructures.cpp

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-07-07 21:02:13 +02:00
parent 2edc262f7b
commit 1fde42f562

View File

@@ -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