All the attributes related to the material and insulation of the tank are substituted with one attribute called "layers"
This commit is contained in:
parent
231e4a17f2
commit
d6ee3d6e6b
|
@ -18,8 +18,8 @@ class EnergyStorageSystem:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, model_name, manufacturer, storage_type, volume, rated_output_power,
|
def __init__(self, model_name, manufacturer, storage_type, volume, rated_output_power,
|
||||||
nominal_efficiency, battery_voltage, depth_of_discharge, self_discharge_rate, diameter, layers
|
nominal_efficiency, battery_voltage, depth_of_discharge, self_discharge_rate, diameter, layers,
|
||||||
, maximum_operating_temperature):
|
maximum_operating_temperature):
|
||||||
self._model_name = model_name
|
self._model_name = model_name
|
||||||
self._manufacturer = manufacturer
|
self._manufacturer = manufacturer
|
||||||
self._storage_type = storage_type
|
self._storage_type = storage_type
|
||||||
|
|
Loading…
Reference in New Issue
Block a user