$treeview $search $mathjax
|
Palabos
Version 1.1
$projectbrief
|
$projectbrief
|
$searchbox |
#include <finiteDifference3D.h>
Static Public Member Functions | |
| static void | o1_velocityDerivative (Array< T, Descriptor< T >::d > &velDeriv, BlockLattice3D< T, Descriptor > const &blockLattice, plint iX, plint iY, plint iZ) |
| static void | o1_densityDerivative (T &rhoDeriv, BlockLattice3D< T, Descriptor > const &blockLattice, plint iX, plint iY, plint iZ) |
| static void | o2_velocityDerivative (Array< T, Descriptor< T >::d > &velDeriv, BlockLattice3D< T, Descriptor > const &blockLattice, plint iX, plint iY, plint iZ) |
| static void | o2_densityDerivative (T &rhoDeriv, BlockLattice3D< T, Descriptor > const &blockLattice, plint iX, plint iY, plint iZ) |
| static void plb::fd::DirectedGradients3D< T, Descriptor, direction, orientation, deriveDirection, orthogonal >::o1_densityDerivative | ( | T & | rhoDeriv, | |
| BlockLattice3D< T, Descriptor > const & | blockLattice, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [static] |
Nearest-neighbor evaluation of density derivative, first-order accurate only along the boundary normal.
| static void plb::fd::DirectedGradients3D< T, Descriptor, direction, orientation, deriveDirection, orthogonal >::o1_velocityDerivative | ( | Array< T, Descriptor< T >::d > & | velDeriv, | |
| BlockLattice3D< T, Descriptor > const & | blockLattice, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [static] |
Nearest-neighbor evaluation of velocity derivative, first-order accurate only along the boundary normal.
| static void plb::fd::DirectedGradients3D< T, Descriptor, direction, orientation, deriveDirection, orthogonal >::o2_densityDerivative | ( | T & | rhoDeriv, | |
| BlockLattice3D< T, Descriptor > const & | blockLattice, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [static] |
Next-to-nearest-neibhbor, second-order accurate evaluation of density derivative.
Referenced by plb::fd::DirectedGradients3D< T, Descriptor, direction, orientation, deriveDirection, false >::o1_densityDerivative().
| static void plb::fd::DirectedGradients3D< T, Descriptor, direction, orientation, deriveDirection, orthogonal >::o2_velocityDerivative | ( | Array< T, Descriptor< T >::d > & | velDeriv, | |
| BlockLattice3D< T, Descriptor > const & | blockLattice, | |||
| plint | iX, | |||
| plint | iY, | |||
| plint | iZ | |||
| ) | [static] |
Next-to-nearest-neibhbor, second-order accurate evaluation of velocity derivative.
Referenced by plb::fd::DirectedGradients3D< T, Descriptor, direction, orientation, deriveDirection, false >::o1_velocityDerivative().
1.6.3
1.6.3