All the attributes related to the material and insulation of the tank are substituted with one attribute called "layers"

This commit is contained in:
Saeed Ranjbar 2023-08-13 20:44:14 -04:00
parent 231e4a17f2
commit d6ee3d6e6b

View File

@ -18,8 +18,8 @@ class EnergyStorageSystem:
"""
def __init__(self, model_name, manufacturer, storage_type, volume, rated_output_power,
nominal_efficiency, battery_voltage, depth_of_discharge, self_discharge_rate, diameter, layers
, maximum_operating_temperature):
nominal_efficiency, battery_voltage, depth_of_discharge, self_discharge_rate, diameter, layers,
maximum_operating_temperature):
self._model_name = model_name
self._manufacturer = manufacturer
self._storage_type = storage_type