5.4.2. Running a membrane electrode assembly model with an agglomerate CLΒΆ
An example main.prm file is given below:
######################################################################
#
# Main file to perform tests on graded CL
#
# Copyright (C) 2011-14 by Energy Systems Design Laboratory, University of Alberta
#
######################################################################
include ../template/main_app_pemfc_default.prm
subsection Simulator
set simulator parameter file name = data.prm
################################################
subsection Polarization Curve
set Initial voltage [V] = 1
set Final voltage [V] = 0.59
set Increment [V] = 0.1333333333
set Min. Increment [V] = 0.01
end
################################################
end
An example data.prm file is:
###################################################################### # # This file is the default file used to test that AppPemfc implementation # with agglomerates is correct # # Copyright (C) 2015 by Marc Secanell, University of Alberta # ###################################################################### ###################################################################### include ../template/data_app_pemfc_default.prm ###################################################################### subsection Adaptive refinement set Number of Refinements = 2 end ###################################################################### ###################################################################### subsection Newton set Tolerance = 1.e-6 end ###################################################################### ###################################################################### subsection Fuel cell data ############################################################## subsection Cathode catalyst layer set Kinetics type = TafelKinetics #### subsection Materials subsection Platinum set Method for kinetics parameters (ORR) = Parthasarathy end end #### set Catalyst layer type = MultiScaleCL subsection MultiScaleCL set Average current in cell = false subsection MicroScale set Microscale type = IonomerAgglomerateAnalytical subsection AgglomerateBase set Radius of the agglomerate [nm] = 100 set Agglomerate porosity = 0.17 end subsection NumericalAgglomerateBase set Database name = averagedValidation set Initial condition tolerance factor = 0.05 end end end end ############################################################## # END Fuel cell data end