modelFridgePool
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 check model "TransiEnt.Consumer.DemandSideManagement.FridgePoolControl.Check.TestPoolResponse"
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 | poolSize | 2 | |
| Real | alpha | -10 | |
| Real | dbf | 0.4 | |
| Real[poolSize,9] | uniqueParams | ||
| Boolean[poolSize] | startStatus | ||
| SI.Power | P_el_n_pool | sum(uniqueFridge.fridgeFreezer.P_el_n) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Interfaces.Electrical.ActivePowerPort | epp |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| UniqueFridge[poolSize] | uniqueFridge | ||
| Real | P_el_star_pool | epp.P/P_el_n_pool | |
| Real | T_star | sum(uniqueFridge.fridgeFreezer.T_star)/poolSize | |
| Real | SOC | sum(uniqueFridge.fridgeFreezer.SOC)/poolSize |