CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Simple 3d-vof code based on SOLA-VOF (https://www.cfd-online.com/Forums/main/119364-simple-3d-vof-code-based-sola-vof.html)

LiteCFD June 15, 2013 13:24

Simple 3d-vof code based on SOLA-VOF
 
2 Attachment(s)
Greetings.

For own use I made ​​a simple 3D solver for incompressible viscous fluid.

The algorithm is based on the SOLA-VOF.

Source code is available here: https://github.com/AntonioDe/3dvof

This is the first working version, but for full use is necessary to modify the code (to add BC or output desired data)

The program uses QT 4.8 and is successfully compiled both Windows and Linux.

It would be great if it is useful to someone else or will be the basis for someone program :)

3DFOV.zip - binaries for Windows. Need Qt 4.8 for work.
main.jpg - screenshot of program
https://github.com/AntonioDe/3dvof/b...s/dambreak.gif - example of visualization (don't work in attach:()

shirazbj June 16, 2013 00:50

which qt libraries to install on window, mingw,vs08 or vs10? Is vs express ok to compile?

thx

LiteCFD June 16, 2013 01:09

Quote:

Originally Posted by shirazbj (Post 434225)
which qt libraries to install on window, mingw,vs08 or vs10? Is vs express ok to compile?
thx

hi!
In Windows I use mingw (mingw32-c++.exe (GCC) 4.7.2) + Qt 4.8.4 (MinGW version) + QtCreator (QtCreator project have extension *.pro).
I try to compile in Linux, uses unknown version of Qt and gcc and it work good. Program is real simple and I think that you will not have problems with building.
I don't try to compile program in any version of VS, but you can do it:)
Please, tell me if this information is useful for you.


All times are GMT -4. The time now is 05:55.