My Project
programmer's documentation
Data Structures | Enumerations | Functions | Variables
cs_thermal_model.h File Reference
#include "cs_defs.h"
#include "cs_field.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,
  CS_THERMAL_MODEL_N_TYPES
}
 
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)
 
cs_field_tcs_thermal_model_field (void)
 
void cs_thermal_model_log_setup (void)
 

Variables

const cs_thermal_model_tcs_glob_thermal_model
 

Enumeration Type Documentation

◆ cs_temperature_scale_t

Enumerator
CS_TEMPERATURE_SCALE_NONE 
CS_TEMPERATURE_SCALE_KELVIN 
CS_TEMPERATURE_SCALE_CELSIUS 

◆ cs_thermal_model_variable_t

Enumerator
CS_THERMAL_MODEL_NONE 
CS_THERMAL_MODEL_TEMPERATURE 
CS_THERMAL_MODEL_ENTHALPY 
CS_THERMAL_MODEL_TOTAL_ENERGY 
CS_THERMAL_MODEL_N_TYPES 

Function Documentation

◆ cs_get_glob_thermal_model()

cs_thermal_model_t* cs_get_glob_thermal_model ( void  )

◆ cs_thermal_model_field()

cs_field_t* cs_thermal_model_field ( void  )

◆ cs_thermal_model_log_setup()

void cs_thermal_model_log_setup ( void  )

Variable Documentation

◆ cs_glob_thermal_model

const cs_thermal_model_t* cs_glob_thermal_model