#include "blockforest/all.h"
#include "core/all.h"
#include "domain_decomposition/all.h"
#include "field/all.h"
#include "geometry/all.h"
#include "lbm/boundary/factories/DefaultBoundaryHandling.h"
#include "lbm/field/AddToStorage.h"
#include "lbm/field/PdfField.h"
#include "lbm/field/initializer/all.h"
#include "lbm/vtk/VTKOutput.h"
#include "timeloop/all.h"
#include "SRTLatticeModel.h"
#include "SRTPackInfo.h"
Classes | |
struct | walberla::ShearFlowInit |
Shear Flow Initialization Functor ///. More... | |
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede rik. henni g@fa u.de | |
Typedefs | |
using | walberla::LatticeModel_T = lbm::SRTLatticeModel |
Typedef Aliases ///. More... | |
typedef pystencils::SRTPackInfo | walberla::PackInfo_T |
Typedef Aliases ///. More... | |
using | walberla::Stencil_T = LatticeModel_T::Stencil |
using | walberla::CommunicationStencil_T = LatticeModel_T::CommunicationStencil |
using | walberla::PdfField_T = lbm::PdfField< LatticeModel_T > |
[typedefs] More... | |
using | walberla::flag_t = walberla::uint8_t |
using | walberla::FlagField_T = FlagField< flag_t > |
typedef lbm::DefaultBoundaryHandlingFactory< LatticeModel_T, FlagField_T > | walberla::BHFactory |
Functions | |
int | walberla::main (int argc, char **argv) |
Main Function ///. More... | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |