| SI.MassFlowRate | m_flow | 1 | Mass flow rate |
| Medium.AbsolutePressure | p | 200000 | Pressure (inlet = outlet) |
| Medium.Temperature | T_in | 293.15 | Inlet temperature |
| SI.TemperatureDifference | dT | 10 | Temperature difference |
| SI.AbsolutePressure | p_inf | 100000 | Ambient pressure |
| Medium.Temperature | T_out | T_in + dT | Outlet temperature |
| Medium.ThermodynamicState | state_in | Medium.setState_pTX(p, T_in, Medium.X_default) | Inlet state |
| Medium.ThermodynamicState | state_out | Medium.setState_pTX(p, T_out, Medium.X_default) | Outlet state |
| Medium.Density | rho_in | Medium.density(state_in) | Inlet density |
| Medium.Density | rho_out | Medium.density(state_in) | Outlet density |
| SI.SpecificVolume | v_in | 1/rho_in | Inlet density |
| SI.SpecificVolume | v_out | 1/rho_out | Outlet density |
| Medium.SpecificEnthalpy | h_in | Medium.specificEnthalpy(state_in) | Inlet specific enthalpy |
| Medium.SpecificEnthalpy | h_out | Medium.specificEnthalpy(state_out) | Outlet specific enthalpy |
| Medium.SpecificEnthalpy | dh | h_out - h_in | Specific enthalpy difference |
| Medium.SpecificEnergy | q | dh | Specific heat flow rate |
| SI.HeatFlowRate | Q_flow | m_flow*q | Heat flow rate |
| Medium.SpecificEnergy | u_in | h_in - p/rho_in | Inlet specific internal energy |
| Medium.SpecificEnergy | u_out | h_out - p/rho_out | Outlet specific internal energy |
| Medium.SpecificEnergy | du | u_out - u_in | Specific internal energy difference |
| SI.SpecificEnergy | w_exp | -p*(v_out - v_in) | Specific expansion work |
| SI.SpecificEnergy | w_amb | -p_inf*(v_out - v_in) | Specific ambient pressure work |
| SI.SpecificEnergy | w_exp_net | w_exp - w_amb | Net specific expansion work |
| SI.Power | P | m_flow*w_exp_net | Net power (net expansion work flow rate) |