summaryrefslogtreecommitdiff
path: root/src/boundary/advectionDiffusionBoundaryCondition2D.hh
blob: 0c8397d58da8af969609b0c14ca307108339e22c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
/*  This file is part of the OpenLB library
 *
 *  Copyright (C) 2008 Orestis Malaspinas, Andrea Parmigiani
 *  E-mail contact: info@openlb.net
 *  The most recent release of OpenLB can be downloaded at
 *  <http://www.openlb.net/>
 *
 *  This program is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU General Public License
 *  as published by the Free Software Foundation; either version 2
 *  of the License, or (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public
 *  License along with this program; if not, write to the Free
 *  Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 *  Boston, MA  02110-1301, USA.
*/

/** \file
 * A helper for initialising 2D boundaries -- generic implementation.
 */
#ifndef ADVECTION_DIFFUSION_BOUNDARY_CONDITION_2D_HH
#define ADVECTION_DIFFUSION_BOUNDARY_CONDITION_2D_HH

#include "advectionDiffusionBoundaries.h"
#include "advectionDiffusionBoundaries.hh"
#include "advectionDiffusionMomentaOnBoundaries.h"
#include "advectionDiffusionMomentaOnBoundaries.hh"
#include "advectionDiffusionBoundaryCondition2D.h"
#include "advectionDiffusionBoundaryInstantiator2D.h"
#include "functors/lattice/indicator/blockIndicatorF2D.h"


namespace olb {


////////// AdvectionDiffusionBoundaryManager2D /////////////////////////////////////////

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int direction, int orientation>
Momenta<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::getTemperatureBoundaryMomenta()
{
  return new EquilibriumBM<T,DESCRIPTOR>;
  // return new RegularizedTemperatureBM<T,DESCRIPTOR,direction,orientation>;
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int direction, int orientation>
Dynamics<T,DESCRIPTOR>* AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getTemperatureBoundaryDynamics(T omega, Momenta<T,DESCRIPTOR>& momenta)
{
  return new AdvectionDiffusionBoundariesDynamics<T,DESCRIPTOR,MixinDynamics,direction,orientation>(omega, momenta);
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int direction, int orientation>
PostProcessorGenerator2D<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getTemperatureBoundaryProcessor(int x0, int x1, int y0, int y1)
{
  return nullptr;
}

//==================  Corners ================================

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int xNormal, int yNormal>
Momenta<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::getTemperatureCornerMomenta()
{
  return new EquilibriumBM<T,DESCRIPTOR>;
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int xNormal, int yNormal>
Dynamics<T,DESCRIPTOR>* AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getTemperatureCornerDynamics(T omega, Momenta<T,DESCRIPTOR>& momenta)
{
  return new AdvectionDiffusionCornerDynamics2D<T,DESCRIPTOR,MixinDynamics,xNormal,yNormal>(omega, momenta);
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int xNormal, int yNormal>
PostProcessorGenerator2D<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getTemperatureCornerProcessor(int x, int y)
{
  return nullptr;
}



template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int direction, int orientation>
Momenta<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::getRegularizedTemperatureBoundaryMomenta()
{
  return new RegularizedTemperatureBM<T,DESCRIPTOR,direction,orientation>;
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int direction, int orientation>
Dynamics<T,DESCRIPTOR>* AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getRegularizedTemperatureBoundaryDynamics(T omega, Momenta<T,DESCRIPTOR>& momenta)
{
  return new CombinedAdvectionDiffusionRLBdynamics<T,DESCRIPTOR,MixinDynamics>(omega, momenta);
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int direction, int orientation>
PostProcessorGenerator2D<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getRegularizedTemperatureBoundaryProcessor(int x0, int x1, int y0, int y1)
{
  return nullptr;
}

//==================  Corners ================================

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int xNormal, int yNormal>
Momenta<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::getRegularizedTemperatureCornerMomenta()
{
  return new EquilibriumBM<T,DESCRIPTOR>;
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int xNormal, int yNormal>
Dynamics<T,DESCRIPTOR>* AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getRegularizedTemperatureCornerDynamics(T omega, Momenta<T,DESCRIPTOR>& momenta)
{
  return new AdvectionDiffusionCornerDynamics2D<T,DESCRIPTOR,MixinDynamics,xNormal,yNormal>(omega, momenta);
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int xNormal, int yNormal>
PostProcessorGenerator2D<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getRegularizedTemperatureCornerProcessor(int x, int y)
{
  return nullptr;
}

////////// Convenience wrappers for boundary functions ////////////////////////

template<typename T, typename DESCRIPTOR>
void OnLatticeAdvectionDiffusionBoundaryCondition2D<T, DESCRIPTOR>::addTemperatureBoundary(
  BlockGeometryStructure2D<T>& blockGeometryStructure, int material,
  int x0, int x1, int y0, int y1, T omega)
{
  BlockIndicatorMaterial2D<T> indicator(blockGeometryStructure, material);
  addTemperatureBoundary(indicator, x0, x1, y0, y1, omega);
}

template<typename T, typename DESCRIPTOR>
void OnLatticeAdvectionDiffusionBoundaryCondition2D<T, DESCRIPTOR>::addTemperatureBoundary(
  BlockIndicatorF2D<T>& indicator, T omega, bool includeOuterCells)
{
  auto& blockGeometryStructure = indicator.getBlockGeometryStructure();
  const int margin = includeOuterCells ? 0 : 1;
  addTemperatureBoundary(indicator,
                         margin, blockGeometryStructure.getNx()-1 -margin,
                         margin, blockGeometryStructure.getNy()-1 -margin,
                         omega);
}

template<typename T, typename DESCRIPTOR>
void OnLatticeAdvectionDiffusionBoundaryCondition2D<T, DESCRIPTOR>::addTemperatureBoundary(
  BlockGeometryStructure2D<T>& blockGeometryStructure, int material,
  T omega, bool includeOuterCells)
{
  BlockIndicatorMaterial2D<T> indicator(blockGeometryStructure, material);
  addTemperatureBoundary(indicator, omega, includeOuterCells);
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int direction, int orientation>
Momenta<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::getRegularizedHeatFluxBoundaryMomenta(T *heatFlux)
{
  return new RegularizedHeatFluxBM<T,DESCRIPTOR,direction,orientation>(heatFlux);
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int direction, int orientation>
Dynamics<T,DESCRIPTOR>* AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getRegularizedHeatFluxBoundaryDynamics(T omega, Momenta<T,DESCRIPTOR>& momenta)
{
  return new CombinedAdvectionDiffusionRLBdynamics<T,DESCRIPTOR,MixinDynamics>(omega, momenta);
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int direction, int orientation>
PostProcessorGenerator2D<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getRegularizedHeatFluxBoundaryProcessor(int x0, int x1, int y0, int y1)
{
  return nullptr;
}

//==================  Corners ================================

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int xNormal, int yNormal>
Momenta<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::getRegularizedHeatFluxCornerMomenta()
{
  return new EquilibriumBM<T,DESCRIPTOR>;
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int xNormal, int yNormal>
Dynamics<T,DESCRIPTOR>* AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getRegularizedHeatFluxCornerDynamics(T omega, Momenta<T,DESCRIPTOR>& momenta)
{
  return new AdvectionDiffusionCornerDynamics2D<T,DESCRIPTOR,MixinDynamics,xNormal,yNormal>(omega, momenta);
}

template<typename T, typename DESCRIPTOR, class MixinDynamics>
template<int xNormal, int yNormal>
PostProcessorGenerator2D<T,DESCRIPTOR>*
AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR,MixinDynamics>::
getRegularizedHeatFluxCornerProcessor(int x, int y)
{
  return nullptr;
}


////////// Factory functions //////////////////////////////////////////////////

template<typename T, typename DESCRIPTOR, typename MixinDynamics>
OnLatticeAdvectionDiffusionBoundaryCondition2D<T,DESCRIPTOR>*
createAdvectionDiffusionBoundaryCondition2D(BlockLatticeStructure2D<T,DESCRIPTOR>& block)
{
  return new AdvectionDiffusionBoundaryConditionInstantiator2D<T, DESCRIPTOR,
         AdvectionDiffusionBoundaryManager2D<T,DESCRIPTOR, MixinDynamics> > (block);
}

template<