LUMA
LUMA copied to clipboard
Public-facing repository for the open-source project Lattice-Boltzmann @ The University of Manchester (LUMA).
``` In file included from ../../../src/../inc/stdafx.h:205, from ../../../src/BFLBody.cpp:23: ../../../src/../inc/GridManager.h:59:28: error: 'L_NUM_LEVELS' was not declared in this scope 59 | int global_size[3][L_NUM_LEVELS * L_NUM_REGIONS + 1]; | ^~~~~~~~~~~~ ../../../src/../inc/GridManager.h:59:43: error: 'L_NUM_REGIONS'...
Once the tests work again (#27), they should be set up to run automatically, for example with GitHub Actions.
The tests no longer run, as they have not kept up with changes in the rest of the codebase. They should be updated to match the current code.
Fixes: https://github.com/cfdemons/LUMA/issues/24
Apparently the needed header has been forgotten? ``` make: Entering directory `/opt/local/var/macports/build/_opt_PPCRosettaPorts_science_luma/luma/work/LUMA-1.7.12/LUMA' mkdir -p obj mpicxx-mpich-gcc12 -O3 -std=c++0x -w -fopenmp -I/include -c -o obj/BFLBody.o src/BFLBody.cpp mpicxx-mpich-gcc12 -O3 -std=c++0x -w -fopenmp...
Whether the flexible plate's stress or strain can be obtained in LUMA? Such as the example of a 2D Cylinder with Flexible Filament and a rigid cylinder with an attached...
Hello, Hope you are doing well. I have a doubt regarding the usage of Gravity force. Can we simulate flexible filaments (pinned) and subjected to uniform flow and gravity turned...
Hello, hope you are all doing well. Previously there had been an issue regarding giving prescribed motion to rigid bodies which was answered. We implemented it in code and are...
Hi, I have to assign some motion in y to a flexible filament, and the filament's x position has to be determined dynamically. Everything works fine, but as filament enters...
It would be a useful feature to be able to move / rotate IBM structures with a given velocity function. The IBM code would need an upgrade to allow this...