waLBerla 7.2
|
Sweep for reconstruction of PDFs, streaming of PDFs (only in interface cells), advection of mass, update of bubble volumes and marking interface cells for conversion.
#include "core/DataTypes.h"
#include "core/math/Vector3.h"
#include "core/mpi/Reduce.h"
#include "core/timing/TimingPool.h"
#include "field/FieldClone.h"
#include "field/FlagField.h"
#include "lbm/free_surface/FlagInfo.h"
#include "lbm/free_surface/bubble_model/BubbleModel.h"
#include "lbm/sweeps/StreamPull.h"
#include "PdfReconstructionModel.h"
#include "functionality/AdvectMass.h"
#include "functionality/FindInterfaceCellConversion.h"
#include "functionality/GetOredNeighborhood.h"
#include "functionality/ReconstructInterfaceCellABB.h"
Classes | |
class | walberla::free_surface::StreamReconstructAdvectSweep< LatticeModel_T, BoundaryHandling_T, FlagField_T, FlagInfo_T, ScalarField_T, VectorField_T, useCodegen > |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::free_surface |