This function is just for evaluation purposes. It writes the component names and the externally set mass fractions to the simulation log. This is helpful for a quick overview, as the massfraction in the external definition tables is set by a vector in which the order of components can't be seen directly.
No physical effects considered.
(no remarks)
(no remarks), just input vectors.
(no elements)
No governing equations.
Not validated yet.
(no remarks)
Created by Jan Braune (jan.braune@tu-harburg.de), Mar 2015
Revised by Lisa Andresen (andresen@tuhh.de), Dec 2015
function verboseXi extends TransiEnt.Basics.Icons.Function; import S = Modelica.Utilities.Streams; input String[:] Names "gas names vector [nc]"; input Real[:] xi_in "mass fraction vector [nc-1]"; end verboseXi;