|
waLBerla 7.2
|
Geometrical helper functions for the bubble model.
#include "core/logging/Logging.h"#include "field/FlagField.h"#include "field/GhostLayerField.h"#include <limits>#include "Geometry.h"Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::free_surface |
| namespace | walberla::free_surface::bubble_model |
Functions | |
| template<typename Body_T > | |
| void | walberla::free_surface::bubble_model::addBodyToFillLevelField (StructuredBlockStorage &blockStorage, BlockDataID fillFieldID, const Body_T &body, bool isGas) |
| template<typename flag_t > | |
| void | walberla::free_surface::bubble_model::setFlagFieldFromFillLevels (FlagField< flag_t > *flagField, const GhostLayerField< real_t, 1 > *fillField, const FlagUID &liquid, const FlagUID &gas, const FlagUID &interFace) |
| template<typename flag_t , typename Stencil_T > | |
| bool | walberla::free_surface::bubble_model::checkForValidInterfaceLayer (const FlagField< flag_t > *flagField, const FlagUID &liquid, const FlagUID &gas, const FlagUID &interFace, bool printWarnings) |