modelCollectCostsGeneral
Cost collector for general components
Extends from TransiEnt.Components.Statistics.Collectors.LocalCollectors.PartialCollectCosts (Partial cost collector).
Information
1. Purpose of model
(no remarks)
2. Level of detail, physical effects considered, and physical insight
(no remarks)
3. Limits of validity
(no remarks)
4. Interfaces
(no remarks)
5. Nomenclature
(no remarks)
6. Governing Equations
(no remarks)
7. Remarks for Usage
(no remarks)
8. Validation
(no remarks)
9. References
(no remarks) Equations from Verein Deutscher Ingenieure e.V.: VDI 2067-1: Wirtschaftlichkeit gebaeudetechnischer Anlagen. Grundlagen und Kostenberechnung. Berlin, September 2012
10. Version History
Model created by Carsten Bode (c.bode@tuhh.de) on 13.02.2017
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Time | timeYear (from PartialCollectCosts) | simCenter.lengthOfAYear | Time of one year |
| TransiEnt.Basics.Units.MonetaryUnit | C_OM_fix | 0 | Fix annual operating and maintenance cost (independent from investment) |
| Fundamental Definitions | |||
| Boolean | calculateCost (from PartialCollectCosts) | simCenter.calculateCost | true if cost shall be calculated |
| TransiEnt.Basics.Units.Time_year | observationPeriod (from PartialCollectCosts) | simCenter.Duration | Observation period |
| Real | interestRate (from PartialCollectCosts) | simCenter.InterestRate | Interest rate |
| Real | priceChangeRateInv (from PartialCollectCosts) | simCenter.priceChangeRateInv | Price change rate of the invest cost |
| Real | priceChangeRateDemand (from PartialCollectCosts) | simCenter.priceChangeRateDemand | Price change rate of the demand-related cost |
| Real | priceChangeRateOM (from PartialCollectCosts) | simCenter.priceChangeRateOM | Price change rate of the operation-related cost |
| Real | priceChangeRateOther (from PartialCollectCosts) | simCenter.priceChangeRateOther | Price change rate of other cost |
| Real | priceChangeRateRevenue (from PartialCollectCosts) | simCenter.priceChangeRateRevenue | Price change rate of the revenue |
| TransiEnt.Basics.Units.Time_year | lifeTime (from PartialCollectCosts) | costRecordGeneral.lifeTime | Life time of the component |
| SI.Power | der_E_n | 500e6 | Nominal power of the component |
| SI.Energy | E_n | 3.6e12 | Nominal energy of the component |
| Invest Cost | |||
| TransiEnt.Basics.Units.MonetaryUnitPerPower | Cspec_inv_der_E (from PartialCollectCosts) | costRecordGeneral.Cspec_inv_der_E | Specific invest cost per nominal power |
| TransiEnt.Basics.Units.MonetaryUnitPerEnergy | Cspec_inv_E (from PartialCollectCosts) | costRecordGeneral.Cspec_inv_E | Specific invest cost per nominal energy capacity |
| Real | size1 (from PartialCollectCosts) | costRecordGeneral.size1 | Size 1 of the component |
| Real | size2 (from PartialCollectCosts) | costRecordGeneral.size2 | Size 2 of the component |
| TransiEnt.Basics.Units.MonetaryUnit | C_inv_size (from PartialCollectCosts) | costRecordGeneral.C_inv_size | Invest cost depending on the size |
| O&M Cost | |||
| Real | factor_OM (from PartialCollectCosts) | costRecordGeneral.factor_OM | Fraction of the invest cost that represents the annual O&M cost |
| TransiEnt.Basics.Units.MonetaryUnitPerEnergy | Cspec_OM_W_el (from PartialCollectCosts) | costRecordGeneral.Cspec_OM_W_el | Specific O&M cost per electric energy |
| TransiEnt.Basics.Units.MonetaryUnitPerEnergy | Cspec_OM_Q (from PartialCollectCosts) | costRecordGeneral.Cspec_OM_Q | Specific O&M cost per heating energy |
| TransiEnt.Basics.Units.MonetaryUnitPerEnergy | Cspec_OM_H (from PartialCollectCosts) | costRecordGeneral.Cspec_OM_H | Specific O&M cost per gas energy |
| TransiEnt.Basics.Units.MonetaryUnitPerEnergy | Cspec_OM_other (from PartialCollectCosts) | costRecordGeneral.Cspec_OM_other | Specific O&M cost per other resource, e.g. water |
| Other Cost | |||
| TransiEnt.Basics.Units.MonetaryUnit | C_other_fix (from PartialCollectCosts) | costRecordGeneral.C_other_fix | Fix other cost |
| Demand-related Cost | |||
| Boolean | produces_P_el | true | true if the component produces electric power |
| Boolean | consumes_P_el | true | true if the component consumes electric power |
| Boolean | produces_Q_flow | true | true if the component produces a heat flow |
| Boolean | consumes_Q_flow | true | true if the component consumes a heat flow |
| Boolean | produces_H_flow | true | true if the component produces an enthalpy flow |
| Boolean | consumes_H_flow | true | true if the component consumes an enthalpy flow |
| Boolean | produces_other_flow | true | true if the component produces another flow |
| Boolean | consumes_other_flow | true | true if the component consumes another flow |
| Boolean | produces_m_flow_CDE | true | true if the component produces carbon dioxide emissions |
| Boolean | consumes_m_flow_CDE | true | true if the component consumes carbon dioxide emissions |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Interfaces.General.CostsCollector | costsCollector (from PartialCollectCosts) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | annuityFactor (from PartialCollectCosts) | Annuity factor | |
| Real | dynamicPriceFactorDemand (from PartialCollectCosts) | Price dynamic cash value factor for the demand-related cost | |
| Real | dynamicPriceFactorOM (from PartialCollectCosts) | Price dynamic cash value factor for the operation-related cost | |
| Real | dynamicPriceFactorOther (from PartialCollectCosts) | Price dynamic cash value factor for other cost | |
| Real | dynamicPriceFactorRevenue (from PartialCollectCosts) | Price dynamic cash value factor for the revenue | |
| TransiEnt.Basics.Units.MonetaryUnit | C_inv (from PartialCollectCosts) | Investment costs | |
| TransiEnt.Basics.Units.MonetaryUnit | C_rep (from PartialCollectCosts) | Replacement costs | |
| TransiEnt.Basics.Units.MonetaryUnit | C_res (from PartialCollectCosts) | Residual value | |
| TransiEnt.Basics.Units.MonetaryUnit | dynamic_C_inv (from PartialCollectCosts) | Annuity of the investment costs | |
| TransiEnt.Basics.Units.MonetaryUnit | dynamic_C_OM (from PartialCollectCosts) | Annuity of the operation-related costs | |
| TransiEnt.Basics.Units.MonetaryUnit | dynamic_C_demand (from PartialCollectCosts) | Annuity of the demand-related costs | |
| TransiEnt.Basics.Units.MonetaryUnit | dynamic_C_other (from PartialCollectCosts) | Annuity of other costs | |
| TransiEnt.Basics.Units.MonetaryUnit | dynamic_C_revenue (from PartialCollectCosts) | Annuity of the revenue | |
| TransiEnt.Basics.Units.MonetaryUnit | C (from PartialCollectCosts) | Costs | |
| TransiEnt.SimCenter | simCenter (from PartialCollectCosts) | ||
| CostRecordGeneral | costRecordGeneral (from PartialCollectCosts) | ||
| TransiEnt.Basics.Units.MonetaryUnitPerEnergy | Cspec_demAndRev_el | simCenter.Cspec_demAndRev_free | Specific demand-related cost per electric energy |
| TransiEnt.Basics.Units.MonetaryUnitPerEnergy | Cspec_demAndRev_heat | simCenter.Cspec_demAndRev_free | Specific demand-related cost per heating energy in |
| TransiEnt.Basics.Units.MonetaryUnitPerEnergy | Cspec_demAndRev_gas_fuel | simCenter.Cspec_demAndRev_free | Specific demand-related cost per gas energy |
| Real | Cspec_demAndRev_other | simCenter.Cspec_demAndRev_other_free | Specific demand-related cost per other resource, e.g. water |
| Real | Cspec_CO2 | simCenter.C_CO2 | EUR/kg, specific price of CDE |
| SI.Power | P_el | 0 | Consumed or produced electric power (target value of plant) |
| SI.Energy | W_el_demand | Consumed electric energy | |
| SI.Energy | W_el_revenue | Produced electric energy | |
| SI.HeatFlowRate | Q_flow | 0 | Consumed heat flow |
| SI.Heat | Q_demand | Consumed heat | |
| SI.Heat | Q_revenue | Produced heat | |
| SI.EnthalpyFlowRate | H_flow | 0 | Consumed gas enthalpy flow |
| SI.Enthalpy | H_demand | Consumed gas enthalpy | |
| SI.Enthalpy | H_revenue | Produced gas enthalpy | |
| Real | other_flow | 0 | Consumed other resource flow |
| Real | other_demand | Consumed other resource | |
| Real | other_revenue | Produced other resource | |
| SI.MassFlowRate | m_flow_CDE | 0 | Produced CDE mass flow |
| SI.Mass | m_CDE_produced | Produced CDE | |
| SI.Mass | m_CDE_consumed | Consumed CDE |