waLBerla 7.2
|
Sweeps for refilling cells (i.e. reinitializing PDFs) after the cell was converted from gas to interface.
#include "core/DataTypes.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/Equilibrium.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 <set>
#include <vector>
#include "PdfRefillingSweep.h"
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::free_surface |