Appendix: User Field Function and Parameters Properties

Names, dimensions, definitions, and formulation of the user-defined field functions and parameters that are used in the Solid Oxide Fuel Cell tutorial.

Global Parameters

Faraday Constant
Dimensions: ElectricCharge/Quantity
Value: F = 9.6485 × 10 7 [ s A / k m o l ]
UniversalGasConstant
Dimensions: Energy/(Temperature Quantity)
Value: Ru=8314.4621[J/kmolK]

User-Defined Field Functions

Exchange Current Densities
Description: The exchange current densities of the anode and cathode, as required by the Butler-Volmer equation.
Dimensions: Current/Length^2
AnodeExchangeCurrent
Formulation:
Figure 17. EQUATION_DISPLAY
j0,a=j0,a*[(XTOCa0.8)(XTOCa0.2)]0.5
(5305)
Definition: 7746 / pow($AnodeXToCconversion * $AnodeXToCconversion * .8 * .2,.5)
(Where 0.8 and 0.2 correspond to the reference concentrations of H2 and H2O respectively, from measurement, according to literature.)
CathodeExchangeCurrent
Formulation:
Figure 18. EQUATION_DISPLAY
j0,c=j0,c*(XTOCc0.21)0.5
(5306)
Definition: 10010 / pow($CathodeXToCconversion * .21,.5)
(Where 0.21 corresponds to the reference concentration of O2 from measurement, according to literature.)
Mass Fluxes
Description: Mass fluxes of hydrogen, nitrogen, oxygen, and water.
Dimensions: Mass/Length^2-Time
Mass Flux H2
Formulation:
Figure 19. EQUATION_DISPLAY
m˙H2=WH2υH2jnF=YH2m˙
(5307)
Definition: ${MassFractionH2} * ${MassFlux}
Mass Flux N2
Formulation:
Figure 20. EQUATION_DISPLAY
m˙N2=WN2υN2jnF=YN2m˙
(5308)
Definition: ${MassFractionN2} * ${MassFlux}
Mass Flux O2
Formulation:
Figure 21. EQUATION_DISPLAY
m˙O2=WO2υO2jnF=YO2m˙
(5309)
Definition: ${MassFractionO2} * ${MassFlux}
Mass Flux H2O
Formulation:
Figure 22. EQUATION_DISPLAY
m˙H2O=WH2OυH2OjnF=YH2Om˙
(5310)
Definition: ${MassFractionH2O} * ${MassFlux}
Conversion Factors
Description: The conversion factors (XTOC) from mole fraction to molar concentration (required by Simcenter STAR-CCM+) for the species in the respective mixture.
Dimensions: Quantity/Length^3
AnodeXToCconversion
Formulation:
Figure 23. EQUATION_DISPLAY
XTOCa=ρXH2WH2+XH2OWH2O
(5311)
Definition: $Density / (${MoleFractionH2} * $MolecularWeightH2 + $MoleFractionH2O * $MolecularWeightH2O)
CathodeXToCconversion
Formulation:
Figure 24. EQUATION_DISPLAY
XTOCc=ρXN2WN2+XO2WO2
(5312)
Definition: $Density / ($MoleFractionN2 * $MolecularWeightN2 + $MoleFractionO2 * $MolecularWeightO2)
ElectricPowerFlux
Description: Electric power.
Dimensions: Power/Length^2
Formulation:
Figure 25. EQUATION_DISPLAY
P=UI
(5313)
Definition: ${ElectricPotential} * ${BoundarySpecificElectricCurrent}
ElectrolyteConductivity
Description: The conductivity of the solid oxide electrolyte.
Dimensions: ElectricConductance/Length
Formulation:
Figure 26. EQUATION_DISPLAY
σm=1(0.3685+0.002838×e10300T)100
(5314)
Definition: 1. / ((0.3685 + 0.002838 * exp(10300 / $Temperature)) / 100.0)

SOFC Tutorial Nomenclature

Nomenclature Description
Cp Heat capacity
Eeq Equilibrium potential
E0 Nernst standard potential
F Faraday constant, 96485339.924 C/kmol
H Enthalpy
I Total current that is available to the external circuit, J
j Reaction current density, A/m²
m˙i Mass flux of species i
p Pressure, Pa
patm Reference pressure at which the thermodynamic data was measured, 101325 Pa
P Power, J/s
Ru Universal gas constant, 8314.4621 J / kmol K
ρ Density
σ Conductivity, S/m
S Entropy
T Temperature, K
U Anode-cathode potential difference
υi Stoichiometric coefficient of species i
W Molecular weight
X Mole fraction
XTOC Conversion factor
Y Mass fraction