FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      regionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

jumpingPatch	cathode_to_salt;
insulatorName	insulator;

regions
(
    fluid       (salt cathode)
    cathode	(cathode)
    solid       (solid)
    wire	(cCable aCable)
    bentWire	()
);

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