1#ifndef __CS_WALL_DISTANCE_H__
2#define __CS_WALL_DISTANCE_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:554
double cs_real_t
Floating-point value.
Definition: cs_defs.h:357
#define END_C_DECLS
Definition: cs_defs.h:555
void cs_wall_distance(int iterns)
Compute distance to wall by solving a 3d diffusion equation. Solve.
Definition: cs_wall_distance.cpp:140
const cs_wall_distance_options_t * cs_glob_wall_distance_options
Definition: cs_wall_distance.cpp:107
void cs_wall_distance_geometric(void)
Compute distance to wall by a brute force geometric approach (serial only)
Definition: cs_wall_distance.cpp:1113
void cs_wall_distance_yplus(cs_real_t visvdr[])
Compute the dimensionless distance to the wall solving a steady transport equation.
Definition: cs_wall_distance.cpp:649
cs_wall_distance_options_t * cs_get_glob_wall_distance_options(void)
Provide read/write access to cs_glob_wall_distance.
Definition: cs_wall_distance.cpp:1187
Definition: cs_wall_distance.h:48
int need_compute
Definition: cs_wall_distance.h:50
int is_up_to_date
Definition: cs_wall_distance.h:52
int method
Definition: cs_wall_distance.h:67