aboutsummaryrefslogtreecommitdiff
path: root/src/boundary_conditions.h
blob: 6b7de19ae6084d33c4053cf99477e06fab44b6eb (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "vector.h"
#include "data_cell_buffer.h"

void computeWallCell(DataCellBuffer& pop, Vector<std::size_t> cell, Vector<int> normal);

void computeZouHeVelocityWallCell(DataCellBuffer& pop, Vector<std::size_t> cell, Vector<int> normal, double vX);