waLBerla 7.2
|
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 | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | 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) |