$treeview $search $mathjax
|
Palabos
Version 1.1
$projectbrief
|
$projectbrief
|
$searchbox |
#include <externalForceDynamics.h>


Public Member Functions | |
| ExternalForceDynamics (T omega_) | |
| virtual void | computeVelocity (Cell< T, Descriptor > const &cell, Array< T, Descriptor< T >::d > &u) const |
| Implementation of velocity computation. | |
Implementation of the computation of the velocity in the presence of an external force
| plb::ExternalForceDynamics< T, Descriptor >::ExternalForceDynamics | ( | T | omega_ | ) | [inline] |
| omega_ | relaxation parameter, related to the dynamic viscosity |
| void plb::ExternalForceDynamics< T, Descriptor >::computeVelocity | ( | Cell< T, Descriptor > const & | cell, | |
| Array< T, Descriptor< T >::d > & | u | |||
| ) | const [inline, virtual] |
Implementation of velocity computation.
Reimplemented from plb::BasicBulkDynamics< T, Descriptor >.
References plb::Array< T, size >::from_cArray(), and plb::Cell< T, Descriptor >::getExternal().
Referenced by plb::IncGuoExternalForceBGKdynamics< T, Descriptor >::collide(), plb::GuoExternalForceBGKdynamics< T, Descriptor >::collide(), and plb::NaiveExternalForceBGKdynamics< T, Descriptor >::collide().
1.6.3
1.6.3