OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces
blockBaseF3D.h File Reference
#include "functors/genericF.h"
#include "core/blockData.h"
#include "core/blockStructure.h"
#include "core/unitConverter.h"
#include <memory>
+ Include dependency graph for blockBaseF3D.h:

Go to the source code of this file.

Classes

class  olb::BlockF3D< T >
 represents all functors that operate on a cuboid in general, mother class of BlockLatticeF, .. More...
 
class  olb::BlockDataF3D< T, BaseType >
 BlockDataF3D can store data of any BlockFunctor3D. More...
 
class  olb::BlockIdentity3D< T >
 identity functor More...
 
class  olb::BlockExtractComponentF3D< T >
 functor to extract one component More...
 
class  olb::BlockExtractComponentIndicatorF3D< T >
 functor to extract one component inside an indicator More...
 
class  olb::BlockExtractIndicatorF3D< T >
 functor to extract data inside an indicator More...
 
class  olb::BlockTypecastF3D< T, T2 >
 perform explicit typecast from output type T2 to T More...
 
class  olb::BlockLatticeF3D< T, DESCRIPTOR >
 represents all functors that operate on a DESCRIPTOR in general, e.g. getVelocity(), getForce(), getPressure() More...
 
class  olb::BlockLatticeIdentity3D< T, DESCRIPTOR >
 identity functor More...
 
class  olb::BlockLatticePhysF3D< T, DESCRIPTOR >
 represents all functors that operate on a DESCRIPTOR with output in Phys, e.g. physVelocity(), physForce(), physPressure() More...
 
class  olb::BlockLatticeThermalPhysF3D< 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.