h2integrate.converters.hydrogen.singlitico_cost_model#
Classes
|
An OpenMDAO component that computes the cost of a PEM electrolyzer. |
|
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) -- The location of the electrolyzer; options include "onshore" or "offshore".
electrolyzer_capex (int) -- $/kW overnight installed capital costs for a 1 MW system in 2022 USD/kW (DOE hydrogen program record 24005 Clean Hydrogen Production Cost Scenarios with PEM Electrolyzer Technology 05/20/24) #TODO: convert to refs (https://www.hydrogen.energy.gov/docs/hydrogenprogramlibraries/pdfs/24005-clean-hydrogen-production-cost-pem-electrolyzer.pdf?sfvrsn=8cb10889_1)
cost_year (int)
- 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.