.TransiEnt.Components.Statistics.Functions.CO2Allocation.AllocationMethod_IEA

Information

1. Purpose of model

This function allocates the specific massflowrate of carbon dioxide equivalents of a coupled thermal and eletrical process to the thermal and electrical side based on the method suggested by the international energy agency.

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 and output vectors.

5. Nomenclature

(no elements)

6. Governing Equations

The specific mass flow rate of carbon dioxide equivalents is allocated as follows:

m_flowSpecEl = m_flowSpec * (eta_el / (eta_th + eta_el))

m_flowSpecTh = m_flowSpec *(eta_th / (eta_th + eta_el)).

The output vector provides the specific mass flow rate of carbon dioxide emissions for the thermal side in first and for the electrical side in second place

m_flowSpecAllocated = [m_flowSpecTh, m_flowSpecEL]

7. Remarks for Usage

no remarks.

8. Validation

No validation needed.

9. References

[Mauch et. al.]: Allokationsmethoden für spezifische CO2-Emissionen von Strom und Wärme aus KWK-Anlagen. In: Energiewirtschaftliche

Tagesfragen Bd. 55. Jg. (2010) Heft 9

10. Version History

Created by Jan Braune (jan.braune@tuhh.de), Mar 2015

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

Interface

function AllocationMethod_IEA
  extends TransiEnt.Basics.Icons.Function;
  extends Basics.BasicAllocationMethod;
end AllocationMethod_IEA;

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