waLBerla 7.2
|
Sweep for detecting cells that need to be converted to interface to obtain a smooth wetting interface.
#include "blockforest/StructuredBlockForest.h"
#include "core/math/Constants.h"
#include "domain_decomposition/BlockDataID.h"
#include "field/FlagField.h"
#include "stencil/D2Q4.h"
#include "stencil/D3Q19.h"
#include <type_traits>
#include <vector>
#include "ContactAngle.h"
#include "Utility.h"
Classes | |
class | walberla::free_surface::DetectWettingSweep< Stencil_T, BoundaryHandling_T, FlagField_T, ScalarField_T, VectorField_T > |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::free_surface |