derivative of ThermalConductivity_T
function ThermalConductivity_derT input Units.SI.Temperature temp "Fluid temperature (K)"; input Real der_temp "fluid temperature time derivative (K/s)"; output Real der_k "thermal conductivity time derivative (W/mKs)"; end ThermalConductivity_derT;