OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
dualDynamics.h File Reference

The description of optimization algorthims – header file. More...

#include "dualLbHelpers.h"
#include "utilities/vectorHelpers.h"
#include "dualDynamics.cse.h"
+ Include dependency graph for dualDynamics.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  olb::collision::DualPorousBGK
 
struct  olb::collision::DualPorousBGK::type< DESCRIPTOR, MOMENTA, EQUILIBRIUM >
 
class  olb::opti::DualForcedBGKdynamics< T, DESCRIPTOR, MOMENTA >
 Implementation of the dual BGK collision step with external force. More...
 
class  olb::opti::DualPorousBGKdynamics< T, DESCRIPTOR, MOMENTA >
 Implementation of the dual BGK collision step with external force. More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 
namespace  olb::collision
 
namespace  olb::opti
 All optimization code is contained in this namespace.
 

Typedefs

template<typename T , typename DESCRIPTOR , typename MOMENTA = momenta::BulkTuple>
using olb::DualPorousBGKDynamics
 

Detailed Description

The description of optimization algorthims – header file.

A collection of dynamics classes for dual LB methods (e.g.

dual BGK) with which a Cell object can be instantiated – header file.

Definition in file dualDynamics.h.