modelExplicitFridgePool
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
epp - Electric Power Port
5. Nomenclature
(no remarks)
6. Governing Equations
(no remarks)
7. Remarks for Usage
(no remarks)
8. Validation
(no remarks)
9. References
(no remarks)
10. Version History
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Types.Poolsize | N | TransiEnt.Basics.Types.N20 | |
| Integer | nPar | 9 | Number of varied parameters for matrix based pool simulations |
| Boolean | isExternalControl | false | |
| SI.Period | samplePeriodPoolControl | 3600 | Communication intervall between pool controller and heatpumpsystem unit |
| Real | A | Modelica_LinearSystems2.Internal.Streams.readMatrixInternal(Components.Base.getFileName(N), "A", N, nPar) | |
| TransiEnt.Consumer.Systems.FridgePoolControl.Components.Base.ExplicitFridgeParameters | poolparams | Components.Base.ExplicitFridgeParameters(Tamb = A[:, 1] + fill(273.15, N), Tset = A[:, 2] + fill(273.15, N), cp = A[:, 3], m = A[:, 4], k = A[:, 5], DTdb = A[:, 6], COP = A[:, 7], T0 = A[:, 8] + fill(273.15, N), x0 = A[:, 9]) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Components.ExplicitFridge | fridge | ||
| SI.Power | P_el_n | sum(fridge.params.P_el_n) | |
| SI.Power | P_el | sum(fridge.P_el) | |
| SI.Power | P_el_star | P_el/P_el_n | |
| SI.Power | P_pot_pos | P_el | |
| SI.Power | P_pot_neg | P_el_n - P_el | |
| Real | SOC | sum(fridge.SOC)/N | |
| Real | COPmn | sum(fridge.COP_eff)/N | |
| SI.Energy | E_stor | sum(fridge.E_stor_total) | |
| SI.Time | t_pos_max | min(fridge.t_pos_max) | |
| SI.Time | t_neg_max | min(fridge.t_neg_max) | |
| TransiEnt.SimCenter | simCenter | ||
| TransiEnt.ModelStatistics | modelStatistics |