GithubHelp home page GithubHelp logo

Comments (3)

MarcoAurelioFerrari avatar MarcoAurelioFerrari commented on August 26, 2024

The additional parameters are set on lbm(256u, 128u, 128u, 0.02f, 0.0f, 0.0f, -0.001f, 0.0f, 1.0f, 1.0f);
For your case, you set the domain as 256x128x128. With a viscosity of 0.02, body force term of -0.001 in the z-direction, alpha =1, and beta =1

It is important to notice that when you increased the domain in the z direction from 64 to 128, you effectively also increased the Rayleigh number by 8x. Since you didn't change any other property, the maximum fluid velocity will also increase, and if the velocity is above the compressibility limit, the simulation will diverge.

It could also be a boundary condition problem since you change it too. If you make the domain periodic again, does the simulation diverges?

from fluidx3d.

rodionstepanov avatar rodionstepanov commented on August 26, 2024

@MarcoAurelioFerrari thanks, I see your point but LES model is supposed to stabilize simulation

from fluidx3d.

ProjectPhysX avatar ProjectPhysX commented on August 26, 2024

@rodionstepanov I can confirm that this blows up :)
Problem here is that the temperature gradient in LBM units is very large (1.75-0.25), volume force is large (-0.001f), and box height is large (128), so velocity will get larger than the LBM speed of sound (0.57) and then it blows up. Finding suitable parameters is an art in itself. Note that you don't need SUBGRID here.

Thermal diffusion and expansion coefficients are the alpha and beta in the LBM constructor. These are in LBM units, and you'll have to do the unit conversion between SI and LBM units manually.

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.