.ClaRa.Basics.Functions.RecalculateComposition

Information

For detailed model documentation please consult the html-documentation shipped with ClaRa.

 


Authorship and Copyright Statement for original (initial) Contribution

Author:

Friedrich Gottelt, Forschungszentrum für Verbrennungsmotoren und Thermodynamik Rostock GmbH, Copyright © 2019-2020

www.fvtr.de

References:

For references please consult the html-documentation shipped with ClaRa.

Remarks:

This component was developed by Forschungszentrum für Verbrennungsmotoren und Thermodynamik Rostock GmbH for industry projects in cooperation with Lausitz Energie Kraftwerke AG, Cottbus.

Acknowledgements:

This model contribution is sponsored by Lausitz Energie Kraftwerke AG.

www.leag.de

CLA:

The author(s) have agreed to ClaRa CLA, version 1.0. See https://claralib.com/pdf/CLA.pdf

By agreeing to ClaRa CLA, version 1.0 the author has granted the ClaRa development team a permanent right to use and modify his initial contribution as well as to publish it or its modified versions under the 3-clause BSD License.

The ClaRa development team consists of the following partners:

TLK-Thermo GmbH (Braunschweig, Germany)

XRG Simulation GmbH (Hamburg, Germany).

Interface

function RecalculateComposition
  extends ClaRa.Basics.Icons.Function;
  input Real xi_in[:] "Input composition";
  input Real xi_N_new = 0.08 "mass fraction of species to be changed";
  input Integer N = 6 "Index of species to be changed";
  output Real xi_out[size(xi_in, 1)] "Recalculated composition with xi[N] = xi_N_new";
end RecalculateComposition;

Revisions

Date    Version    Author    Affiliation    Changes
2020-08-20 ClaRa 1.6.0 Friedrich Gottelt FVTR GmbH Initial version of model

Version means first ClaRa version where the applied change was published.


Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos