#include "base/cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cmath>
#include "base/cs_array.h"
#include "base/cs_mem.h"
#include "cfbl/cs_cf_model.h"
#include "cfbl/cs_cf_boundary_flux.h"
#include "cfbl/cs_cf_thermo.h"
#include "base/cs_field.h"
#include "base/cs_field_pointer.h"
#include "base/cs_math.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "base/cs_parameters.h"
#include "base/cs_physical_constants.h"
#include "pprt/cs_physical_model.h"
#include "cfbl/cs_cf_boundary_conditions.h"
Functions | |
void | cs_cf_boundary_conditions (int bc_type[]) |
Automatic boundary condition for compressible flows. | |
void | cs_cf_boundary_conditions_init (void) |
Allocate boundary flux indicator arrays. | |
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_reset (void) |
Prepare (reset) condition coefficients specific to compressible flows. |
Compressible flow boundary conditions.
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.