modelPVBatteryPool
Pool of households with PV Batteries and Poolcontroller
Extends from TransiEnt.Basics.Icons.Model (Icon for models).
Information
1. Purpose of model
Full documentation is not available yet. Please see comments in code or contact author per mail.
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
Tested in the check models "TransiEnt.Consumer.DemandSideManagement.PVBatteryPoolControl.Check.CheckPVBatteryPoolSingleHouse" and "TransiEnt.Consumer.DemandSideManagement.PVBatteryPoolControl.Check.CheckPVBatteryPoolSingleHouse"
9. References
(no remarks)
10. Version History
Model created by Pascal Dubucq (dubucq@tuhh.de) on 01.10.2014
Quality check (Code conventions) by Rebekka Denninger on 01.10.2016
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSystems | param.nSystems | Number of systems in pool |
| Integer | nLoadProfiles | nSystems | Number of load profiles in input vector |
| Integer | nPVProfiles | nSystems | Number of PV production profiles in input vector |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Basics.Interfaces.Electrical.ActivePowerPort | epp | ||
| TransiEnt.Basics.Interfaces.Electrical.ElectricPowerIn[nLoadProfiles] | P_el_load | Connector of Real input signals | |
| TransiEnt.Basics.Interfaces.Electrical.ElectricPowerIn[nPVProfiles] | P_el_PV | Connector of Real input signals |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Base.PoolParameter | param | ||
| PVBatteryConsumer.PVBatteryHousehold | house | ||
| Controller.PoolController | poolController | ||
| Base.PoolControlBusSumUp | controlBusConsolidator |