![]() |
OpenLB 1.8.1
|
#include <vector>#include "superBaseF3D.h"#include "superCalcF3D.h"#include "functors/analytical/indicator/indicatorBaseF3D.h"#include "blockBaseF3D.h"#include "geometry/blockGeometry.h"#include "indicator/blockIndicatorBaseF3D.h"#include "dynamics/smagorinskyBGKdynamics.h"#include "dynamics/porousBGKdynamics.h"
Include dependency graph for latticePhysVelocity3D.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | olb::SuperLatticePhysVelocity3D< T, DESCRIPTOR > |
| functor to get pointwise phys velocity on local lattice More... | |
| class | olb::BlockLatticePhysVelocity3D< T, DESCRIPTOR > |
| functor returns pointwise phys velocity on local lattice More... | |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
Functions | |
| template<typename T , typename DESCRIPTOR > | |
| olb::SuperLatticePhysVelocity3D (SuperLattice< T, DESCRIPTOR > &, const UnitConverter< T, DESCRIPTOR > &, bool) -> SuperLatticePhysVelocity3D< T, DESCRIPTOR > | |