FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    location    "";
    object      pd;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [1 -1 -2 0 0 0 0];

internalField   uniform 101325;

boundaryField
{
    "(interconnect0|interconnectSides|airSides|cathodeSides|electrolyteSides|anodeSides|fuelSides|interconnectSides|interconnect1|airInlet|fuelInlet)"
    {
        type         fixedFluxPressure;
    }
    "(air_to.*|fuel_to.*)"
    {
        type         fixedFluxPressure;
    }
    "(airOutlet|fuelOutlet)"
    {
        type            fixedValue;
        value           uniform 101325;
    }
    "procBoundary.*"
    {
        type         processor;
    }
}
