programmer's documentation
Data Structures | Enumerations | Functions | Variables
cs_thermal_model.h File Reference
#include "cs_defs.h"
Include dependency graph for cs_thermal_model.h:

Go to the source code of this file.

Data Structures

struct  cs_thermal_model_t
 Thermal model descriptor. More...
 

Enumerations

enum  cs_thermal_model_variable_t { CS_THERMAL_MODEL_NONE, CS_THERMAL_MODEL_TEMPERATURE, CS_THERMAL_MODEL_ENTHALPY, CS_THERMAL_MODEL_TOTAL_ENERGY }
 
enum  cs_temperature_scale_t { CS_TEMPERATURE_SCALE_NONE, CS_TEMPERATURE_SCALE_KELVIN, CS_TEMPERATURE_SCALE_CELSIUS }
 

Functions

cs_thermal_model_tcs_get_glob_thermal_model (void)
 

Variables

const cs_thermal_model_tcs_glob_thermal_model
 

Enumeration Type Documentation

Enumerator
CS_TEMPERATURE_SCALE_NONE 
CS_TEMPERATURE_SCALE_KELVIN 
CS_TEMPERATURE_SCALE_CELSIUS 
Enumerator
CS_THERMAL_MODEL_NONE 
CS_THERMAL_MODEL_TEMPERATURE 
CS_THERMAL_MODEL_ENTHALPY 
CS_THERMAL_MODEL_TOTAL_ENERGY 

Function Documentation

cs_thermal_model_t* cs_get_glob_thermal_model ( void  )

Variable Documentation

const cs_thermal_model_t* cs_glob_thermal_model