OpenLB 1.8.1
Loading...
Searching...
No Matches
interpolatedConvection.h
Go to the documentation of this file.
1/* This file is part of the OpenLB library
2 *
3 * Copyright (C) 2024 Yuji Shimojima
4 * E-mail contact: info@openlb.net
5 * The most recent release of OpenLB can be downloaded at
6 * <http://www.openlb.net/>
7 *
8 * Generic version of the collision, which modifies the particle
9 * distribution functions, by Orestis Malaspinas.
10 *
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version 2
14 * of the License, or (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public
22 * License along with this program; if not, write to the Free
23 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 * Boston, MA 02110-1301, USA.
25*/
26#ifndef OLB_BOUNDARY_INTERPOLATED_CONVECTION_H_
27#define OLB_BOUNDARY_INTERPOLATED_CONVECTION_H_
28
29namespace olb {
30
31namespace boundary {
32
33template <concepts::BaseType T, concepts::LatticeDescriptor DESCRIPTOR>
35
36}
37
38} // namespace olb
39
40#endif // OLB_BOUNDARY_INTERPOLATED_CONVECTION_H_
Top level namespace for all of OpenLB.