Skip to content
  • Martin Bauer's avatar
    [API] New interface for lattice model generation · 569cc1d8
    Martin Bauer authored
    - previously a LatticeBoltzmannMethod object was required to generate
      a lattice model for waLBerla
    - problem: output fields, smagorinsky, entropic additions are only done
      when coverting the method to a collision rule
    - the new interface now takes a collision rule instead of a LB method
    
    to adapt your app have a look at example usage in
    walberla/tests/lbm/codegen
    569cc1d8