flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
Loading...
Searching...
No Matches
cadv Namespace Reference

Functions

template<class A >
double adv_vel (int, int fd, int x, int y, int z, A U, A V, A W)
 
template<class A >
double advect (int comp, int x, int y, int z, A U, A V, A W, A PHI)
 
template<class A >
double advect_sou (int comp, int x, int y, int z, A U, A V, A W, A PHI)
 
template<class A >
void fou_operator (int comp, 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)
 
template<class A >
double advect_fou (int comp, int x, int y, int z, A U, A V, A W, A PHI)
 

Function Documentation

◆ adv_vel()

template<class A >
double cadv::adv_vel ( int  ,
int  fd,
int  x,
int  y,
int  z,
U,
V,
W 
)

Definition at line 30 of file colocated_advection.hpp.

Referenced by advect(), advect_fou(), advect_sou(), and fou_operator().

◆ advect()

template<class A >
double cadv::advect ( int  comp,
int  x,
int  y,
int  z,
U,
V,
W,
PHI 
)

Definition at line 41 of file colocated_advection.hpp.

References adv_vel(), and sadv::tvd().

Referenced by peclet::flow::Colocated::advect().

◆ advect_sou()

template<class A >
double cadv::advect_sou ( int  comp,
int  x,
int  y,
int  z,
U,
V,
W,
PHI 
)

Definition at line 61 of file colocated_advection.hpp.

References adv_vel(), and sadv::sou().

Referenced by peclet::flow::Colocated::advect_sou().

◆ fou_operator()

template<class A >
void cadv::fou_operator ( int  comp,
int  x,
int  y,
int  z,
U,
V,
W,
double  dt,
double &  cC,
double &  cxm,
double &  cxp,
double &  cym,
double &  cyp,
double &  czm,
double &  czp 
)

Definition at line 82 of file colocated_advection.hpp.

References adv_vel().

Referenced by peclet::flow::Colocated::fou_operator().

◆ advect_fou()

template<class A >
double cadv::advect_fou ( int  comp,
int  x,
int  y,
int  z,
U,
V,
W,
PHI 
)

Definition at line 106 of file colocated_advection.hpp.

References adv_vel(), and sadv::fou_flux().

Referenced by peclet::flow::Colocated::advect_fou().