9.0
general documentation
Loading...
Searching...
No Matches
cs_cf_boundary_conditions.cpp File Reference
#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"
Include dependency graph for cs_cf_boundary_conditions.cpp:

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.

Detailed Description

Compressible flow boundary conditions.

Function Documentation

◆ cs_cf_boundary_conditions()

void cs_cf_boundary_conditions ( int bc_type[])

Automatic boundary condition for compressible flows.

Parameters
[in]bc_typetype of boundary for each face

TODO to be implemented

◆ cs_cf_boundary_conditions_get_icvfli()

int * cs_cf_boundary_conditions_get_icvfli ( void )

Provide access to boundary face indicator array of convection flux.

  • 0 upwind scheme
  • 1 imposed flux

◆ cs_cf_boundary_conditions_get_ifbet()

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)

◆ cs_cf_boundary_conditions_init()

void cs_cf_boundary_conditions_init ( void )

Allocate boundary flux indicator arrays.

◆ cs_cf_boundary_conditions_reset()

void cs_cf_boundary_conditions_reset ( void )

Prepare (reset) condition coefficients specific to compressible flows.