1 #ifndef __CS_THERMAL_MODEL_H__
2 #define __CS_THERMAL_MODEL_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:509
#define END_C_DECLS
Definition: cs_defs.h:510
cs_thermal_model_t * cs_get_glob_thermal_model(void)
Definition: cs_thermal_model.c:207
void cs_thermal_model_log_setup(void)
Definition: cs_thermal_model.c:219
const cs_thermal_model_t * cs_glob_thermal_model
cs_temperature_scale_t
Definition: cs_thermal_model.h:63
@ CS_TEMPERATURE_SCALE_CELSIUS
Definition: cs_thermal_model.h:67
@ CS_TEMPERATURE_SCALE_KELVIN
Definition: cs_thermal_model.h:66
@ CS_TEMPERATURE_SCALE_NONE
Definition: cs_thermal_model.h:65
cs_thermal_model_variable_t
Definition: cs_thermal_model.h:53
@ CS_THERMAL_MODEL_ENTHALPY
Definition: cs_thermal_model.h:57
@ CS_THERMAL_MODEL_TEMPERATURE
Definition: cs_thermal_model.h:56
@ CS_THERMAL_MODEL_N_TYPES
Definition: cs_thermal_model.h:59
@ CS_THERMAL_MODEL_NONE
Definition: cs_thermal_model.h:55
@ CS_THERMAL_MODEL_TOTAL_ENERGY
Definition: cs_thermal_model.h:58
cs_field_t * cs_thermal_model_field(void)
Definition: cs_thermal_model.c:179
Field descriptor.
Definition: cs_field.h:130
Thermal model descriptor.
Definition: cs_thermal_model.h:74
int itpscl
Definition: cs_thermal_model.h:83
cs_thermal_model_variable_t thermal_variable
Definition: cs_thermal_model.h:77
cs_temperature_scale_t temperature_scale
Definition: cs_thermal_model.h:82
int itherm
Definition: cs_thermal_model.h:78