![]() |
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_gui_util.h"
#include "cs_math.h"
#include "cs_selector.h"
#include "cs_parameters.h"
#include "cs_mesh.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 definition of for inlet and of the other boundaries
Boundary faces may be selected using the cs_selector_get_b_face_list function.
parameters:
[in] | bc_type | type of the boundary faces |