h2integrate.converters.hydrogen.electrolyzer_baseclass#
Classes
|
|
|
|
|
- class h2integrate.converters.hydrogen.electrolyzer_baseclass.ElectrolyzerPerformanceBaseClass(**kwargs)#
- 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 implement and raises an error.
- class h2integrate.converters.hydrogen.electrolyzer_baseclass.ElectrolyzerCostBaseClass(**kwargs)#
- setup()#
Declare inputs and outputs.
- Available attributes:
name pathname comm options
- class h2integrate.converters.hydrogen.electrolyzer_baseclass.ElectrolyzerFinanceBaseClass(**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 implement and raises an error.