recordLeadAcidBattery
Typical parameters of lead acid battery
Extends from TransiEnt.Storage.Base.GenericStorageParameters.
Information
1. Purpose of model
Typical parameters of lead acid battery.
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 (from GenericStorageParameters) | [0, 1; 1, 1] | maximum possible relative load power over SOC |
| Real[:,:] | P_max_unload_over_SOC (from GenericStorageParameters) | [0, 1; 1, 1] | maximum possible relative unload power over SOC |
| Real | a (from GenericStorageParameters) | 0 | Approximation parameter for part load efficiency calculation |
| Real | b (from GenericStorageParameters) | 1 | Approximation parameter for part load efficiency calculation |
| Real | c (from GenericStorageParameters) | 1 | Approximation parameter for part load efficiency calculation |
| Real | d (from GenericStorageParameters) | 1 | Approximation parameter for part load efficiency calculation |
| SI.Time | T_plant (from GenericStorageParameters) | 0 | first order plant dynamic |
| Capacity | |||
| SI.Energy | E_start (from GenericStorageParameters) | 0 | Start value of energy |
| SI.Energy | E_max (from GenericStorageParameters) | 0 | Maximum storable energy |
| SI.Energy | E_min (from GenericStorageParameters) | 0 | Minimum storable energy |
| Power | |||
| SI.Power | P_max_unload (from GenericStorageParameters) | 0 | Maximum power output while unloading |
| SI.Power | P_max_load (from GenericStorageParameters) | P_max_unload | Maximum power output while loading |
| Dynamic | |||
| TransiEnt.Basics.Units.PowerRate | P_grad_max (from GenericStorageParameters) | 0 | Maximum power gradient |
| Efficiency | |||
| Real | eta_unload (from GenericStorageParameters) | 1 | Conversion efficiency while unloading |
| Real | eta_load (from GenericStorageParameters) | 1 | Conversion efficiency while loading |
| SI.Frequency | selfDischargeRate (from GenericStorageParameters) | 0 | E.g. 0.5/3600 = 50% discharge per hour, used if no detailed staionary loss model is available |