#include "cs_defs.h"
Go to the source code of this file.
Data Structures | |
struct | cs_wall_distance_options_t |
Functions | |
void | cs_wall_distance (int iterns) |
Compute distance to wall by solving a 3d diffusion equation. Solve. More... | |
void | cs_wall_distance_yplus (cs_real_t visvdr[]) |
Compute the dimensionless distance to the wall solving a steady transport equation. More... | |
void | cs_wall_distance_geometric (void) |
Compute distance to wall by a brute force geometric approach (serial only) More... | |
cs_wall_distance_options_t * | cs_get_glob_wall_distance_options (void) |
Provide read/write access to cs_glob_wall_distance. More... | |
Variables | |
const cs_wall_distance_options_t * | cs_glob_wall_distance_options |
cs_wall_distance_options_t * cs_get_glob_wall_distance_options | ( | void | ) |
Provide read/write access to cs_glob_wall_distance.
void cs_wall_distance | ( | int | iterns | ) |
Compute distance to wall by solving a 3d diffusion equation. Solve.
with:
[in] | iterns | iteration number on Navier-Stokes equations |
void cs_wall_distance_geometric | ( | void | ) |
Compute distance to wall by a brute force geometric approach (serial only)
Compute distance to wall by a brute force geometric approach (serial only)
void cs_wall_distance_yplus | ( | cs_real_t | visvdr[] | ) |
Compute the dimensionless distance to the wall solving a steady transport equation.
This function solves the following steady pure convection equation on :
where the vector field is defined by:
The boundary conditions on read:
Then the dimensionless distance is deduced by:
Then, Imposition of an amortization of Van Driest type for the LES. is absorbed by
where
is set at 26.
[in] | visvdr | dynamic viscosity in edge cells after driest velocity amortization |
|
extern |