recordGenericStorageParameters
Extends from TransiEnt.Basics.Icons.Record (Icon for records).
Information
1. Purpose of model
Generic parameters for storage models.
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)
10. Version History
Model created by Pascal Dubucq (dubucq@tuhh.de) on 01.10.2014
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | P_max_load_over_SOC | [0, 1; 1, 1] | maximum possible relative load power over SOC |
| Real[:,:] | P_max_unload_over_SOC | [0, 1; 1, 1] | maximum possible relative unload power over SOC |
| Real | a | 0 | Approximation parameter for part load efficiency calculation |
| Real | b | 1 | Approximation parameter for part load efficiency calculation |
| Real | c | 1 | Approximation parameter for part load efficiency calculation |
| Real | d | 1 | Approximation parameter for part load efficiency calculation |
| SI.Time | T_plant | 0 | first order plant dynamic |
| Capacity | |||
| SI.Energy | E_start | 0 | Start value of energy |
| SI.Energy | E_max | 0 | Maximum storable energy |
| SI.Energy | E_min | 0 | Minimum storable energy |
| Power | |||
| SI.Power | P_max_unload | 0 | Maximum power output while unloading |
| SI.Power | P_max_load | P_max_unload | Maximum power output while loading |
| Dynamic | |||
| TransiEnt.Basics.Units.PowerRate | P_grad_max | 0 | Maximum power gradient |
| Efficiency | |||
| Real | eta_unload | 1 | Conversion efficiency while unloading |
| Real | eta_load | 1 | Conversion efficiency while loading |
| SI.Frequency | selfDischargeRate | 0 | E.g. 0.5/3600 = 50% discharge per hour, used if no detailed staionary loss model is available |