Handle boundary condition type codes (itypfb). More...
#include "cs_defs.h"
#include <stdlib.h>
#include "cs_array.h"
#include "cs_atmo.h"
#include "cs_boundary_conditions.h"
#include "cs_field_default.h"
#include "cs_field_pointer.h"
#include "cs_field_operator.h"
#include "cs_intprf.h"
#include "cs_lagr.h"
#include "cs_mesh.h"
#include "cs_parall.h"
#include "cs_parameters.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_prototypes.h"
#include "cs_sat_coupling.h"
#include "cs_time_step.h"
#include "cs_turbulence_model.h"
#include "cs_velocity_pressure.h"
#include "cs_boundary_conditions_type.h"
Functions | |
static cs_lnum_t | _n_bc_faces (int bc_type, const int bc_type_idx[]) |
void | cs_boundary_conditions_type (bool init, int bc_type[], int itrifb[], int isostd[]) |
Handle boundary condition type code (bc_type). More... | |
Variables | |
static bool | _initialized = false |
static cs_lnum_t | _ifrslb = -1 |
static cs_lnum_t | _itbslb = -1 |
static int | _irangd = 0 |
Handle boundary condition type codes (itypfb).
|
static |
void cs_boundary_conditions_type | ( | bool | init, |
int | bc_type[], | ||
int | itrifb[], | ||
int | isostd[] | ||
) |
Handle boundary condition type code (bc_type).
[in] | init | partial treatment (before time loop) if true |
[in,out] | bc_type | type per boundary face |
[out] | itrifb | indirection for faces ordering |
[out] | isostd | standard output indicator + reference face number |
|
static |
|
static |
|
static |
|
static |