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

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

internalField   uniform 0;

boundaryField
{
    "(mantle|bottomcenter|topcenter)"
    {
        type            zeroGradient;
    }
    "(cathode_to_insulator|cathode_to_vessel)"
    {
        type            zeroGradient;
    }
    "cathode_to_salt"
    {
        type            faradayMassConcentration;
        molarMass       6.940e-3;
	value		uniform 0;
    }
    "proc.*"
    {
        type            processor;
        value           uniform 0;
    }
}

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