OpenLB 1.7
Loading...
Searching...
No Matches
functors3D.h
Go to the documentation of this file.
1/* This file is part of the OpenLB library
2 *
3 * Copyright (C) 2012 Lukas Baron, Mathias J. Krause, Albert Mink
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 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public
19 * License along with this program; if not, write to the Free
20 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 * Boston, MA 02110-1301, USA.
22*/
23
28#include "blockBaseF2D.h"
29#include "blockBaseF3D.h"
30#include "blockCalcF3D.h"
32#include "blockMin3D.h"
33#include "blockMax3D.h"
34#include "blockAverage3D.h"
36#include "blockLocalAverage3D.h"
38#include "reductionF3D.h"
39#include "blockReduction3D2D.h"
42#include "superBaseF3D.h"
43#include "superCalcF3D.h"
44#include "superConst3D.h"
46#include "superMin3D.h"
47#include "superMax3D.h"
48#include "superAverage3D.h"
50#include "superLocalAverage3D.h"
51#include "turbulentF3D.h"
52#include "superErrorNorm3D.h"
54#include "integral/integral3D.h"
56#include "superRoundingF3D.h"
57#include "blockRoundingF3D.h"
61#include "latticeExternal3D.h"
75#include "euklidNorm3D.h"
80#include "latticePorosity3D.h"
81#include "latticeField3D.h"
91#include "latticePhysField3D.h"
95#include "latticeCuboid3D.h"
96#include "latticeRank3D.h"
97#include "latticeGeometry3D.h"
100#include "latticeStrainRate3D.h"
101#include "latticeFlux3D.h"
103#include "latticeVelocity3D.h"
104#include "latticeDensity3D.h"
107#include "latticeDissipation3D.h"
108#include "latticeFpop3D.h"
110#include "particleIndicatorF3D.h"
112#include "blockStatisticF3D.h"
113#include "superStatisticF3D.h"
114#include "latticeCellList.h"
115//#include "blockStdDeviationF3D.h"
116//#include "superStdDeviationF3D.h"
Groups all include files for the directory functors/lattice/integral.
Groups all include files for the directory genericFunctions.