16#ifndef Navier_Stokes_FTD_IJK_tools_included
17#define Navier_Stokes_FTD_IJK_tools_included
24void force_upstream_velocity(IJK_Field_double& vx, IJK_Field_double& vy, IJK_Field_double& vz,
double v_imposed,
const IJK_Interfaces& interfaces,
25 double nb_diam,
int upstream_dir,
int gravity_dir,
int upstream_stencil);
27void force_upstream_velocity_shear_perio(IJK_Field_double& vx, IJK_Field_double& vy, IJK_Field_double& vz,
double v_imposed,
const IJK_Interfaces& interfaces,
28 double nb_diam,
Boundary_Conditions& bc,
double nb_diam_ortho_shear_perio,
double Ux0,
double Uy0,
double Uz0,
int epaisseur_maille);