![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_log.h"
#include "cs_map.h"
#include "cs_parall.h"
#include "cs_mesh_location.h"
#include "cs_physical_constants.h"
Functions | |
cs_physical_constants_t * | cs_get_glob_physical_constants (void) |
cs_fluid_properties_t * | cs_get_glob_fluid_properties (void) |
Variables | |
const cs_physical_constants_t * | cs_glob_physical_constants = &_physical_constants |
const cs_fluid_properties_t * | cs_glob_fluid_properties = &_fluid_properties |
Base physical constants and fluid properties data.
cs_fluid_properties_t* cs_get_glob_fluid_properties | ( | void | ) |
cs_physical_constants_t* cs_get_glob_physical_constants | ( | void | ) |
const cs_fluid_properties_t* cs_glob_fluid_properties = &_fluid_properties |
const cs_physical_constants_t* cs_glob_physical_constants = &_physical_constants |