.TransiEnt.Basics.Functions.GasProperties.getRealGasNCVmVector

Information

1. Purpose of model

This model is used to get the vector the molar net calorific values (NCVm), also known as lower heating values (LHVm), of a given fuel gas mixture from a record.

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

(no remarks)

3. Limits of validity

(no remarks)

4. Interfaces

(no remarks)

5. Nomenclature

(no elements)

6. Governing Equations

(no remarks)

7. Remarks for Usage

If there are components in the gas which don't have a corresponding entry in the NCVm values record, they will just be ignored, giving a faulty calorific value. The function will throw a warning.

8. Validation

(no validation or testing necessary)

9. References

(no remarks)

10. Version History

Created by Lisa Andresen (andresen@tuhh.de), Sep 2016

Interface

function getRealGasNCVmVector
  extends TransiEnt.Basics.Icons.Function;
  import X = Modelica.Utilities.Strings;
  import S = Modelica.Utilities.Streams;
  input TILMedia.VLEFluidTypes.BaseVLEFluid realGasType "Real gas type" annotation(
    choicesAllMatching = true);
  input Integer nc;
  output Real[nc] NCVm_vec "Vector containing gross calorific values of specified medium components";
end getRealGasNCVmVector;

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