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

Typedefs

using Colo = peclet::flow::Solver< peclet::flow::Colocated >
 

Functions

static std::vector< double > packingSdf (double rfrac=0.18)
 
static void configure (Colo &s)
 
static double localUSum (Colo &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
 

Typedef Documentation

◆ Colo

Function Documentation

◆ packingSdf()

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

Definition at line 31 of file test_sdflow_colocated_mpi.cpp.

References N.

Referenced by main().

◆ configure()

◆ localUSum()

static double localUSum ( Colo s)
static

Definition at line 62 of file test_sdflow_colocated_mpi.cpp.

References peclet::flow::Solver< Grid >::getVelocity().

Referenced by main().

◆ main()

Variable Documentation

◆ N

constexpr int N = 32
staticconstexpr

Definition at line 26 of file test_sdflow_colocated_mpi.cpp.

Referenced by main(), and packingSdf().

◆ STEPS

constexpr int STEPS = 120
static

Definition at line 26 of file test_sdflow_colocated_mpi.cpp.

Referenced by main().

◆ RHO

constexpr double RHO = 1.0
staticconstexpr

Definition at line 27 of file test_sdflow_colocated_mpi.cpp.

Referenced by configure().

◆ MU

constexpr double MU = 0.1
static

Definition at line 27 of file test_sdflow_colocated_mpi.cpp.

Referenced by configure(), and main().

◆ F

constexpr double F = 1e-3
static

Definition at line 27 of file test_sdflow_colocated_mpi.cpp.

Referenced by configure(), and main().

◆ DT

constexpr double DT = 60.0
static

Definition at line 27 of file test_sdflow_colocated_mpi.cpp.

Referenced by configure().