h2integrate.storage.battery.battery_baseclass#

Classes

class h2integrate.storage.battery.battery_baseclass.BatteryPerformanceBaseClass(**kwargs)#
initialize()#

Perform any one-time initialization run at instantiation.

setup()#

Declare inputs and outputs.

Available attributes:

name pathname comm options

compute(inputs, outputs)#

Computation for the OM component.

For a template class this is not implemented and raises an error.