lettucecfd / lettuce

Computational Fluid Dynamics based on PyTorch and the Lattice Boltzmann Method
MIT License
223 stars 39 forks source link

move boundaries back to lt.Flow #199

Closed PhiSpel closed 3 months ago

PhiSpel commented 4 months ago

lt.Object is a prime example that the boundaries list is better off in lt.Flow, where flow._mask defines the boundary position. This would be possible in flow, but moves the boundary definition into the main file, which bloats it unnecessarily.