|
programmer's documentation
|
#include "cs_defs.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "bft_mem.h"#include "bft_error.h"#include "bft_printf.h"#include "cs_base.h"#include "cs_boundary_zone.h"#include "cs_math.h"#include "cs_parall.h"#include "cs_parameters.h"#include "cs_prototypes.h"#include "cs_random.h"#include "cs_mesh.h"#include "cs_mesh_quantities.h"#include "cs_log.h"#include "cs_lagr.h"#include "cs_lagr_new.h"#include "cs_lagr_tracking.h"#include "cs_lagr_prototypes.h"
Functions | |
| void | cs_user_lagr_boundary_conditions (const int bc_type[]) |
| Define particle boundary conditions. More... | |
| void cs_user_lagr_boundary_conditions | ( | const int | bc_type[] | ) |
Define particle boundary conditions.
This is used for the definition of inlet and other boundaries, based on predefined boundary zones (cs_zone_t).
| [in] | bc_type | type of the boundary faces |
1.8.13