.editorconfig
.gitignore
.pre-commit-config.yaml
AUTHORS.rst
CITATION.cff
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/ci_docs.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/publish_to_test_pypi.yml
docs/CONTRIBUTING.md
docs/_config.yml
docs/_toc.yml
docs/alkaline_ref.md
docs/build_book.sh
docs/installing.md
docs/intro.md
electrolyzer/__init__.py
electrolyzer/version
electrolyzer.egg-info/PKG-INFO
electrolyzer.egg-info/SOURCES.txt
electrolyzer.egg-info/dependency_links.txt
electrolyzer.egg-info/requires.txt
electrolyzer.egg-info/top_level.txt
electrolyzer/simulation/__init__.py
electrolyzer/simulation/base.py
electrolyzer/simulation/bert.py
electrolyzer/simulation/cluster.py
electrolyzer/simulation/stack.py
electrolyzer/simulation/supervisor.py
electrolyzer/simulation/cell_models/__init__.py
electrolyzer/simulation/cell_models/alkaline.py
electrolyzer/simulation/cell_models/cell.py
electrolyzer/simulation/cell_models/pem.py
electrolyzer/simulation/cell_models/soec.py
electrolyzer/tools/__init__.py
electrolyzer/tools/modeling_schema.yaml
electrolyzer/tools/type_dec.py
electrolyzer/tools/validation.py
electrolyzer/tools/validators.py
electrolyzer/tools/analysis/__init__.py
electrolyzer/tools/analysis/lcoh.py
electrolyzer/tools/analysis/lifetime_analysis.py
electrolyzer/tools/analysis/run_lcoh.py
electrolyzer/tools/design/__init__.py
electrolyzer/tools/design/design_cell.py
electrolyzer/tools/design/design_system.py
electrolyzer/tools/design/optimization.py
examples/controller_test_draft.py
examples/example_01_polarization/example_run.py
examples/example_02_electrolyzer/example_run.ipynb
examples/example_02_electrolyzer/example_run.py
examples/example_02_electrolyzer/modeling_options.yaml
examples/example_03_optimization/modeling_options.yaml
examples/example_03_optimization/optimization.ipynb
examples/example_04_lcoh/cost_example_run.py
examples/example_04_lcoh/cost_modeling_options.yaml
examples/example_05_controller/example_05_controller_options.ipynb
examples/example_05_controller/example_05_controller_options.py
examples/example_05_controller/modeling_options.yaml
examples/example_05_controller/FC_wind/FC_August_1sec_1day.npy
examples/example_06_alkaline/alkaline_example_run.py
examples/example_06_alkaline/default_alkaline.yaml
examples/example_06_conversion_efficiency/example_run.ipynb
examples/example_06_conversion_efficiency/modeling_options.yaml
tests/__init__.py
tests/test_PEM_cell.py
tests/test_alkaline_cell.py
tests/test_analysis.py
tests/test_electrolyzer.py
tests/test_stack.py
tests/test_supervisor.py
tests/test_type_dec.py
tests/glue_code/test_modeling_options.yaml
tests/glue_code/test_optimization.py
tests/glue_code/test_run_electrolyzer.py
tests/glue_code/test_run_lcoh.py
tests/inputs/test_modeling_options.yaml
tests/inputs/test_modeling_options_default.yaml
tests/inputs/test_modeling_options_invalid.yaml
tests/inputs/test_validation.py