diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-13 13:11:05 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-13 13:11:05 +0200 |
| commit | 7220084ddae1f4c6007f5111913cb7f87a794657 (patch) | |
| tree | ab118dcda72d3fc85fb8087617705d76b647f62d /modules/core/c++/write_vtk.hpp | |
| parent | 919f5a625c5efeea94c0dd0de5039a27e77d3fac (diff) | |
| download | libs-lbm-7220084ddae1f4c6007f5111913cb7f87a794657.tar.gz | |
Renaming velocity to momentum. for now
Diffstat (limited to 'modules/core/c++/write_vtk.hpp')
| -rw-r--r-- | modules/core/c++/write_vtk.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/c++/write_vtk.hpp b/modules/core/c++/write_vtk.hpp index e852172..67e8a2f 100644 --- a/modules/core/c++/write_vtk.hpp +++ b/modules/core/c++/write_vtk.hpp @@ -115,7 +115,7 @@ struct lbm_vtk_writer<sch::Vector<T,D>> { return saw::make_void(); } static saw::error_or<void> apply(std::ostream& vtk_file, const saw::data<sch::Vector<T,D>>& field){ - static_assert(D > 0, "Non-dimensionality is bad for velocity."); + static_assert(D > 0, "Non-dimensionality is bad for momentum."); static_assert(D <= 3, "4th dimension as well. Mostly due to vtk."); // vtk_file<<"VECTORS "<<name<<" float\n"; |
