All: clean mesh run

clean:
	rm -rf 0 1 proc* 0.* constant/polyMesh log hmin time system/blockMeshDict system/snappyHexMeshDict system/setFieldsDict system/decomposeParDict system/createPatchDict

mesh:
	./mesh.sh

run:
	mpirun -np 4 mpElectricFoam -parallel > log

reconstruct:
	reconstructPar -fields "(b B0 j p_rgh Phi U alpha.anode alpha.cathode alphas alpha.salt)"
