The model for defining the central upwind numerical fluxes at the cell interfaces.
function FluxesHF extends Modelica.Icons.Function; input Integer N "Number of segments"; input Real U_[8, N], A_[N, 4], F_[2*N, 4]; output Real H[2*N, 2]; end FluxesHF;