#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_t * | cs_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 |
Compressible models data.
| void cs_cf_add_property_fields | ( | void | ) |
Property field definitions for the compressible module, according to calculation type selected by the user.
| int* cs_cf_get_icvfli | ( | void | ) |
Provide access to boundary face indicator array of convection flux.
| 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)
| void cs_cf_model_log_setup | ( | void | ) |
Print the compressible module options to setup.log.
| cs_cf_model_t* cs_get_glob_cf_model | ( | void | ) |
Provide access to compressible model global structure cs_glob_cf_model.
|
extern |
|
extern |