My Project
programmer's documentation
|
#include "cs_defs.h"
Go to the source code of this file.
Data Structures | |
struct | cs_physical_constants_t |
Physical constants descriptor. More... | |
struct | cs_fluid_properties_t |
Fluid properties descriptor. More... | |
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 |
Ideal gas constant ( ) More... | |
const double | cs_physical_constants_kb |
const double | cs_physical_constants_celsius_to_kelvin |
const double | cs_physical_constants_stephan |
const cs_physical_constants_t * | cs_glob_physical_constants |
const cs_fluid_properties_t * | cs_glob_fluid_properties |
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 |
const cs_physical_constants_t* cs_glob_physical_constants |
const double cs_physical_constants_celsius_to_kelvin |
Conversion from Celsius to Kelvin: 275.15
const double cs_physical_constants_kb |
Boltzmann constant ( )
const double cs_physical_constants_stephan |