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

NLD_boundaryDynamics3D.hh File Reference

#include "boundaryCondition/NLD_boundaryDynamics3D.h"
#include "boundaryCondition/boundaryTemplates.h"
#include "core/cell.h"
#include "finiteDifference/fdStencils1D.h"
Include dependency graph for NLD_boundaryDynamics3D.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plb::NLD_VelocityCornerUtil3D< T, Descriptor >
class  plb::NLD_VelocityPlaneUtil3D< T, Descriptor >
class  plb::NLD_VelocityEdgeUtil3D< T, Descriptor >

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


namespace  plb::flatWall

Functions

template<typename T , template< typename U > class Descriptor>
plb::flatWall::computeRhoBar (Cell< T, Descriptor > &cell, int direction, int orientation, T u, T f)
template<typename T , template< typename U > class Descriptor>
void plb::flatWall::compute_PiNeq (Dynamics< T, Descriptor > const &dynamics, Cell< T, Descriptor > const &cell, int direction, int orientation, T rhoBar, Array< T, Descriptor< T >::d > const &j, T jSqr, Array< T, SymmetricTensor< T, Descriptor >::n > &PiNeq)
template<typename T , template< typename U > class Descriptor>
Array< T, 3 > plb::flatWall::computeJ (Cell< T, Descriptor > const &cell, int direction, int orientation, Array< T, 3 > j, T rhoBar)

Detailed Description

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