summaryrefslogtreecommitdiff
path: root/lib/core/c++/geometry
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/c++/geometry')
-rw-r--r--lib/core/c++/geometry/poiseulle_channel.hpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/core/c++/geometry/poiseulle_channel.hpp b/lib/core/c++/geometry/poiseulle_channel.hpp
deleted file mode 100644
index f719ec4..0000000
--- a/lib/core/c++/geometry/poiseulle_channel.hpp
+++ /dev/null
@@ -1,22 +0,0 @@
-#pragma once
-
-#include "../geometry.hpp"
-
-namespace kel {
-namespace lbm {
-namespace cmpt {
-struct PoiseulleChannel;
-}
-
-template<typename Schema, typename Desc, typename Encode>
-class component<Schema, Desc, cmpt::PoiseulleChannel, Encode> final {
-private:
-public:
- template<typename CellFieldSchema>
- void apply(saw::data<CellFieldSchema,Encode>& field, const saw::data<sch::FixedArraysch::UInt64,Desc::D>){
- auto& info_f = field.template get<"info">();
- }
-};
-
-}
-}