NREL / electrolyzer

Other
20 stars 15 forks source link

Updated PEM cell modeling schema #75

Open elenya-grant opened 7 months ago

elenya-grant commented 7 months ago

Almost ready to be merged - one test still fails and is expected to (further information below). Further updates are potentially needed to the example scripts.

Feature or improvement description Updated the modeling schema for PEM_cell to remove hard-coded model parameters such as electrode pressures, membrane thickness, faradaic coefficients, and removed dryer losses.

Impacted areas of the software

primary updates to PEM_cell.py and modeling_schema.yaml. Relevant tests were also updated.

Additional supporting information

Primary PEM cell modeling parameters and operational conditions that were previously hard-coded are now included in the input file. Previous hard-coded modeling parameters are now the default values in modeling_schema.yaml.

Test results, if applicable