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

cell.hh File Reference

#include <algorithm>
#include "core/cell.h"
#include "core/util.h"
#include <cstring>
Include dependency graph for cell.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


Functions

template<typename T , template< typename U > class Descriptor>
void plb::iniCellAtEquilibrium (Cell< T, Descriptor > &cell, T density, Array< T, Descriptor< T >::d > const &velocity)
template<typename T , template< typename U > class Descriptor>
void plb::iniCellAtEquilibrium (Cell< T, Descriptor > &cell, T density, Array< T, Descriptor< T >::d > const &velocity, T temperature)

Detailed Description

Definition of a LB cell -- generic implementation.