|
flow 0.4.0
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
#include <grid_layout.hpp>
Static Public Member Functions | |
| static constexpr Off3 | offset (int c) |
| template<class A > | |
| static double | advect (int c, int x, int y, int z, A U, A V, A W, A F) |
| template<class A > | |
| static double | advect_sou (int c, int x, int y, int z, A U, A V, A W, A F) |
| template<class A > | |
| static double | advect_fou (int c, int x, int y, int z, A U, A V, A W, A F) |
| template<class A > | |
| static void | fou_operator (int c, int x, int y, int z, A U, A V, A W, double dt, double &cC, double &cxm, double &cxp, double &cym, double &cyp, double &czm, double &czp) |
Static Public Attributes | |
| static constexpr const char * | name = "staggered" |
| static constexpr bool | collocated = false |
Definition at line 35 of file grid_layout.hpp.
Definition at line 38 of file grid_layout.hpp.
|
inlinestatic |
Definition at line 44 of file grid_layout.hpp.
References sadv::advect(), F, and peclet::flow::ibmFillEntry().
|
inlinestatic |
Definition at line 48 of file grid_layout.hpp.
References sadv::advect_sou(), F, and peclet::flow::ibmFillEntry().
|
inlinestatic |
Definition at line 52 of file grid_layout.hpp.
References sadv::advect_fou(), F, and peclet::flow::ibmFillEntry().
|
inlinestatic |
Definition at line 56 of file grid_layout.hpp.
References sadv::fou_operator(), and peclet::flow::ibmFillEntry().
Definition at line 36 of file grid_layout.hpp.
Definition at line 37 of file grid_layout.hpp.