vtkWrite
{
    type            vtkWrite;
    libs            (utilityFunctionObjects);
    writeControl    writeTime;
    writeInterval   1;
    format          binary;
    legacy          true;
    fields          (T U rhoA);
	regions			(positiveElectrode electrolyte negativeElectrode);
	interpolate		true;
	directory		"VTK";
}
