| Integer | N | 10 | number of Cells |
| Modelica.SIunits.Volume | V_f | 0.0397 | Total volume of fluid |
| Modelica.SIunits.Area | A_f | 2.7 | Total Lateral surface |
| Boolean | UseNom | false | Use Nominal conditions to compute pressure drop characteristics |
| Modelica.SIunits.Length | h | 0 | Static fluid head (dp = h * rho * g) |
| Real | k | 38.4E3*9.5 | Coefficient for linear pressure drop (dp = k * V_dot) |
| Modelica.SIunits.Area | A | (2*9.5*23282.7)^(-0.5) | Valve throat area for quadratic pressure drop (dp = 1/A?*M_dot?/(2*rho)) |
| Modelica.SIunits.Pressure | DELTAp_0 | 500 | Pressure drop below which a 3rd order interpolation is used for the computation of the flow rate in order to avoid infinite derivative at 0 |
| Nominal Conditions |
| Modelica.SIunits.MassFlowRate | Mdotnom | 2 | Nominal fluid flow rate |
| Modelica.SIunits.CoefficientOfHeatTransfer | Unom | 100 | Constant heat transfer coefficient |
| Modelica.SIunits.Pressure | p_nom | 1e5 | Nominal pressure |
| Modelica.SIunits.Temperature | T_nom | 423.15 | Nominal temperature |
| Modelica.SIunits.Density | rho_nom | Medium.density_pT(p_nom, T_nom) | Nominal density |
| Modelica.SIunits.Pressure | DELTAp_stat_nom | 0 | Nominal static pressure drop |
| Modelica.SIunits.Pressure | DELTAp_lin_nom | 0 | Nominal linear pressure drop |
| Modelica.SIunits.Pressure | DELTAp_quad_nom | 0 | Nominal quadratic pressure drop |
| Boolean | use_rho_nom | false | Use the nominal density for the computation of the pressure drop (i.e it depends only the flow rate) |
| Initialization |
| Boolean | constinit | false | if true, sets the pressure drop to a constant value at the beginning of the simulation in order to avoid oscillations |
| Boolean | UseHomotopy | false | if true, uses homotopy to set the pressure drop to zero in the first initialization |
| Modelica.SIunits.Pressure | DELTAp_start | DELTAp_stat_nom + DELTAp_lin_nom + DELTAp_quad_nom | Start Value for the pressure drop |
| Modelica.SIunits.Time | t_init | 10 | if constinit is true, time during which the pressure drop is set to the constant value DELTAp_start |