OpenLB 1.7
Loading...
Searching...
No Matches
core.h
Go to the documentation of this file.
1/* This file is part of the OpenLB library
2 *
3 * Copyright (C) 2021 Adrian Kummerlaender
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
24#include "platform/platform.h"
25
26#include "threadPool.h"
27
28#include "superData.h"
29#include "blockData.h"
30#include "cellIndexListD.h"
31#include "fieldArrayD.hh"
32#include "fieldParametersD.h"
33#include "superFieldArrayD.h"
34
35#include "blockStructure.h"
36#include "blockLattice.h"
37#include "superLattice.h"
39
40#include "cell.h"
41#include "cell.hh"
42
43#include "latticeStatistics.h"
44#include "postProcessing.h"
45#include "serializer.h"
46#include "singleton.h"
47
48#include "unitConverter.h"
52#include "adeUnitConverter.h"
53#include "adsorptionConverter.h"
54
55#include "genericVector.h"
56#include "scalarVector.h"
57#include "columnVector.h"
58#include "vector.h"
59#include "container.h"
60
61#include "olbInit.h"
Unit conversion handling for Advection-Diffusion Problmes – header file.
Definition of a LB cell – header file.
Definition of a LB cell – generic implementation.
Function to create a unitConverter with fractional timestep (and lattice size).
Interface for post-processing steps – header file.
LB initialisation routine – header file.
Interface for post-processing steps – header file.
Unit conversion handling – header file.
Unit conversion handling – header file.
Definition of singletons: global, publicly available information.
Dynamics for a generic 2D super data – header file.
Unit conversion handling – header file.
efficient implementation of a vector class