Compute the symmetry boundary condition coefficients. More...
#include "cs_defs.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <math.h>#include <mpi.h>#include "bft_printf.h"#include "cs_ale.h"#include "cs_boundary_conditions_set_coeffs.h"#include "cs_field_default.h"#include "cs_field_pointer.h"#include "cs_mesh.h"#include "cs_mesh_quantities.h"#include "cs_physical_constants.h"#include "cs_turbulence_bc.h"#include "cs_turbulence_model.h"#include "cs_boundary_conditions_set_coeffs_symmetry.h" Include dependency graph for cs_boundary_conditions_set_coeffs_symmetry.c:
 Include dependency graph for cs_boundary_conditions_set_coeffs_symmetry.c:| Functions | |
| static void | _boundary_conditions_set_coeffs_symmetry_scalar (cs_field_t *f_sc) | 
| Boundary conditions for symmetry (icodcl = 4) for a scalar.  More... | |
| static void | _boundary_conditions_set_coeffs_symmetry_vector (cs_field_t *f_v) | 
| Boundary conditions for symmetry (icodcl = 4) for a vector.  More... | |
| void | cs_boundary_conditions_set_coeffs_symmetry (cs_real_t velipb[][3], cs_real_t rijipb[][6]) | 
| Symmetry boundary conditions for vectors and tensors.  More... | |
Compute the symmetry boundary condition coefficients.
| 
 | static | 
Boundary conditions for symmetry (icodcl = 4) for a scalar.
| [in] | f_sc | scalar field | 
| 
 | static | 
Boundary conditions for symmetry (icodcl = 4) for a vector.
| [in] | f_v | vector field | 
Symmetry boundary conditions for vectors and tensors.
Corresponds to the code icodcl(ivar) = 4.
Please refer to the clsyvt section of the theory guide for more informations.
| [in] | velipb | value of the velocity at  of boundary cells | 
| [in] | rijipb | value of  at  of boundary cells |