h2integrate.converters.hydrogen.singlitico_cost_model#

Classes

SingliticoCostModel(**kwargs)

An OpenMDAO component that computes the cost of a PEM electrolyzer.

SingliticoCostModelConfig(*, location, ...)

Configuration class for the ECOElectrolyzerPerformanceModel, outputs costs in 2021 USD.

class h2integrate.converters.hydrogen.singlitico_cost_model.SingliticoCostModelConfig(*, location, electrolyzer_capex, cost_year=2021)#

Configuration class for the ECOElectrolyzerPerformanceModel, outputs costs in 2021 USD.

Parameters:
location: str#
electrolyzer_capex: int#
cost_year: int#
class h2integrate.converters.hydrogen.singlitico_cost_model.SingliticoCostModel(**kwargs)#

An OpenMDAO component that computes the cost of a PEM electrolyzer.

setup()#

Declare inputs and outputs.

Available attributes:

name pathname comm options

compute(inputs, outputs, discrete_inputs, discrete_outputs)#

Computation for the OM component.

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