![]() |
OpenLB 1.8.1
|
#include <vector>#include "superBaseF2D.h"#include "core/superLattice2D.h"#include "indicator/superIndicatorBaseF2D.h"#include "utilities/functorPtr.h"#include "blockBaseF2D.h"#include "geometry/blockGeometry.h"#include "indicator/blockIndicatorF2D.h"#include "dynamics/porousBGKdynamics.h"
Include dependency graph for latticePhysVelocity2D.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | olb::SuperLatticePhysVelocity2D< T, DESCRIPTOR > |
| functor to get pointwise phys velocity on local lattice More... | |
| class | olb::BlockLatticePhysVelocity2D< T, DESCRIPTOR > |
| BlockLatticePhysVelocity2D 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::SuperLatticePhysVelocity2D (SuperLattice< T, DESCRIPTOR > &, const UnitConverter< T, DESCRIPTOR > &) -> SuperLatticePhysVelocity2D< T, DESCRIPTOR > | |