FoamFile
{
    version         2.0;
    format          ascii;
    class           dictionary;
    object          cellProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

// run mode
galvanostatic true;

// voltage
voltage         V [1 2 -3 0 0 -1 0] 0.8;

// mean current density
ibar0           ibar0 [0 -2 0 0 0 1 0] 10000;

Rhat		1.0e-4; // voltage correction relaxation coefficient
PreIterAct      10;     // pre-iteration for activation term
relaxJ        	0.01;  	// relaxation of current
numCells       	1;    	// number of electrolyte layers

Tref		Tref [0 0 0 1 0 0 0] 343.15;	// reference temperature
Tlim            Tlim [0 0 0 1 0 0 0] 50.0;      // temperature limit above Tref

// special patch names
fuelInletPatch   	fuelInlet;
fuelOutletPatch  	fuelOutlet;
anodePatch       	fuel_to_electrolyte;
airInletPatch    	airInlet;
airOutletPatch   	airOutlet;
cathodePatch     	air_to_electrolyte;
electrolyteAnodePatch   electrolyte_to_fuel;
electrolyteCathodePatch electrolyte_to_air;

// liquid water properties
water
{
    rho rho [1 -3 0 0 0 0 0] 992.;
    k   k   [1 1 -3 -1 0 0 0] 0.642;
    cp  cp  [0 2 -2 -1 0 0 0] 4179.;
}

// ************************************************************************* //
