flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
Loading...
Searching...
No Matches
test_sdflow_mpi.cpp File Reference
#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.

Functions

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)
 

Variables

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
 

Function Documentation

◆ packingSdf()

static std::vector< double > packingSdf ( double  rfrac = 0.18)
static

Definition at line 31 of file test_sdflow_mpi.cpp.

References N.

Referenced by main().

◆ configure()

static void configure ( IbmSolver &  s)
static

Definition at line 51 of file test_sdflow_mpi.cpp.

References DT, F, MU, and RHO.

Referenced by main().

◆ localUSum()

static double localUSum ( IbmSolver &  s)
static

Definition at line 64 of file test_sdflow_mpi.cpp.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 72 of file test_sdflow_mpi.cpp.

References configure(), F, localUSum(), MU, N, packingSdf(), and STEPS.

Variable Documentation

◆ N

constexpr int N = 32
staticconstexpr

Definition at line 26 of file test_sdflow_mpi.cpp.

Referenced by main(), and packingSdf().

◆ STEPS

constexpr int STEPS = 120
static

Definition at line 26 of file test_sdflow_mpi.cpp.

Referenced by main().

◆ RHO

constexpr double RHO = 1.0
staticconstexpr

Definition at line 27 of file test_sdflow_mpi.cpp.

Referenced by configure().

◆ MU

constexpr double MU = 0.1
static

Definition at line 27 of file test_sdflow_mpi.cpp.

Referenced by configure(), and main().

◆ F

constexpr double F = 1e-3
static

Definition at line 27 of file test_sdflow_mpi.cpp.

Referenced by configure(), and main().

◆ DT

constexpr double DT = 60.0
static

Definition at line 27 of file test_sdflow_mpi.cpp.

Referenced by configure().