#include <mpi.h>
#include <cmath>
#include <cstdio>
#include <Kokkos_Core.hpp>
#include <vector>
#include "flow_ibm.hpp"
#include "peclet/core/common/types.hpp"
#include "peclet/core/decomp/block_decomposer.hpp"
Go to the source code of this file.
|
| static std::vector< double > | packingSdf (double rfrac=0.18) |
| |
| static void | configure (IbmSolver &s) |
| |
| static double | localUSum (IbmSolver &s) |
| |
| int | main (int argc, char **argv) |
| |
|
| static constexpr int | N = 32 |
| |
| static constexpr int | STEPS = 120 |
| |
| static constexpr double | RHO = 1.0 |
| |
| static constexpr double | MU = 0.1 |
| |
| static constexpr double | F = 1e-3 |
| |
| static constexpr double | DT = 60.0 |
| |
◆ packingSdf()
| static std::vector< double > packingSdf |
( |
double |
rfrac = 0.18 | ) |
|
|
static |
◆ configure()
| static void configure |
( |
IbmSolver & |
s | ) |
|
|
static |
◆ localUSum()
| static double localUSum |
( |
IbmSolver & |
s | ) |
|
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ STEPS
| constexpr int STEPS = 120 |
|
static |
◆ RHO
| constexpr double RHO = 1.0 |
|
staticconstexpr |
◆ MU
| constexpr double MU = 0.1 |
|
static |
| constexpr double F = 1e-3 |
|
static |
◆ DT
| constexpr double DT = 60.0 |
|
static |