1 #ifndef __CS_RAD_TRANSFER_ADF_MODELS_H__ 2 #define __CS_RAD_TRANSFER_ADF_MODELS_H__ #define BEGIN_C_DECLS
Definition: cs_defs.h:448
double cs_real_t
Floating-point value.
Definition: cs_defs.h:296
void cs_rad_transfer_adf08(const cs_real_t pco2[], const cs_real_t ph2o[], const cs_real_t teloc[], cs_real_t kloc[], cs_real_t aloc[], cs_real_t alocb[])
Determine the radiation coefficients of the ADF 08 model as well as the corresponding weights...
void cs_rad_transfer_adf50(const cs_real_t pco2[], const cs_real_t ph2o[], const cs_real_t teloc[], cs_real_t kloc[], cs_real_t aloc[], cs_real_t alocb[])
Determine the radiation coefficients of the ADF 50 model as well as the corresponding weights...
#define END_C_DECLS
Definition: cs_defs.h:449