.TransiEnt.Components.Statistics.Functions.CO2Allocation.chp_co2_alloc_efficiency

Information

Syntax

fullName = Files.fullPathName(name);

Description

Returns the full path name of a file or directory "name".

Interface

function chp_co2_alloc_efficiency
  import TransiEnt;
  extends TransiEnt.Basics.Icons.Function;
  input TransiEnt.Basics.Units.MassOfCDEperEnergy m_spec_fuel;
  input SI.Energy E_fuel;
  input SI.Energy E_el;
  input SI.Energy E_th;
  input SI.Efficiency eta_th;
  input SI.Efficiency eta_el;
  output TransiEnt.Basics.Units.MassOfCDEperEnergy m_spec[2] "Specific emissions of thermal [1] and electric [2] generation";
end chp_co2_alloc_efficiency;

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