DLR-RY / VoFLibrary

Library for Volume of Fluid Method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geoVoF library not found

gregadzrodz opened this issue · comments

EDIT: Apologies: the issue was with paper branch, everything works well in master branch. Cheers

Compilation failure on v1812 when compiling interFlow (and subsequently everything that calls lgeoVoF
Error given:
/bin/ld: cannot find -lgeoVoF

It seem as though the geoVoF library is called, but has not been compiled. It does not exist in v1812 nor it is present in current release. Probably compiled on your system and that is why the compilation works for you (src/Make/files line: LIB = $(FOAM_USER_LIBBIN)/libgeoVoF). Should be easily fixed with added geoVoF library to the release.