Giter Site home page Giter Site logo

Comments (4)

ProjectPhysX avatar ProjectPhysX commented on September 28, 2024

Comment out //#define BENCHMARK in src/defines.hpp, and if you're on Windows, uncomment #define WINDOWS_GRAPHICS. Then recompile, and you should see a graphicas window open.

Also check your Visual Studio settings to make the console does not close when the executable has finished, so you can read eventual error messages.

from fluidx3d.

Djargomir avatar Djargomir commented on September 28, 2024

It works thank you so much. But there is another problem. The results are so weird what did i do wrong? Because im using directly your sample. Should i do change somethings?
star wars TIE
tie 2

from fluidx3d.

Djargomir avatar Djargomir commented on September 28, 2024

resim_2022-11-26_193220564

I tried SF71H but i got this result :(

from fluidx3d.

ProjectPhysX avatar ProjectPhysX commented on September 28, 2024

For setups with very large Reynolds number (>~100000), uncomment #define SUBGRID in src/defines.hpp. This turns the direct numerical simulation (DNS) into a large eddy simulation (LES), which runs more stable at low grid resolutions.

Depending on your GPU VRAM capacity, your maximum grid resolutions might be much more limited. To enable about double the resolution of the default FP32 memory precision mode, you can uncomment #define FP16S (faster) or #define FP16C (more accurate) in src/defines.hpp.

I will make YouTube tutorials at tbe beginning of next year, stay tuned.

Have fun with the software!

from fluidx3d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.