.TransiEnt.Basics.Functions.GasProperties.verboseXi

Information

1. Purpose of model

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.


2. Level of detail, physical effects considered, and physical insight

No physical effects considered.

3. Limits of validity

(no remarks)

4. Interfaces

(no remarks), just input vectors.

5. Nomenclature

(no elements)

6. Governing Equations

No governing equations.

7. Remarks for Usage

8. Validation

Not validated yet.

9. References

(no remarks)

10. Version History

Created by Jan Braune (jan.braune@tu-harburg.de), Mar 2015

Revised by Lisa Andresen (andresen@tuhh.de), Dec 2015

Interface

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;

Generated at 2024-10-21T18:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos