#include "cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "cs_array.h"
#include "cs_field.h"
#include "cs_field_default.h"
#include "cs_field_pointer.h"
#include "cs_mesh.h"
#include "cs_mesh_location.h"
#include "cs_parameters_check.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_physical_properties.h"
#include "cs_prototypes.h"
#include "cs_restart_default.h"
#include "cs_velocity_pressure.h"
#include "cs_cf_model.h"
#include "cs_cf_thermo.h"
Functions | |
cs_cf_model_t * | cs_get_glob_cf_model (void) |
Provide access to compressible model global structure cs_glob_cf_model. More... | |
void | cs_cf_add_variable_fields (void) |
Variable field definitions for the compressible module, according to calculation type selected by the user. 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_setup (void) |
Setup options specific to the compressible model. More... | |
void | cs_cf_model_log_setup (void) |
Print the compressible module options to setup.log. More... | |
void | cs_cf_initialize (void) |
Initialize variables of the compressible flow model. More... | |
void | cs_cf_physical_properties (void) |
Compute variable physical properties for the compressible module. More... | |
void cs_cf_add_property_fields | ( | void | ) |
Property field definitions for the compressible module, according to calculation type selected by the user.
void cs_cf_add_variable_fields | ( | void | ) |
Variable field definitions for the compressible module, according to calculation type selected by the user.
void cs_cf_initialize | ( | void | ) |
Initialize variables of the compressible flow model.
void cs_cf_model_log_setup | ( | void | ) |
Print the compressible module options to setup.log.
void cs_cf_physical_properties | ( | void | ) |
Compute variable physical properties for the compressible module.
void cs_cf_setup | ( | void | ) |
Setup options specific to the compressible model.
cs_cf_model_t * cs_get_glob_cf_model | ( | void | ) |
Provide access to compressible model global structure cs_glob_cf_model.