h2integrate.simulation.technologies.hydrogen.h2_storage.mch.mch_cost#
Classes
|
Cost model representing a toluene/methylcyclohexane (TOL/MCH) hydrogen storage system. |
- class h2integrate.simulation.technologies.hydrogen.h2_storage.mch.mch_cost.MCHStorage(max_H2_production_kg_pr_hr, hydrogen_storage_capacity_kg, hydrogen_demand_kg_pr_hr, annual_hydrogen_stored_kg_pr_yr)#
Cost model representing a toluene/methylcyclohexane (TOL/MCH) hydrogen storage system.
Costs are in 2024 USD.
- Sources:
Breunig, H., Rosner, F., Saqline, S. et al. "Achieving gigawatt-scale green hydrogen production and seasonal storage at industrial locations across the U.S." Nat Commun 15, 9049 (2024). https://doi.org/10.1038/s41467-024-53189-2
- Parameters:
max_H2_production_kg_pr_hr (float) -- Maximum amount of hydrogen that may be used to fill storage in kg/hr.
hydrogen_storage_capacity_kg (float) -- Hydrogen storage capacity in kilograms.
hydrogen_demand_kg_pr_hr (float) -- Hydrogen demand in kg/hr.
annual_hydrogen_stored_kg_pr_yr (float) -- Sum of hydrogen used to fill storage in kg/year.
Note
Hydrogenation capacity (HC) should be sized to allow for peak hydrogen charge rate. Dehydrogenation capacity (DC) sized to assume that end-use requires a consistent H2 supply. Maximum storage capacity (MS) is the maximum consecutive quantity of H2 stored
with lowest frequency of discharge.
Annual hydrogen storage (AS) is the hydrogen curtailed from production into storage.
- max_H2_production_kg_pr_hr: float#
- hydrogen_storage_capacity_kg: float#
- hydrogen_demand_kg_pr_hr: float#
- annual_hydrogen_stored_kg_pr_yr: float#
- Dc: float#
dehydrogenation capacity [metric tonnes/day]
- Hc: float#
hydrogenation capacity [metric tonnes/day]
- Ms: float#
maximum storage capacity [metric tonnes]
- As: float#
annual hydrogen into storage [metric tonnes]
- occ_coeff = (54706639.43, 147074.25, 588779.05, 20825.39, 10.31)#
- foc_coeff = (3419384.73, 3542.79, 13827.02, 61.22, 0.0)#
fixed O&M cost coefficients
- voc_coeff = (711326.78, 1698.76, 6844.86, 36.04, 376.31)#
variable O&M cost coefficients
- lcos_coeff = (8014882.91, 15683.82, 62475.19, 1575.86, 377.04)#
lcos cost coefficients for a capital charge factor of 0.0710
- eta = 0.9984#
hydrogen storage efficiency
- cost_year = 2024#
cost year associated with the costs in this model
- calc_cost_value(b0, b1, b2, b3, b4)#
Calculate the value of the cost function for the given coefficients.
- Parameters:
b0 (float) -- Coefficient representing the base cost.
b1 (float) -- Coefficient for the Hc (hydrogenation capacity) term.
b2 (float) -- Coefficient for the Dc (dehydrogenation capacity) term.
b3 (float) -- Coefficient for the Ms (maximum storage) term.
b4 (float) -- Coefficient for the As (annual hydrogen into storage) term.
- Returns:
float -- The calculated cost value based on the provided coefficients and attributes.
- run_costs()#
Calculate the costs of TOL/MCH hydrogen storage.
- Returns:
dict -- dictionary of costs for TOL/MCH storage
- estimate_lcos()#
Estimate the levelized cost of hydrogen storage. Based on Equation (7) of the reference article.
- Returns:
float -- levelized cost of storage in $2024/kg-H2 stored
- estimate_lcos_from_costs(ccf=0.071)#
Estimate the levelized cost of hydrogen storage. Based on Equation (5) of the reference article.
- Parameters:
ccf (float, optional) -- Capital charge factor. Defaults to 0.0710.
- Returns:
float -- levelized cost of storage in $2024/kg-H2 stored