8.2
general documentation
cs_cf_model.c File Reference
#include "cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_mem.h"
#include "cs_cf_model.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_mesh_location.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_physical_properties.h"
+ Include dependency graph for cs_cf_model.c:

Functions

cs_cf_model_tcs_get_glob_cf_model (void)
 Provide access to compressible model global structure cs_glob_cf_model. More...
 
int * cs_cf_get_icvfli (void)
 Provide access to boundary face indicator array of convection flux. More...
 
int * cs_cf_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_add_property_fields (void)
 Property field definitions for the compressible module, according to calculation type selected by the user. More...
 
void cs_cf_model_log_setup (void)
 Print the compressible module options to setup.log. More...
 

Variables

int * cs_glob_cf_icvfli
 
int * cs_glob_cf_ifbet
 

Detailed Description

Compressible models data.

Function Documentation

◆ cs_cf_add_property_fields()

void cs_cf_add_property_fields ( void  )

Property field definitions for the compressible module, according to calculation type selected by the user.

◆ cs_cf_get_icvfli()

int* cs_cf_get_icvfli ( void  )

Provide access to boundary face indicator array of convection flux.

  • 0 upwind scheme
  • 1 imposed flux

◆ cs_cf_get_ifbet()

int* cs_cf_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_model_log_setup()

void cs_cf_model_log_setup ( void  )

Print the compressible module options to setup.log.

◆ cs_get_glob_cf_model()

cs_cf_model_t* cs_get_glob_cf_model ( void  )

Provide access to compressible model global structure cs_glob_cf_model.

Variable Documentation

◆ cs_glob_cf_icvfli

int* cs_glob_cf_icvfli
extern

◆ cs_glob_cf_ifbet

int* cs_glob_cf_ifbet
extern