modelModelStatistics
Extends from TransiEnt.Basics.Icons.OuterElement.
Information
1. Purpose of model
Global parameters for all models depending only on TransiEnt core library.
2. Level of detail, physical effects considered, and physical insight
(Purely technical component without physical modeling.)
3. Limits of validity
(Purely technical component without physical modeling.)
4. Interfaces
(no remarks)
5. Nomenclature
(no elements)
6. Governing Equations
(no equations)
7. Remarks for Usage
(no remarks)
8. Validation
(no validation or testing necessary)
9. References
(no remarks)
10. Version History
Model created by Pascal Dubucq (dubucq@tuhh.de) on Mon Aug 18 2014
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nTypesOfResource | TransiEnt.Basics.Types.nTypeOfResource | |
| Integer | nSubgrids | 2 | For calculation of statistics in subgrids (=1 local grid, e.g. hamburg, =2 surrounding grid, e.g. UCTE grid |
| Integer | nTypes | TransiEnt.Basics.Types.nTypeOfPrimaryEnergyCarrier | |
| Integer | nTypesHeat | TransiEnt.Basics.Types.nTypeOfPrimaryEnergyCarrierHeat | |
| Statistics | |||
| Boolean | integrateElPower | simCenter.integrateElPower | true if electric powers shall be integrated |
| Boolean | integrateHeatFlow | simCenter.integrateHeatFlow | true if heat flows shall be integrated |
| Boolean | integrateCDE | simCenter.integrateCDE | true if CDE should be integrated |
Connectors
Components
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.SimCenter | simCenter | ||
| Components.Statistics.Collectors.GlobalCollectors.GwpEmissionsStatistics | gwpEmissions | ||
| Components.Statistics.Collectors.GlobalCollectors.ElectricPowerStatistics | electricPower | ||
| Components.Statistics.Collectors.GlobalCollectors.HeatingPowerStatistics | heatingPower | ||
| Components.Statistics.Collectors.GlobalCollectors.EconomicStatistics | totalIncurredCosts | ||
| TransiEnt.Basics.Units.MassOfCDEperEnergy | m_CDE_electricity_per_Energy | gwpEmissions.m_flow_CDE_total_electricity/(electricPower.P_gen_total + simCenter.P_el_small) | x 3.6e9 = g/kWh |
| TransiEnt.Basics.Units.MassOfCDEperEnergy | m_CDE_electricity_per_ConsumedEnergy | gwpEmissions.m_flow_CDE_total_electricity/(electricPower.P_demand + simCenter.P_el_small) | x 3.6e9 = g/kWh |
| TransiEnt.Basics.Units.MassOfCDEperEnergy | m_CDE_districtheating_per_Energy | gwpEmissions.m_flow_CDE_total_heat/(heatingPower.Q_flow_gen_cogeneration + simCenter.P_el_small) | x 3.6e9 = g/kWh |