.ThermoCycle.Functions.U_hx_der

Information

Returns the heat transfer coefficient depending on the fluid state

Interface

function U_hx_der
  input Real Unom_tp;
  input Real Unom_l;
  input Real Unom_v;
  constant Real width = 0.1;
  input Real x;
  input Real Unom_tp_der;
  input Real Unom_l_der;
  input Real Unom_v_der;
  input Real x_der;
  output Real y_der;
end U_hx_der;

Generated at 2025-01-21T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos