FoamFile
{
    version         2.0;
    format          ascii;
    class           dictionary;
    object          porousZones;
}

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

fuelGDL 
{
    k           k  [1 1 -3 -1 0 0 0]    100;
    theta       theta [0 0 0 0 0 0 0]   130;

    type            DarcyForchheimer;
    active          yes;
    cellZone        fuelGDL;
    porosity        0.5;
    DarcyForchheimerCoeffs
    {
        d   (4e11 4e11 4e11);	// 1/K0
        f   (0 0 0);
        coordinateSystem
        {
            type    cartesian;
            origin  (0 0 0);
            coordinateRotation
            {
                type    axesRotation;
                e1      (1 0 0);
                e2      (0 0 1);
            }
        }
    }

    diffusivity
    {
        type        porousFSG;
        Tname       T;
        pName       p;
        speciesA    H2;     // diffusing species
        speciesB    H2O;    // background species
        porosity    0.5;
        tortuosity  1.12;   // 1/sqrt(porosity)
        dPore       dPore [0 1 0 0 0 0 0] 0.1e-06;   // pore size
    }
}

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