waLBerla 7.2
|
#include "blockforest/all.h"
#include "core/all.h"
#include "domain_decomposition/all.h"
#include "field/all.h"
#include "geometry/all.h"
#include "lbm/all.h"
#include "lbm_generated/field/PdfField.h"
#include "lbm_generated/field/AddToStorage.h"
#include "lbm_generated/evaluation/PerformanceEvaluation.h"
#include "lbm_generated/communication/UniformGeneratedPdfPackInfo.h"
#include "mesh_common/DistanceComputations.h"
#include "mesh_common/DistanceFunction.h"
#include "mesh_common/MatrixVectorOperations.h"
#include "mesh_common/MeshIO.h"
#include "mesh_common/MeshOperations.h"
#include "mesh_common/TriangleMeshes.h"
#include "mesh_common/distance_octree/DistanceOctree.h"
#include "mesh_common/vtk/CommonDataSources.h"
#include "mesh_common/vtk/VTKMeshWriter.h"
#include "mesh/blockforest/BlockForestInitialization.h"
#include "mesh/boundary/BoundaryInfo.h"
#include "mesh/boundary/BoundaryLocation.h"
#include "mesh/boundary/BoundaryLocationFunction.h"
#include "mesh/boundary/BoundarySetup.h"
#include "mesh/boundary/BoundaryUIDFaceDataSource.h"
#include "mesh/boundary/ColorToBoundaryMapper.h"
#include "mesh_common/MeshBodyWallDistanceCallback.h"
#include "python_coupling/CreateConfig.h"
#include "python_coupling/DictWrapper.h"
#include "python_coupling/PythonCallback.h"
#include "timeloop/all.h"
#include "InfoHeader.h"
Classes | |
class | walberla::BoundarySetup |
struct | walberla::BoundarySetup::DirectionHandler |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
Typedefs | |
using | walberla::StorageSpecification_T = lbm::LBComplexGeometryStorageSpecification |
using | walberla::LBMCommunicationStencil_T = StorageSpecification_T::CommunicationStencil |
using | walberla::LBMPackInfo_T = lbm_generated::UniformGeneratedPdfPackInfo< PdfField_T > |
using | walberla::SweepCollection_T = lbm::LBComplexGeometrySweepCollection |
using | walberla::Mesh_T = mesh::TriangleMesh |
using | walberla::BoundaryCollection_T = lbm::LBComplexGeometryBoundaryCollection< FlagField_T > |
Functions | |
template<typename T > | |
flag_t | walberla::flag_c (T t) |
const FlagUID | walberla::FluidFlagUID ("Fluid") |
const FlagUID | walberla::NoSlipFlagUID ("NoSlip") |
const FlagUID | walberla::NoSlipQBBFlagUID ("NoSlipQBB") |
const FlagUID | walberla::MeshObjNoSlipQBBFlagUID ("ObjNoSlipQBB") |
const FlagUID | walberla::FreeSlipFlagUID ("FreeSlip") |
const FlagUID | walberla::UBBFlagUID ("UBB") |
const FlagUID | walberla::OutflowFlagUID ("Outflow") |
const BoundaryUID | walberla::NoSlipBoundaryUID ("NoSlip") |
template<typename MeshType > | |
void | walberla::vertexToFaceColor (MeshType &mesh, const typename MeshType::Color &defaultColor) |
[vertexToFaceColor] | |
int | walberla::main (int argc, char **argv) |
Main Function ///. | |
int | main (int argc, char **argv) |
Variables | |
constexpr uint_t | walberla::FieldGhostLayer {1} |
std::unordered_map< std::string, FlagUID > | walberla::flagMap |
auto | walberla::velocityCallback |
auto | walberla::wallDistanceCallback |
int main | ( | int | argc, |
char ** | argv ) |