summaryrefslogtreecommitdiff
path: root/modules/core/c++/component/psm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/c++/component/psm.hpp')
-rw-r--r--modules/core/c++/component/psm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/c++/component/psm.hpp b/modules/core/c++/component/psm.hpp
index cada53c..5832760 100644
--- a/modules/core/c++/component/psm.hpp
+++ b/modules/core/c++/component/psm.hpp
@@ -39,7 +39,7 @@ public:
auto& porous_f = macros.template get<"porosity">();
auto& rho_f = macros.template get<"density">();
- auto& vel_f = macros.template get<"velocity">();
+ auto& vel_f = macros.template get<"momentum">();
saw::data<sch::Scalar<T>>& rho = rho_f.at(index);
saw::data<sch::Vector<T,Descriptor::D>>& vel = vel_f.at(index);