Extension of OpenFOAM's "interfaceProperties" library. A run-time selection mechanism was implemented to select the model for calculating the surface tension force & curvature. These models can reduce spurious currents.
I tried wmake, but I got an error about missing of labelSpecific.H
So one needs to first do wclean then wmake, because on OF 4.1 seems that that headerfile does not anymore exist :)
Seems like I committed a compiled version for OF4.0. That's why you ran into that problem when compiling it for OF4.1. I'll get rid of the Make/linux(...) folder and that issue should be resolved permanently.
I tried wmake, but I got an error about missing of labelSpecific.H So one needs to first do wclean then wmake, because on OF 4.1 seems that that headerfile does not anymore exist :)