OpenLB 1.7
Loading...
Searching...
No Matches
descriptorAlias.h
Go to the documentation of this file.
1/* This file is part of the OpenLB library
2 *
3 * Copyright (C) 2019 Mathias J. Krause, Tom Braun, Jonas Latt,
4 * Adrian Kummerländer, Patrick Nathen, Andrea Parmigiani,
5 * Orestis Malaspinas, Albert Mink, Marc Haussmann, Davide Dapelo
6 * E-mail contact: info@openlb.net
7 * The most recent release of OpenLB can be downloaded at
8 * <http://www.openlb.net/>
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version 2
13 * of the License, or (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public
21 * License along with this program; if not, write to the Free
22 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 * Boston, MA 02110-1301, USA.
24*/
25
26#ifndef DESCRIPTOR_ALIAS_H
27#define DESCRIPTOR_ALIAS_H
28
29
30#include "latticeDescriptors.h"
32#include "rtlbmDescriptors.h"
33#include "cum.h"
34
35#include <vector>
36
37namespace olb {
38
39namespace descriptors {
40
41
48
49
53
54
81
82
86
87
97
98
102
103
106
107
112
113
129
130// Kalman filter : Adaptive exponential smoothing //
131// 3D Descriptors for flow with Shear-Improved Smagorinsky - Kalman Filter
132// Boudet et al. (2016) A Kalman filter adapted of the estimation of mean gradients
133// in the a large-eddy simulation of unsteady turbulent flows.
135
155
156
160
161
173}
174
175}
176
177#endif
Descriptor for all types of 2D and 3D lattices.
DESCRIPTORBASE for all types of 2D and 3D lattices.
Top level namespace for all of OpenLB.
– header file