1

Is there an example of fuelcell(pemfc) ?

hello, i have a little interest in fuelcell.

but energyplus have only sofc example in documents.

is there any method to change sofc to pemfc mode?

eoinfwepi's avatar
71
eoinfwepi
asked 2021-08-24 01:37:29 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2021-08-24 10:56:53 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

If you open the ExampleFiles-ObjectsLink.html file in the example files folder of your EnergyPlus installation (e.g. C:\EnergyPlusV9-5-0\ExampleFiles), you will find a table of EnergyPlus object types and what example file(s) showcases them. For the Generator:FuelCell object, there appears to be two example files:

  • MicroCogeneration.idf: SOFC (solid oxide fuel cell) as baseload cogenerator with a combustion microCHP in a small food service building
  • _FuelCellTest200.idf: not found in example files folder (this may be a test IDF for the EnergyPlus development team)

While there isn't an example file for PEMFC (solid oxide fuel cell), the Input-Output Reference section for the fuel cell object that I linked to above does mention this:

The model can be used for two general types of fuel cells, solid oxide fuel cells (SOFC) and proton exchange membrane fuel cells (PEMFC).

So, it can be done. The only input field description of the fuel cell object that mentions SOFC vs. PEMFC is the Stack Cooler Name of a Generator:FuelCell:StackCooler object (this is required for PEMFC).

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2021-08-24 11:15:36 -0500, updated 2021-08-24 11:16:55 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments