Sweeps for refilling cells (i.e. reinitializing PDFs) after the cell was converted from gas to interface.
#include "core/DataTypes.h"
#include "core/StringUtility.h"
#include "core/cell/Cell.h"
#include "core/debug/CheckFunctions.h"
#include "core/logging/Logging.h"
#include "core/math/Vector3.h"
#include "domain_decomposition/IBlock.h"
#include "field/GhostLayerField.h"
#include "lbm/field/PdfField.h"
#include "lbm/free_surface/FlagInfo.h"
#include "lbm/free_surface/dynamics/PdfRefillingModel.h"
#include "lbm/free_surface/surface_geometry/NormalSweep.h"
#include "stencil/D3Q6.h"
#include <functional>
#include <vector>
#include "PdfRefillingSweep.impl.h"
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede rik. henni g@fa u.de | |
walberla::free_surface | |