daidezhi / geometricVofExt

An unofficial module of the geometric Volume of Fluid (VOF) method for OpenFOAM.
GNU General Public License v3.0
18 stars 8 forks source link

If 2206 will be supported in furture #1

Open smallduan opened 3 months ago

smallduan commented 3 months ago

Hi

I am using wave2foam, but it only can be used up to v2206, If 2206 will be supported by geometricVofExt in furture

Best regards

daidezhi commented 2 months ago

Hi, @smallduan,

The support for waves2Foam is available. Please check the latest commit at 51986a5 and follow the building instructions to build waves2Foam library in OpenFOAM v2312 and wavePlicFoam solver. A tutorial case named 3Dwaves is also provided.

Please let me know if you can build the library/solvers and run the tutorial case or not.

Thanks for your comment, Dezhi

smallduan commented 2 months ago

Hi @daidezhi Than you very much! I followed your guid but encountered an error which caused the compilation to fail.(I build it on the WSL2-ubuntu22.04LTS ) Pasted image 20240625234625 Then I removed the -fallow-argument-mismatch in compileWaves2FoamInOpenFOAM2312 and then compiled waves2foam and run the tutorial successfully . image

daidezhi commented 2 months ago

Hi, @smallduan,

Thank you for your feedback. The -fallow-argument-mismatch flag is available for gfortran version 10 and later. Could you let me know which version of gfortran you used to compile the third-party libraries in waves2Foam? I need to update the script.

Thanks, Dezhi

smallduan commented 2 months ago

Hi @daidezhi Thank you for your quick reply.

GNU Fortran (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

5.10.16.3-microsoft-standard-WSL2

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"

May I ask what software you use for post-processing? Your post-processed images and animations are so amazing.