|
waLBerla 7.2
|
#include "blockforest/Initialization.h"#include "blockforest/communication/UniformBufferedScheme.h"#include "boundary/BoundaryHandling.h"#include "core/mpi/Environment.h"#include "core/mpi/MPIManager.h"#include "domain_decomposition/SharedSweep.h"#include "field/AddToStorage.h"#include "field/FlagField.h"#include "field/communication/PackInfo.h"#include "field/vtk/FlagFieldCellFilter.h"#include "field/vtk/VTKWriter.h"#include "lbm/boundary/NoSlip.h"#include "lbm/boundary/SimpleUBB.h"#include "lbm/communication/PdfFieldPackInfo.h"#include "lbm/field/AddToStorage.h"#include "lbm/field/PdfField.h"#include "lbm/lattice_model/D3Q19.h"#include "lbm/sweeps/CellwiseSweep.h"#include "lbm/vtk/Density.h"#include "lbm/vtk/Velocity.h"#include "stencil/D3Q27.h"#include "timeloop/SweepTimeloop.h"#include "vtk/VTKOutput.h"#include <cstdlib>Classes | |
| class | walberla::MyBoundaryHandling |
| Functor that is used to add a boundary handling object to each block. More... | |
Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
Typedefs | |
| using | walberla::UBB_T = lbm::SimpleUBB<LatticeModel_T, flag_t> |
| using | walberla::BoundaryHandling_T = BoundaryHandling<FlagField_T, Stencil_T, NoSlip_T, UBB_T> |
Functions | |
| const FlagUID | walberla::Fluid_Flag ("fluid") |
| const FlagUID | walberla::UBB_Flag ("velocity bounce back") |
| const FlagUID | walberla::NoSlip_Flag ("no slip") |
| void | walberla::setFlags (shared_ptr< StructuredBlockForest > &blocks, const BlockDataID &boundaryHandlingId) |
| Initialization function used for setting flags in the flag field. | |
| shared_ptr< vtk::VTKOutput > | walberla::createFluidFieldVTKWriter (shared_ptr< StructuredBlockForest > &blocks, const BlockDataID &pdfFieldId, const BlockDataID &flagFieldId) |
| Helper function for setting up a VTK output instance that generates output for the fluid field. | |
| int | walberla::main (int argc, char **argv) |
| Main Function ///. | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |