The nest-soc package aims to help engineers and scientists to have access to state-of-art models for solid oxide cells performance and degradation.
The nest-soc package is a work in progress and this is a early preview version showcasing some use examples:
- Polarization curve simulation for H2O-H2 operation;
- Polarization curve simulation for syngas mixture operation;
- Voltage degradation prediction for solid oxide fuel cell operation
- Polarization curve simulation for CO2-CO operation and carbon formation prdiction
- Electrochemical impedance spectrum (EIS) simulation
- Install dependencies specified in the requirements file by running the following command (from the nest-soc root folder):
pip install -r requirements.txt- Run main.py file (from the nest-soc root folder):
python main.pyFor the package, you can use the following citation:
@misc{NogueiraNakashima2026,
author = {R. Nogueira Nakashima and J. Beyrami},
doi = {10.11583/DTU.32012556},
publisher = {Technical University of Denmark},
title = {nest-soc: Next-gen electrochemical tools - solid oxide cells},
url = {https://doi.org/10.11583/DTU.32012556},
year = {2026}
}For the modeling methods you can cite the following:
@article{Beyrami2024,
author = {Javid Beyrami and Rafael Nogueira Nakashima and Arash Nemati and Henrik Lund Frandsen},
doi = {10.1016/j.ecmx.2024.100653},
issn = {25901745},
journal = {Energy Conversion and Management: X},
month = {7},
pages = {100653},
title = {Degradation modeling in solid oxide electrolysis systems: A comparative analysis of operation modes},
volume = {23},
year = {2024}
}For collaborations, inquires, or requests, feel free to contact:
- Rafael Nogueira Nakashima (rafnn@dtu.dk)
- Javid Beyrami (jabey@dtu.dk)
- HD Hyundai ERC GmbH: https://hdhyundai-erc.com/
This work has been funded by HD Hyundai ERC GmbH through the NEST project.