My Project
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) |
void | cs_physical_constants_log_setup (void) |
void | cs_fluid_properties_log_setup (void) |
Variables | |
const double | cs_physical_constants_r = 8.31446 |
const double | cs_physical_constants_kb = 1.38e-23 |
const double | cs_physical_constants_celsius_to_kelvin = 273.15 |
const double | cs_physical_constants_stephan = 5.6703e-8 |
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_celsius_to_kelvin = 273.15 |
Conversion from Celsius to Kelvin: 275.15
const double cs_physical_constants_kb = 1.38e-23 |
Boltzmann constant ( )
const double cs_physical_constants_r = 8.31446 |
Ideal gas constant ( )
const double cs_physical_constants_stephan = 5.6703e-8 |