#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" Include dependency graph for cs_physical_constants.c:
 Include dependency graph for cs_physical_constants.c:| Functions | |
| cs_physical_constants_t * | cs_get_glob_physical_constants (void) | 
| cs_fluid_properties_t * | cs_get_glob_fluid_properties (void) | 
| void | cs_physical_constants_log_setup (void) | 
| void | cs_fluid_properties_log_setup (void) | 
| Variables | |
| const double | cs_physical_constants_r = 8.31446261815324 | 
| const double | cs_physical_constants_kb = 1.380649e-23 | 
| const double | cs_physical_constants_celsius_to_kelvin = 273.15 | 
| const double | cs_physical_constants_stephan = 5.6703e-8 | 
| const double | cs_physical_constants_avogadro = 6.02214076e23 | 
| const cs_physical_constants_t * | cs_glob_physical_constants | 
| const cs_fluid_properties_t * | cs_glob_fluid_properties = &_fluid_properties | 
Base physical constants and fluid properties data.
| void cs_fluid_properties_log_setup | ( | void | ) | 
| cs_fluid_properties_t* cs_get_glob_fluid_properties | ( | void | ) | 
| cs_physical_constants_t* cs_get_glob_physical_constants | ( | void | ) | 
| void cs_physical_constants_log_setup | ( | void | ) | 
| const cs_fluid_properties_t* cs_glob_fluid_properties = &_fluid_properties | 
| const cs_physical_constants_t* cs_glob_physical_constants | 
| const double cs_physical_constants_avogadro = 6.02214076e23 | 
Avogadro constant (mole definition)  in
 in  
 
| const double cs_physical_constants_celsius_to_kelvin = 273.15 | 
Conversion from Celsius to Kelvin: 275.15 
 
| const double cs_physical_constants_kb = 1.380649e-23 | 
Boltzmann constant (  )
) 
| const double cs_physical_constants_r = 8.31446261815324 | 
Ideal gas constant (  )
) 
| const double cs_physical_constants_stephan = 5.6703e-8 | 
Stephan constant for the radiative module  in
 in 