.TransiEnt.Components.Statistics.Functions.CO2Allocation.AllocationMethod_Finnish

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 finnish method.

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 * (1-PEE) * (eta_el / eta_elRef)

m_flowSpecTh = m_flowSpec * (1-PEE) * (eta_th / eta_thRef)

where

PEE= 1 - 1 / ( (eta_th / eta_thRef) + (eta_el / eta_elRef)).

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

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_Finnish
  extends TransiEnt.Basics.Icons.Function;
  extends Basics.BasicAllocationMethod;
  parameter Real eta_el_ref = 0.4 "reference electrical efficiency";
  parameter Real eta_th_ref = 0.8 "reference thermal efficiency (AG Energiebilanzen)";
  parameter Real PEE = 1 - 1/((eta_th/eta_th_ref) + (eta_el/eta_el_ref));
end AllocationMethod_Finnish;

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