.TransiEnt.Basics.Functions.GasProperties.getMolarMasses_realGas

Information

1. Purpose of model

This function get the molar masses of the components of the given TILMedia VLEFluidType.

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

No physical effects considered.

3. Limits of validity

(no remarks)

4. Interfaces

(no remarks)

5. Nomenclature

(no elements)

6. Governing Equations

(no remarks)

7. Remarks for Usage

(no remarks)

8. Validation

(no remarks)

9. References

(no remarks)

10. Version History

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

Interface

function getMolarMasses_realGas
  import TransiEnt;
  extends TransiEnt.Basics.Icons.Function;
  input TILMedia.VLEFluidTypes.BaseVLEFluid realGasType annotation(
    choicesAllMatching = true);
  input Integer nc;
  output Modelica.Units.SI.MolarMass[nc] M_i "Molar masses of the gas components";
end getMolarMasses_realGas;

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