$treeview $search $mathjax
Palabos  Version 1.1
$projectbrief
$projectbrief
$searchbox

isoThermalDynamics.h File Reference

#include "core/globalDefs.h"
#include "core/dynamics.h"
Include dependency graph for isoThermalDynamics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plb::IsoThermalBulkDynamics< T, Descriptor >
 Common base iso-thermal (or athermal) bulk dynamics. More...
class  plb::BGKdynamics< T, Descriptor >
 Implementation of O(Ma^2) BGK dynamics. More...
class  plb::StoreRhoBarJBGKdynamics< T, Descriptor >
class  plb::ExternalMomentBGKdynamics< T, Descriptor >
 Implementation of O(Ma^2) BGK dynamics, density and momentum taken from external scalars. More...
class  plb::ExternalVelocityBGKdynamics< T, Descriptor >
 Implementation of O(Ma^2) BGK dynamics, velocity taken from external scalar. More...
class  plb::QuasiIncBGKdynamics< T, Descriptor >
 Implementation of quasi-incompressible BGK dynamics. More...
class  plb::IncBGKdynamics< T, Descriptor >
 Implementation of incompressible BGK dynamics. More...
class  plb::ConstRhoBGKdynamics< T, Descriptor >
 Implementation of O(Ma^2) BGK dynamics with constant average density. More...
class  plb::RLBdynamics< T, Descriptor >
 Generic implementation of the Regularized BGK dynamics. More...
class  plb::RegularizedBGKdynamics< T, Descriptor >
 Implementation of O(Ma^2) regularized BGK dynamics. More...
class  plb::IncRegularizedBGKdynamics< T, Descriptor >
 Implementation of O(Ma^2) Regularized BGK dynamics without the 1/rho in front of the non-linear term. More...
class  plb::ExternalMomentRegularizedBGKdynamics< T, Descriptor >
 Implementation of O(Ma^2) BGK dynamics, density and momentum taken from external scalars. More...
class  plb::ChopardDynamics< T, Descriptor >
 Implementation of O(Ma^2) BGK dynamics with adjustable speed of sound. More...
class  plb::PrecondBGKdynamics< T, Descriptor >
 Implementation of O(Ma^2) BGK dynamics with preconditioning. More...

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.



Detailed Description

A collection of dynamics classes (e.g. BGK) with which a Cell object can be instantiated -- header file.