aboutsummaryrefslogtreecommitdiff
path: root/src/boundary_conditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boundary_conditions.h')
-rw-r--r--src/boundary_conditions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boundary_conditions.h b/src/boundary_conditions.h
index 6b7de19..5f528e1 100644
--- a/src/boundary_conditions.h
+++ b/src/boundary_conditions.h
@@ -5,4 +5,6 @@
void computeWallCell(DataCellBuffer& pop, Vector<std::size_t> cell, Vector<int> normal);
+void computeMovingWallCell(DataCellBuffer& pop, Vector<std::size_t> cell, Vector<int> normal, Vector<double> u);
+
void computeZouHeVelocityWallCell(DataCellBuffer& pop, Vector<std::size_t> cell, Vector<int> normal, double vX);