Skip to content

mgaedtke

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 46 total)
  • Author
    Posts
  • in reply to: Density when the boussinesq assumption is used #5832
    mgaedtke
    Keymaster

    Hi mengqiang,

    you should use the reference density, which is in most cases given by the density at mean temperature.

    Best,
    Max

    mgaedtke
    Keymaster

    Hi mengqiang,

    the setLocal*Boundary functions are in deed using the regularized boundary formulations. For additional stability, I would suggest using the interpolation versions of those.

    For pressure outlets, I recommend to use the local convection boundary for the according temperature field. Make sure to execute the coupling operation on those material numbers as well.

    Also check your relaxation time and lattice velocity to be in the stable regime. In Timm Krüger’s book on LBM, there is a chapter on how to choose these parameters consistently.

    Best regards,
    Max

    in reply to: Stability of 3D thermal LBM model #5715
    mgaedtke
    Keymaster

    Hi Alex,

    3D simulations being easier to be instable sounds resonable. You have more degrees of freedom, more calculations that could potentially intodruce numerical errors. Also, do not forget that turbulence in 2D is a completely different phenomenon than in 3D!

    Above Ra>=1e7 these simulations transition to turbulent natural convection and eddies will arise. Are you using a turbulence model for your simulations or are you wanting to resolve all structures? If no turbulence model is applied, check your resolution. It should be high enough to resolve the boundary layer that develops close to the heated and cooled walls. You can find some more info in e.g. https://doi.org/10.1016/j.camwa.2018.08.018.

    Best,
    Max

    in reply to: Adiabatic boundary condition at channel flow outlet #5509
    mgaedtke
    Keymaster

    Hi Ramiro,

    great to hear, that you had success in setting up the total enthalpy method to at least some extent.

    For adiabatic outlet boundaries openlb provied a special convection boundary type, which you can set via setAdvectionDiffusionConvectionBoundary. For the other, stationary adiabatic boundaries, bounce back is what I used in my simulations, too.

    Best regards,
    Max

    in reply to: Truck Simulation – Boundary Conditions #5236
    mgaedtke
    Keymaster

    Hi Tamas,

    this looks a lot like a problem which is resolution dependent. Keep in mind that those are only warnings (falling back into regular bounce back boundary for these cells), the simulation will still run if the Mach number is realistic.

    You can either try to find a compromise for the resolution, for which the mesh still fits your RAM, or run this case on a cluster computer. For 700 million cells I recommend at least 100 cores, better would be 2000.

    Best,
    Max

    in reply to: atmospheric convection #5226
    mgaedtke
    Keymaster

    Hi Andreas,

    I’m not an expert in weather or atmospheric modeling, but I find the overview in https://core.ac.uk/download/pdf/207513141.pdf very comprehensive. See in the references therein for example the work of Hess et al. (https://gmd.copernicus.org/articles/3/415/2010/gmd-3-415-2010.pdf), where a weather model based on LES is proposed.

    Cheers,
    Max

    in reply to: Warning message in bstep2d.cpp #5139
    mgaedtke
    Keymaster

    Hi Bhuttu,

    it’s the number of cuboids, in which we distribute our domain for parallel execution. In order to get a deeper insight into OpenLB I can recommend to attend the upcoming Spring School: https://www.openlb.net/spring-school-2021/

    Best,
    Max

    in reply to: Warning message in bstep2d.cpp #5137
    mgaedtke
    Keymaster

    Hi Bhuttu,

    this is just a warning from the gnuplot interface and will be fixed in the upcoming release.

    Thank’s for mentioning!

    Best Regards,
    Max

    in reply to: porousPlate2d #5115
    mgaedtke
    Keymaster

    Hi Bhuttu,

    Good that simulation is still working. This is just a warning from the gnuplot interface and will be fixed in the upcoming release.

    Thank’s for mentioning!

    Best Regards,
    Max

    mgaedtke
    Keymaster

    Hi Julius,

    thank you very much for identifying this. You are absolutely right. I changed our development version accordingly and the model will be fixed in the upcoming release.

    Kind Regards,
    Max

    in reply to: Velocity based error in secondary lattice #5047
    mgaedtke
    Keymaster

    Hey Julius,

    I can’t reproduce your errors. Please make sure to understand the return values of our cell objects: The distribution functions we save in the data structure are actually f* = f – weight, so that the sum of f* = rho – 1, because the sum of the weights equals to 1. We apply the same shift to all the equilibrium distributions.

    See Section V in https://journals.aps.org/pre/abstract/10.1103/PhysRevE.48.4823 for some more information on this topic.

    Cheers,
    Max

    in reply to: Changing resolution #5016
    mgaedtke
    Keymaster

    Hi Sergey,

    using a constant relaxation time while changing the resolution results in changing the lattice velocity as well. These parameters are not independent. However, the Reynolds number is 20 for both cases. So, you should see similar simulation results for both cases. Keep in mind that changing the discretization will also change corresponding discretization errors.

    For a good write up of the dimensionalization of the lattice boltzmann equation, have a look in the book by Krüger et al., chapter 7 (https://www.springer.com/de/book/9783319446479).

    Best,
    Max

    in reply to: Temperature effect on surface tension #5001
    mgaedtke
    Keymaster

    Hello Bhuttu,

    in theory, this should be possible by making the model constant G a function of the local temperature. I don’t know of any one who tried this before, although it sounds quite interesting. Feel free to report back on your findings. Looking forward!

    Best regards,
    Max

    in reply to: about Unit Converter #4987
    mgaedtke
    Keymaster

    Hi iJoker,

    I can only recommend to have a look in the text book of Krüger et al. https://www.springer.com/de/book/9783319446479. Chapter 7 is about dimensionalization of the Lattice Boltzmann Equation and on how to choose stable discretization parameters.

    Best,
    Max

    in reply to: custom STL, rename #4960
    mgaedtke
    Keymaster

    Hi iJoker,

    I just send you an email.

    Best,
    Max

Viewing 15 posts - 1 through 15 (of 46 total)