.TransiEnt.Components.Statistics.Functions.CO2Allocation.AllocationMethod_CreditsThermal

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 thermal credits 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_flowSpecTh = m_flowSpecThRef * eta_th

m_flowSpecEl = m_flowSpec - m_flowSpecTh.

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_CreditsThermal
  extends TransiEnt.Basics.Icons.Function;
  extends Basics.BasicAllocationMethod;
  parameter Real m_flow_spec_th_ref = 200/3600;
end AllocationMethod_CreditsThermal;

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