floquation / OF-kva_interfaceProperties

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.
https://www.cfd-online.com/Forums/openfoam-programming-development/189211-attempt-decrease-spurious-currents-vof.html#post653522
GNU General Public License v3.0
21 stars 16 forks source link

Issue with make #1

Closed akesm closed 7 years ago

akesm commented 7 years ago

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 :)

floquation commented 7 years ago

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.