OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces
blockBaseF2D.h File Reference
#include "functors/genericF.h"
#include "core/blockData.h"
#include "core/blockStructure.h"
#include "core/unitConverter.h"
#include <fstream>
#include <memory>
+ Include dependency graph for blockBaseF2D.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  olb::BlockF2D< T >
 represents all functors that operate on a cuboid in general, mother class of BlockLatticeF, .. More...
 
class  olb::BlockDataF2D< T, BaseType >
 BlockDataF2D can store data of any BlockFunctor2D. More...
 
class  olb::BlockIdentity2D< T >
 identity functor More...
 
class  olb::BlockExtractComponentF2D< T >
 functor to extract one component More...
 
class  olb::BlockExtractComponentIndicatorF2D< T >
 functor to extract one component inside an indicator More...
 
class  olb::BlockExtractIndicatorF2D< T >
 functor to extract data inside an indicator More...
 
class  olb::BlockLatticeF2D< T, DESCRIPTOR >
 represents all functors that operate on a DESCRIPTOR in general, e.g. getVelocity(), getForce(), getPressure() More...
 
class  olb::BlockLatticeIdentity2D< T, DESCRIPTOR >
 identity functor More...
 
class  olb::BlockLatticePhysF2D< T, DESCRIPTOR >
 represents all functors that operate on a DESCRIPTOR with output in Phys, e.g. physVelocity(), physForce(), physPressure() More...
 
class  olb::BlockLatticeThermalPhysF2D< T, DESCRIPTOR, TDESCRIPTOR >
 represents all thermal functors that operate on a DESCRIPTOR with output in Phys, e.g. physTemperature(), physHeatFlux() More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.