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

plb::d3q13Templates< T > Struct Template Reference

Helper functions for the (somewhat special) D3Q13 lattice. More...

#include <d3q13Templates.h>

List of all members.

Public Types

typedef
descriptors::D3Q13Descriptor
< T > 
Descriptor

Static Public Member Functions

static T collision (Cell< T, descriptors::D3Q13Descriptor > &cell, T rho, Array< T, Descriptor::d > const &u, T lambda_nu, T lambda_nu_prime)
 BGK collision step.
static T constRhoCollision (Cell< T, descriptors::D3Q13Descriptor > &cell, T rho, Array< T, Descriptor::d > const &u, T ratioRho, T lambda_nu, T lambda_nu_prime)
 BGK collision step with density correction.

Detailed Description

template<typename T>
struct plb::d3q13Templates< T >

Helper functions for the (somewhat special) D3Q13 lattice.


Member Typedef Documentation

template<typename T >
typedef descriptors::D3Q13Descriptor<T> plb::d3q13Templates< T >::Descriptor

Member Function Documentation

template<typename T >
static T plb::d3q13Templates< T >::collision ( Cell< T, descriptors::D3Q13Descriptor > &  cell,
rho,
Array< T, Descriptor::d > const &  u,
lambda_nu,
lambda_nu_prime 
) [inline, static]

BGK collision step.

template<typename T >
static T plb::d3q13Templates< T >::constRhoCollision ( Cell< T, descriptors::D3Q13Descriptor > &  cell,
rho,
Array< T, Descriptor::d > const &  u,
ratioRho,
lambda_nu,
lambda_nu_prime 
) [inline, static]

BGK collision step with density correction.

References plb::normSqr().


The documentation for this struct was generated from the following file: