#include "LBMProblem.h"
#include "LBMD3Q19.h"
#include "LBMStdProblem.h"
#include "F77Interfaces/F77GFMBoundary.h"
#include "AMRELCGFMSolver.h"
#include "LBMGFMBoundary.h"
#include "Interfaces/SchemeGFMFileOutput.h"
Go to the source code of this file.
Classes | |
class | PathPointSourceCtrl |
class | LBMSpecific |
class | InitialConditionSpecific |
class | BoundaryConditionsSpecific |
class | LBMELCGFMBoundary< LBMType, dim > |
class | SolverObjects |
class | PointCloudCtrl2 |
class | FluidSolverSpecific |
Defines | |
#define | DIM 3 |
#define | MaxIntPoints (20) |
#define | MaxIntPoints_init (3) |
#define | OWN_LBMSCHEME |
#define | OWN_AMRSOLVER |
#define | OWN_INITIALCONDITION |
#define | OWN_BOUNDARYCONDITION |
#define | PATH_LOG |
#define | maxPathlines 3 |
#define | maxPathLength 1000 |
#define | maxPointClouds 3 |
#define | tol 1.0e-5 |
#define | MAXVEL 100.0 |
Typedefs | |
typedef double | DataType |
typedef LBMD3Q19< DataType > | LBMType |
#define DIM 3 |
#define MaxIntPoints (20) |
#define MaxIntPoints_init (3) |
Referenced by PointCloudCtrl2::register_at().
#define maxPathLength 1000 |
Referenced by PathPointSourceCtrl::PathPointSourceCtrl().
#define maxPathlines 3 |
#define maxPointClouds 3 |
#define MAXVEL 100.0 |
#define OWN_AMRSOLVER |
#define OWN_BOUNDARYCONDITION |
#define OWN_INITIALCONDITION |
#define OWN_LBMSCHEME |
#define PATH_LOG |
#define tol 1.0e-5 |
typedef double DataType |