FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      rhoA;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [1 -3 0 0 0 0 0];

internalField	uniform 7.062e+01;

boundaryField
{
    zmFace
    {
        type            zeroGradient;
    }
    zpFace
    {
          type          zeroGradient;
    }
    "(xmFace|xpFace)"
    {
        type            zeroGradient;
    }
    "(ymFace|ypFace)"
    {
        type            empty;
    }
    "procBoundary.*"
    {
        type            processor;
    }
    positiveElectrode_to_electrolyte
    {
        type            fixedFluxMassConcentration;

    }
}
// ************************************************************************* //
