waLBerla 7.2
|
Handles the surface geometry (normal and curvature computation) by creating fields and adding sweeps.
#include "core/StringUtility.h"
#include "domain_decomposition/StructuredBlockStorage.h"
#include "field/AddToStorage.h"
#include "field/FlagField.h"
#include "lbm/blockforest/communication/SimpleCommunication.h"
#include "lbm/free_surface/BlockStateDetectorSweep.h"
#include "lbm/free_surface/FlagInfo.h"
#include "stencil/D2Q9.h"
#include "stencil/D3Q27.h"
#include "timeloop/SweepTimeloop.h"
#include <type_traits>
#include <vector>
#include "CurvatureModel.h"
Classes | |
class | walberla::free_surface::SurfaceGeometryHandler< LatticeModel_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 |