#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: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 |
Base physical constants and fluid properties data.
| 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