summaryrefslogtreecommitdiff
path: root/lib/core/c++/hlbm.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-02-20 17:46:58 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-02-20 17:46:58 +0100
commitb330a03a1088d5cdeaa6dd7893b38e5c4ef0a9e7 (patch)
tree9188d9bca15917b5e1ded0a9f3d0f335381d9ccf /lib/core/c++/hlbm.hpp
parentcb514e099515934322d9400d559a65b831cf4c5f (diff)
downloadlibs-lbm-b330a03a1088d5cdeaa6dd7893b38e5c4ef0a9e7.tar.gz
Adding PSM component to default include. Porosity in HLBM reset turned
off
Diffstat (limited to 'lib/core/c++/hlbm.hpp')
-rw-r--r--lib/core/c++/hlbm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/c++/hlbm.hpp b/lib/core/c++/hlbm.hpp
index 4afe274..41e2e27 100644
--- a/lib/core/c++/hlbm.hpp
+++ b/lib/core/c++/hlbm.hpp
@@ -60,7 +60,7 @@ public:
dfs_old_f.at(index).at({i}) = dfs_old_f.at(index).at({i}) + frequency_ * (eq.at(i) - dfs_old_f.at(index).at({i}));
}
- porosity.at({}) = 1.0;
+ // porosity.at({}) = 1.0;
D.at({}) = 0.0;
}
};