diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-14 23:43:54 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-14 23:43:54 +0200 |
| commit | 0e9322fe0d024a06f23430285a055c16cf1e3eeb (patch) | |
| tree | 657a33098c96b14c0e09748c6b9d4a7e9cd16160 /modules/core/c++/macroscopic.hpp | |
| parent | 0d15416f60491bd4d17bd8b45a9487c98b8132b0 (diff) | |
| parent | c634aac438972b7bafb5fbbeba7962d174cc0d03 (diff) | |
| download | libs-lbm-0e9322fe0d024a06f23430285a055c16cf1e3eeb.tar.gz | |
Merge branch 'dev'
Diffstat (limited to 'modules/core/c++/macroscopic.hpp')
| -rw-r--r-- | modules/core/c++/macroscopic.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/c++/macroscopic.hpp b/modules/core/c++/macroscopic.hpp index 19ab3e9..768fef0 100644 --- a/modules/core/c++/macroscopic.hpp +++ b/modules/core/c++/macroscopic.hpp @@ -28,6 +28,7 @@ void compute_rho_u ( } } + // TODO - Change to momentum, but that needs checks in every impacted function for(size_t i = 0; i < Desc::D; ++i){ vel().at({{i}}) = vel().at({{i}}) / rho().at({}); } |
