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

Go to the source code of this file.

Data Structures

struct  cs_ctwr_fluid_props_t
 
struct  cs_ctwr_air_props_t
 

Functions

void xsath (const cs_real_t *th, cs_real_t *xsat)
 
void dxsath (const cs_real_t *th, cs_real_t *dxsat)
 
void ctprof (const cs_real_t *cpa, const cs_real_t *cpv, const cs_real_t *cpe, const cs_real_t *hv0, const cs_real_t *rhoe, const cs_real_t *visc, const cs_real_t *cond, const cs_real_t *gravx, const cs_real_t *gravy, const cs_real_t *gravz)
 
cs_real_t cs_ctwr_xsath (const cs_real_t th)
 
cs_real_t cs_ctwr_enthair (const cs_real_t xair, const cs_real_t tair)
 
cs_real_t cs_ctwr_heau (const cs_real_t teau)
 
cs_real_t cs_ctwr_dxsath (const cs_real_t th)
 

Variables

cs_ctwr_fluid_props_tcs_glob_ctwr_props
 

Function Documentation

cs_real_t cs_ctwr_dxsath ( const cs_real_t  th)
cs_real_t cs_ctwr_enthair ( const cs_real_t  xair,
const cs_real_t  tair 
)
cs_real_t cs_ctwr_heau ( const cs_real_t  teau)
cs_real_t cs_ctwr_xsath ( const cs_real_t  th)
void ctprof ( const cs_real_t cpa,
const cs_real_t cpv,
const cs_real_t cpe,
const cs_real_t hv0,
const cs_real_t rhoe,
const cs_real_t visc,
const cs_real_t cond,
const cs_real_t gravx,
const cs_real_t gravy,
const cs_real_t gravz 
)
void dxsath ( const cs_real_t th,
cs_real_t dxsat 
)
void xsath ( const cs_real_t th,
cs_real_t xsat 
)

Variable Documentation

cs_ctwr_fluid_props_t* cs_glob_ctwr_props