Calculate the mass advection for a single interface cell.
#include "core/Abort.h"
#include "core/logging/Logging.h"
#include "core/timing/TimingPool.h"
#include "domain_decomposition/IBlock.h"
#include "lbm/field/MacroscopicValueCalculation.h"
#include "lbm/field/PdfField.h"
#include "lbm/free_surface/FlagInfo.h"
#include "lbm/free_surface/bubble_model/BubbleModel.h"
#include <type_traits>
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
walberla::free_surface | |
Functions | |
template<typename LatticeModel_T , typename FlagField_T , typename ConstScalarIt_T , typename ConstPdfIt_T , typename ConstFlagIt_T , typename ConstNeighIt_T , typename FlagInfo_T > | |
real_t | walberla::free_surface::advectMass (const FlagField_T *flagField, const ConstScalarIt_T &fillSrc, const ConstPdfIt_T &pdfFieldIt, const ConstFlagIt_T &flagFieldIt, const ConstNeighIt_T &neighIt, const FlagInfo_T &flagInfo, bool useSimpleMassExchange) |