#pragma once #include "vector.h" #include "data_cell_buffer.h" void computeWallCell(DataCellBuffer& pop, Vector cell, Vector normal); void computeMovingWallCell(DataCellBuffer& pop, Vector cell, Vector normal, Vector u); void computeZouHeVelocityWallCell(DataCellBuffer& pop, Vector cell, Vector normal, double vX);