1 #ifndef __CS_PHYSICAL_PROPERTIES_H__
2 #define __CS_PHYSICAL_PROPERTIES_H__
82 const char *reference,
84 const int temp_scale);
Definition: cs_physical_properties.h:57
Definition: cs_physical_properties.h:61
cs_phys_prop_type_t
Definition: cs_physical_properties.h:52
Definition: cs_physical_properties.h:45
#define BEGIN_C_DECLS
Definition: cs_defs.h:429
Definition: cs_physical_properties.h:59
Definition: cs_physical_properties.h:63
Definition: cs_physical_properties.h:65
void cs_thermal_table_set(const char *material, const char *method, const char *phas, const char *reference, cs_phys_prop_thermo_plane_type_t thermo_plane, const int temp_scale)
Define thermal table.
Definition: cs_physical_properties.c:278
Definition: cs_physical_properties.h:60
cs_phys_prop_thermo_plane_type_t
Definition: cs_physical_properties.h:40
Definition: cs_physical_properties.h:44
Definition: cs_physical_properties.h:56
Definition: cs_physical_properties.h:64
void cs_phys_prop_freesteam(cs_phys_prop_thermo_plane_type_t thermo_plane, cs_phys_prop_type_t property, const cs_lnum_t n_vals, const cs_real_t var1[], const cs_real_t var2[], cs_real_t val[])
Compute properties with Freesteam in a defined thermal plane.
Definition: cs_physical_properties.c:496
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:292
void cs_phys_prop_compute(cs_phys_prop_type_t property, const cs_lnum_t n_vals, const cs_real_t var1[], const cs_real_t var2[], cs_real_t val[])
Compute a property.
Definition: cs_physical_properties.c:436
#define END_C_DECLS
Definition: cs_defs.h:430
Definition: cs_physical_properties.h:62
double cs_real_t
Definition: cs_defs.h:296
Definition: cs_physical_properties.h:46
Definition: cs_physical_properties.h:43
Definition: cs_physical_properties.h:48
Definition: cs_physical_properties.h:42
Definition: cs_physical_properties.h:47
void cs_thermal_table_finalize(void)
finalize thermal table.
Definition: cs_physical_properties.c:393
Definition: cs_physical_properties.h:55
Definition: cs_physical_properties.h:66
Definition: cs_physical_properties.h:54
Definition: cs_physical_properties.h:58