#include "cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cmath>
#include "cs_array.h"
#include "bft_mem.h"
#include "cs_cf_model.h"
#include "cs_cf_boundary_flux.h"
#include "cs_cf_thermo.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_parameters.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_cf_boundary_conditions.h"
Functions | |
void | cs_cf_boundary_conditions (int bc_type[]) |
Automatic boundary condition for compressible flows. More... | |
void | cs_cf_boundary_conditions_init (void) |
Allocate boundary flux indicator arrays. More... | |
int * | cs_cf_boundary_conditions_get_icvfli (void) |
Provide access to boundary face indicator array of convection flux. More... | |
int * | cs_cf_boundary_conditions_get_ifbet (void) |
Provide access to imposed thermal flux indicator at the boundary (some boundary contributions of the total energy eq. have to be cancelled) More... | |
void | cs_cf_boundary_conditions_reset (void) |
Prepare (reset) condition coefficients specific to compressible flows. More... | |
void cs_cf_boundary_conditions | ( | int | bc_type[] | ) |
Automatic boundary condition for compressible flows.
[in] | bc_type | type of boundary for each face |
TODO to be implemented
int * cs_cf_boundary_conditions_get_icvfli | ( | void | ) |
Provide access to boundary face indicator array of convection flux.
int * cs_cf_boundary_conditions_get_ifbet | ( | void | ) |
Provide access to imposed thermal flux indicator at the boundary (some boundary contributions of the total energy eq. have to be cancelled)
void cs_cf_boundary_conditions_init | ( | void | ) |
Allocate boundary flux indicator arrays.
void cs_cf_boundary_conditions_reset | ( | void | ) |
Prepare (reset) condition coefficients specific to compressible flows.